Skip to content

Commit e1d6358

Browse files
authored
Merge pull request #1704 from XWB/cleanup-tests
Cleanup redundant variables
2 parents 3248240 + ebd3a5a commit e1d6358

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)