3declare(strict_types=1);
21require_once
'tests/UI/AbstractFactoryTest.php';
37 public string $factory_title =
'ILIAS\\UI\\Component\\Input\\Container\\Form\\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);
Defines tests every SHOULD pass UI-factory.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ChatMainBarProvider \MainMenu\Provider.