ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NavigationTest.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21require_once(__DIR__ . "/../../../../../../vendor/composer/vendor/autoload.php");
22require_once(__DIR__ . "/../../Base.php");
23
26
28{
30 {
32 $this->getDataFactory(),
33 $this->getRefinery(),
34 $this->createMock(ILIAS\UI\Storage::class)
35 );
36
37 $this->assertInstanceOf("ILIAS\\UI\\Component\\Navigation\\Factory", $f);
38
39 $sequence = $f->sequence(
40 $this->createMock(C\Navigation\Sequence\SegmentRetrieval::class)
41 );
42 $this->assertInstanceOf("ILIAS\\UI\\Component\\Navigation\\Sequence\\Sequence", $sequence);
43 }
44
45}
Definition: UI.php:24
Provides common functionality for UI tests.
Definition: Base.php:337
testImplementsFactoryInterface()
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.