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 0c21e19 commit 79b37e7Copy full SHA for 79b37e7
dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Type/AbstractTypeTest.php
@@ -190,7 +190,8 @@ public function testPrepareForCartOptionsException()
190
);
191
$product = $repository->get('simple');
192
// fixture
193
- $this->assertEquals(
+
194
+ $this->assertContains(
195
'Please specify product\'s required option(s).',
196
$this->_model->prepareForCart(new \Magento\Framework\DataObject(), $product)
197
0 commit comments