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 8b8d5ce commit 2c97259Copy full SHA for 2c97259
dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Catalog/Category/TreeTest.php
@@ -73,9 +73,9 @@ public function testGetTreeArrayDoubleQuotesReplaced()
73
{
74
$tree = $this->_treeBlock->getTreeArray();
75
76
- $this->assertNotContains('\'', $tree['children'][0]['children'][0]['children'][0]['name']);
+ $this->assertNotContains('\"', $tree['children'][0]['children'][0]['children'][0]['name']);
77
$this->assertEquals(
78
- '"Category 6"',
+ '"Category 6"',
79
$tree['children'][0]['children'][0]['children'][0]['name']
80
);
81
}
0 commit comments