Skip to content

Commit b29f8aa

Browse files
author
Andrii Kasian
committed
MAGETWO-39549: Prepare pull request (S70)
1 parent e5b3796 commit b29f8aa

File tree

1 file changed

+0
-1
lines changed
  • dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Catalog/Category

1 file changed

+0
-1
lines changed

dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Catalog/Category/TreeTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ protected function setUp()
3838
public function testGetTreeArray()
3939
{
4040
$tree = $this->_treeBlock->getTreeArray();
41-
$this->assertEquals(6, $tree['children_count']);
4241
$this->assertEquals(false, $tree['is_active']);
4342
$this->assertEquals('Root', (string)$tree['name']);
4443
$this->assertEquals(true, $tree['expanded']);

0 commit comments

Comments
 (0)