ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NavigationTest Class Reference
+ Inheritance diagram for NavigationTest:
+ Collaboration diagram for NavigationTest:

Public Member Functions

 testImplementsFactoryInterface ()
 

Detailed Description

Definition at line 27 of file NavigationTest.php.

Member Function Documentation

◆ testImplementsFactoryInterface()

NavigationTest::testImplementsFactoryInterface ( )

Definition at line 29 of file NavigationTest.php.

30 {
31 $f = new Navigation\Factory(
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 }
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.

References Vendor\Package\$f, and ILIAS\UI\Implementation\Component\Input\getDataFactory().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: