ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\MetaData\Services\Paths\PathsTest Class Reference
+ Inheritance diagram for ILIAS\MetaData\Services\Paths\PathsTest:
+ Collaboration diagram for ILIAS\MetaData\Services\Paths\PathsTest:

Public Member Functions

 testCustom ()
 

Protected Member Functions

 getPaths ()
 

Detailed Description

Definition at line 28 of file PathsTest.php.

Member Function Documentation

◆ getPaths()

ILIAS\MetaData\Services\Paths\PathsTest::getPaths ( )
protected

Definition at line 30 of file PathsTest.php.

30 : Paths
31 {
32 return new Paths(new NullFactory());
33 }

Referenced by ILIAS\MetaData\Services\Paths\PathsTest\testCustom().

+ Here is the caller graph for this function:

◆ testCustom()

ILIAS\MetaData\Services\Paths\PathsTest::testCustom ( )

Definition at line 35 of file PathsTest.php.

35 : void
36 {
37 $paths = $this->getPaths();
38
39 $this->assertInstanceOf(
40 BuilderInterface::class,
41 $paths->custom()
42 );
43 }

References ILIAS\MetaData\Services\Paths\PathsTest\getPaths().

+ Here is the call graph for this function:

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