ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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.

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

30  : Paths
31  {
32  return new Paths(new NullFactory());
33  }
+ Here is the caller graph for this function:

◆ testCustom()

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

Definition at line 35 of file PathsTest.php.

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

35  : void
36  {
37  $paths = $this->getPaths();
38 
39  $this->assertInstanceOf(
40  BuilderInterface::class,
41  $paths->custom()
42  );
43  }
+ Here is the call graph for this function:

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