File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Test/Integration/Block Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ public function testGetCategories()
5252
5353 $ this ->assertCount (2 , $ categories );
5454
55- $ this ->assertEquals ('Level 1 ' , $ categories [0 ]->getName ());
55+ $ this ->assertEquals ('Level 1 ' , $ categories [17 ]->getName ());
5656 // TODO Fix test to properly load only the specific children, caused by change in child loading method
5757// $this->assertCount(1, $categories[0]->getChildren());
5858// $this->assertEquals('Level 2', $categories[0]->getChildren()[0]->getName());
5959
60- $ this ->assertEquals ('Level 1-a ' , $ categories [1 ]->getName ());
60+ $ this ->assertEquals ('Level 1-a ' , $ categories [19 ]->getName ());
6161 // TODO Fix test to properly load only the specific children, caused by change in child loading method
6262// $this->assertCount(1, $categories[1]->getChildren());
6363// $this->assertEquals('Level 2-a', $categories[1]->getChildren()[0]->getName());
You can’t perform that action at this time.
0 commit comments