Files
Phraseanet/tests/Alchemy/Tests/Phrasea/Form/TaskFormTest.php
Romain Neutron 4f24623961 Add TaskForm
2013-10-29 18:41:42 +01:00

14 lines
218 B
PHP

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