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 3ec08de commit c8bcde0Copy full SHA for c8bcde0
tests/Gedmo/Tree/NestedTreeRootTest.php
@@ -6,7 +6,6 @@
6
use Gedmo\Tree\Entity\Repository\NestedTreeRepository;
7
use Tool\BaseTestCaseORM;
8
use Tree\Fixture\ForeignRootCategory;
9
-use Tree\Fixture\RootAssociationCategory;
10
use Tree\Fixture\RootCategory;
11
12
/**
@@ -28,7 +27,7 @@ protected function setUp()
28
27
$evm->addEventSubscriber(new TreeListener());
29
30
$this->getMockSqliteEntityManager($evm);
31
-// $this->populate();
+ $this->populate();
32
}
33
34
0 commit comments