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 7093af4 + 7627d35 commit 1bddd35Copy full SHA for 1bddd35
testing.rst
@@ -609,7 +609,7 @@ to simulate a login request::
609
public function testVisitingWhileLoggedIn()
610
{
611
$client = static::createClient();
612
- $userRepository = static::$container->get(UserRepository::class);
+ $userRepository = static::getContainer()->get(UserRepository::class);
613
614
// retrieve the test user
615
$testUser = $userRepository->findOneByEmail('[email protected]');
0 commit comments