2 require_once(__DIR__ .
"/../../../../libs/composer/vendor/autoload.php");
3 require_once(__DIR__ .
"/../../Base.php");
5 use \ILIAS\UI\Component as
C;
6 use \ILIAS\UI\Implementation as
I;
17 return new \ILIAS\UI\Implementation\Factory(
19 $this->createMock(
C\Glyph\Factory::class),
20 $this->createMock(
C\
Button\Factory::class),
21 $this->createMock(
C\Listing\Factory::class),
22 $this->createMock(
C\Image\Factory::class),
23 $this->createMock(
C\Panel\Factory::class),
24 $this->createMock(
C\Modal\Factory::class),
25 $this->createMock(
C\Dropzone\Factory::class),
26 $this->createMock(
C\Popover\Factory::class),
27 $this->createMock(
C\Divider\Factory::class),
28 $this->createMock(
C\Link\Factory::class),
29 $this->createMock(
C\Dropdown\Factory::class),
30 $this->createMock(
C\Item\Factory::class),
31 $this->createMock(
C\Icon\Factory::class),
32 $this->createMock(
C\ViewControl\Factory::class),
33 $this->createMock(
C\Chart\Factory::class),
34 $this->createMock(
C\Input\Factory::class),
35 $this->createMock(
C\Table\Factory::class),
36 $this->createMock(
C\MessageBox\Factory::class),
37 $this->createMock(
C\
Card\Factory::class)
48 return new \ILIAS\UI\Implementation\Component\Button\Factory();
60 return str_replace([
'×',
"\t"], [
'',
''],
$html);
Provides common functionality for UI tests.
Base class for modal tests.