We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7965492 commit e7463c1Copy full SHA for e7463c1
dev/tests/integration/testsuite/Magento/Catalog/Controller/Product/CompareTest.php
@@ -48,7 +48,12 @@ public function testAddAction()
48
);
49
50
$this->assertSessionMessages(
51
- $this->equalTo(['You added product Simple Product 1 Name to the <a href="http://localhost/index.php/catalog/product_compare/">comparison list</a>.']),
+ $this->equalTo(
52
+ [
53
+ 'You added product Simple Product 1 Name to the '.
54
+ '<a href="http://localhost/index.php/catalog/product_compare/">comparison list</a>.'
55
+ ]
56
+ ),
57
MessageInterface::TYPE_SUCCESS
58
59
0 commit comments