Code

$field_products = commerce_product_match_products($this->field_name, NULL, $new_product->sku, 'equals');

Expected argument value for field is to be a field config array.

Discovered while working on my Travis integrations (https://travis-ci.org/mglaman/commerce-d7-travis/jobs/71593698).

CommentFileSizeAuthor
#1 2535790-1.patch938 bytesmglaman

Comments

mglaman’s picture

Assigned: mglaman » Unassigned
Status: Active » Needs review
StatusFileSize
new938 bytes

Patch attached to fix the test!

mglaman’s picture

  • mglaman committed 38cf513 on 7.x-1.x
    Issue #2535790: testCommerceProductReferenceReferenceProducts doesn't...
mglaman’s picture

Status: Needs review » Fixed

Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.