mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge pull request #1586 from bburnichon/PHRAS-831
Remove legacy classic configuration
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user