mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix CS
This commit is contained in:
@@ -244,7 +244,6 @@ class AuthenticatorTest extends \PhraseanetTestCase
|
||||
$session->set('usr_id', self::$DI['user']->getId());
|
||||
$session->set('session_id', 1);
|
||||
|
||||
|
||||
$authenticator = new Authenticator($app, $browser, $session, $app['EM']);
|
||||
$this->assertTrue($authenticator->isAuthenticated());
|
||||
$this->assertEquals(self::$DI['user'], $authenticator->getUser());
|
||||
|
Reference in New Issue
Block a user