19 declare(strict_types=1);
21 require_once(
"libs/composer/vendor/autoload.php");
22 require_once(__DIR__ .
"../../../../Base.php");
38 $this->assertInstanceOf(
39 I\
Modal\InterruptiveItem\Standard::class,
40 $factory->standard(
'id',
'title')
47 $this->assertInstanceOf(
48 I\
Modal\InterruptiveItem\KeyValue::class,
49 $factory->keyValue(
'id',
'key',
'label')
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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Provides common functionality for UI tests.