3require_once
'tests/UI/AbstractFactoryTest.php';
5use \ILIAS\UI\Component\Input\Container\Form;
9use \ILIAS\Transformation;
18 public $factory_title =
'ILIAS\\UI\\Component\\Input\\Container\\Form\\Factory';
24 return new \ILIAS\UI\Implementation\Component\Input\Container\Form\Factory(
28 new Validation\
Factory($df, $this->createMock(\ilLanguage::class)),
40 $this->assertInstanceOf(
Form\Form::class,
$form);
41 $this->assertInstanceOf(
Form\Standard::class,
$form);
Defines tests every SHOULD pass UI-factory.
An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
if(isset($_POST['submit'])) $form