Skip to content

Commit c8bcde0

Browse files
committed
re run populate for other tests
1 parent 3ec08de commit c8bcde0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Gedmo/Tree/NestedTreeRootTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Gedmo\Tree\Entity\Repository\NestedTreeRepository;
77
use Tool\BaseTestCaseORM;
88
use Tree\Fixture\ForeignRootCategory;
9-
use Tree\Fixture\RootAssociationCategory;
109
use Tree\Fixture\RootCategory;
1110

1211
/**
@@ -28,7 +27,7 @@ protected function setUp()
2827
$evm->addEventSubscriber(new TreeListener());
2928

3029
$this->getMockSqliteEntityManager($evm);
31-
// $this->populate();
30+
$this->populate();
3231
}
3332

3433
/**

0 commit comments

Comments
 (0)