3 declare(strict_types=1);
21 require_once
'tests/UI/AbstractFactoryTest.php';
37 public string $factory_title =
'ILIAS\\UI\\Component\\Input\\Container\\Form\\Factory';
41 $df =
new Data\Factory();
42 $language = $this->createMock(ilLanguage::class);
43 return new I\Container\Form\Factory(
59 $form =
$f->standard(
"#", []);
60 $this->assertInstanceOf(
Form\Form::class, $form);
61 $this->assertInstanceOf(
Form\Standard::class, $form);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Defines tests every SHOULD pass UI-factory.