mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
✅ Fix CI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user