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 6126c06 commit ee48633Copy full SHA for ee48633
tests/Gedmo/Tree/ClosureTreeTest.php
@@ -361,9 +361,6 @@ public function testPersistOnRightEmInstance()
361
$emOne = $this->getMockSqliteEntityManager($evm);
362
$emTwo = $this->getMockSqliteEntityManager($evm);
363
364
- $uowOne = $emOne->getUnitOfWork();
365
- $uowTwo = $emTwo->getUnitOfWork();
366
-
367
$politicsOne = new Category();
368
$politicsOne->setTitle('Politics');
369
$newsOne = new News('Lorem ipsum', $politicsOne);
0 commit comments