We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039a827 commit dffd73aCopy full SHA for dffd73a
dev/tests/api-functional/testsuite/Magento/GroupedProduct/Api/ProductLinkTypeListTest.php
@@ -34,7 +34,7 @@ public function testGetItems()
34
* Validate that product type links provided by Magento_GroupedProduct module are present
35
*/
36
$expectedItems = ['name' => 'associated', 'code' => Link::LINK_TYPE_GROUPED];
37
- $this->assertContains($expectedItems, $actual);
+ $this->assertContainsEquals($expectedItems, $actual);
38
}
39
40
public function testGetItemAttributes()
0 commit comments