Commit 4c0cd2ba authored by Haralan Dobrev's avatar Haralan Dobrev

Update password in tests

parent cb44f3f0
...@@ -281,7 +281,7 @@ class SecurityServiceProviderTest extends WebTestCase ...@@ -281,7 +281,7 @@ class SecurityServiceProviderTest extends WebTestCase
public function testUserAsServiceString() public function testUserAsServiceString()
{ {
$users = [ $users = [
'fabien' => ['ROLE_ADMIN', '5FZ2Z8QIkA7UTZ4BYkoC+GsReLf569mSKDsfods6LYQ8t+a8EW9oaircfMpmaLbPBh4FOBiiFyLfuZmTSUwzZg=='], 'fabien' => ['ROLE_ADMIN', '$2y$15$lzUNsTegNXvZW3qtfucV0erYBcEqWVeyOmjolB7R1uodsAVJ95vvu'],
]; ];
$app = new Application(); $app = new Application();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment