diff --git a/tests/php-unit-tests/unitary-tests/application/FormType/Base/TextTypeTest.php b/tests/php-unit-tests/unitary-tests/application/FormType/Base/TextTypeTest.php index 5396a9ace..379b9c0bc 100644 --- a/tests/php-unit-tests/unitary-tests/application/FormType/Base/TextTypeTest.php +++ b/tests/php-unit-tests/unitary-tests/application/FormType/Base/TextTypeTest.php @@ -6,7 +6,6 @@ namespace Combodo\iTop\Test\UnitTest\Application\FormType\Base; -use Combodo\iTop\Forms\FormType\Orm\AttCodeGroupByType; use Combodo\iTop\Test\UnitTest\ItopTestCase; use Symfony\Component\Form\Extension\Core\Type\FormType; use Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationExtension; @@ -28,10 +27,4 @@ class TextTypeTest extends iTopTestCase { return $this->GetFormBuilder($type, $data,$options)->getForm(); } - - public function testTextType() - { - $oFormView = $this->GetForm(AttCodeGroupByType::class)->createView(); - return; - } }