Remove Classic Section in MainConfigurationFormType

This commit is contained in:
Benoît Burnichon
2015-12-02 18:55:37 +01:00
parent 390a199e4e
commit fb725b3475
4 changed files with 0 additions and 100 deletions

View File

@@ -1,18 +0,0 @@
<?php
namespace Alchemy\Tests\Phrasea\Form\Configuration;
use Alchemy\Phrasea\Form\Configuration\ClassicFormType;
use Alchemy\Tests\Phrasea\Form\FormTestCase;
/**
* @group functional
* @group legacy
*/
class ClassicFormTypeTest extends FormTestCase
{
public function getForm()
{
return new ClassicFormType();
}
}