19 declare(strict_types=1);
    21 require_once 
'components/ILIAS/UI/tests/AbstractFactoryTestCase.php';
    37     public static string $factory_title = 
'ILIAS\\UI\\Component\\Input\\Container\\Form\\Factory';
    41         $df = 
new Data\Factory();
    43         $language = $this->createMock(
ILIAS\Language\Language::class);
    44         return new I\Container\Form\Factory(
    60         $form = 
$f->standard(
"#", []);
    61         $this->assertInstanceOf(
Form\Form::class, $form);
    62         $this->assertInstanceOf(
Form\Standard::class, $form);
 
Interface Observer  Contains several chained tasks and infos about them. 
 
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. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...