Use subscriber to check session idle time

This commit is contained in:
Nicolas Le Goff
2014-05-12 15:12:44 +02:00
parent 3434e4cab2
commit 82c5520432
5 changed files with 398 additions and 9 deletions

View File

@@ -9,6 +9,6 @@ class PhraseaAuthenticationFormTest extends FormTestCase
{
protected function getForm()
{
return new PhraseaAuthenticationForm();
return new PhraseaAuthenticationForm(self::$DI['app']);
}
}