Skip to content

Commit 4c79abf

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Testing] update deprecation
2 parents 8284d11 + 1bddd35 commit 4c79abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ to simulate a login request::
605605
public function testVisitingWhileLoggedIn()
606606
{
607607
$client = static::createClient();
608-
$userRepository = static::$container->get(UserRepository::class);
608+
$userRepository = static::getContainer()->get(UserRepository::class);
609609

610610
// retrieve the test user
611611
$testUser = $userRepository->findOneByEmail('john.doe@example.com');

0 commit comments

Comments
 (0)