Files
Phraseanet/tests/Alchemy/Tests/Phrasea/Form/Login/PhraseaAuthenticationFormTest.php
2014-05-23 14:43:47 +02:00

15 lines
326 B
PHP

<?php
namespace Alchemy\Tests\Phrasea\Form\Login;
use Alchemy\Phrasea\Form\Login\PhraseaAuthenticationForm;
use Alchemy\Tests\Phrasea\Form\FormTestCase;
class PhraseaAuthenticationFormTest extends FormTestCase
{
protected function getForm()
{
return new PhraseaAuthenticationForm(self::$DI['app']);
}
}