Merge pull request #1586 from bburnichon/PHRAS-831

Remove legacy classic configuration
This commit is contained in:
Benoît Burnichon
2015-12-02 20:21:33 +01:00
6 changed files with 68 additions and 101 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();
}
}