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.
2 parents 8284d11 + 1bddd35 commit 4c79abfCopy full SHA for 4c79abf
testing.rst
@@ -605,7 +605,7 @@ to simulate a login request::
605
public function testVisitingWhileLoggedIn()
606
{
607
$client = static::createClient();
608
- $userRepository = static::$container->get(UserRepository::class);
+ $userRepository = static::getContainer()->get(UserRepository::class);
609
610
// retrieve the test user
611
$testUser = $userRepository->findOneByEmail('john.doe@example.com');
0 commit comments