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 79ce234 commit 5fddc7eCopy full SHA for 5fddc7e
dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryTreeTest.php
@@ -154,7 +154,7 @@ public function testGetAllChildren()
154
155
public function testGetPathIds()
156
{
157
- $this->assertEquals([''], $this->_model->getPathIds());
+ $this->assertEquals([], $this->_model->getPathIds());
158
$this->_model->setPathIds([1]);
159
$this->assertEquals([1], $this->_model->getPathIds());
160
0 commit comments