Skip to content

Commit ebd3a5a

Browse files
committed
Cleanup redundant variables
1 parent 3248240 commit ebd3a5a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/Functional/PersistenceRepositoryTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ public function testRepositoryShouldBeSetCorrectly()
1717
{
1818
self::bootKernel(['test_case' => 'ORM']);
1919

20-
// returns the real and unchanged service container
21-
$container = self::$kernel->getContainer();
22-
23-
// gets the special container that allows fetching private services
24-
$container = self::$container;
25-
2620
$repository = self::$container->get('test_alias.fos_elastica.manager.orm')
2721
->getRepository(TypeObject::class);
2822

0 commit comments

Comments
 (0)