Definition at line 27 of file NavigationTest.php.
◆ testImplementsFactoryInterface()
NavigationTest::testImplementsFactoryInterface |
( |
| ) |
|
Definition at line 29 of file NavigationTest.php.
30 {
31 $f =
new Navigation\Factory(
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 }
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
References Vendor\Package\$f, and ILIAS\UI\Implementation\Component\Input\getDataFactory().
The documentation for this class was generated from the following file: