Skip to content

Commit ee48633

Browse files
committed
[Tree] Removed useless code on Closure test
1 parent 6126c06 commit ee48633

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Gedmo/Tree/ClosureTreeTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,6 @@ public function testPersistOnRightEmInstance()
361361
$emOne = $this->getMockSqliteEntityManager($evm);
362362
$emTwo = $this->getMockSqliteEntityManager($evm);
363363

364-
$uowOne = $emOne->getUnitOfWork();
365-
$uowTwo = $emTwo->getUnitOfWork();
366-
367364
$politicsOne = new Category();
368365
$politicsOne->setTitle('Politics');
369366
$newsOne = new News('Lorem ipsum', $politicsOne);

0 commit comments

Comments
 (0)