Fix CI

This commit is contained in:
Eric Espie
2025-04-18 09:13:37 +02:00
parent a4da05efee
commit 2873570677

View File

@@ -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;
}
}