mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Use subscriber to check session idle time
This commit is contained in:
@@ -9,6 +9,6 @@ class PhraseaAuthenticationFormTest extends FormTestCase
|
||||
{
|
||||
protected function getForm()
|
||||
{
|
||||
return new PhraseaAuthenticationForm();
|
||||
return new PhraseaAuthenticationForm(self::$DI['app']);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user