mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
15 lines
344 B
PHP
15 lines
344 B
PHP
<?php
|
|
|
|
namespace Alchemy\Tests\Phrasea\Form\Login;
|
|
|
|
use Alchemy\Phrasea\Form\Login\PhraseaAuthenticationWithMappingForm;;
|
|
use Alchemy\Tests\Phrasea\Form\FormTestCase;
|
|
|
|
class PhraseaAuthenticationWithMappingFormTest extends FormTestCase
|
|
{
|
|
protected function getForm()
|
|
{
|
|
return new PhraseaAuthenticationWithMappingForm();
|
|
}
|
|
}
|