3require_once
'tests/UI/AbstractFactoryTest.php';
5use \ILIAS\UI\Component\Input\Container\Form;
17 public $factory_title =
'ILIAS\\UI\\Component\\Input\\Container\\Form\\Factory';
23 $language = $this->createMock(\ilLanguage::class);
24 return new \ILIAS\UI\Implementation\Component\Input\Container\Form\Factory(
39 $form =
$f->standard(
"#", []);
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.
Class ChatMainBarProvider \MainMenu\Provider.