ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilCtrlPathSuite Class Reference

Class ilCtrlPathSuite. More...

+ Inheritance diagram for ilCtrlPathSuite:
+ Collaboration diagram for ilCtrlPathSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

Class ilCtrlPathSuite.

Author
Thibeau Fuhrer thf@s.nosp@m.tude.nosp@m.r-rai.nosp@m.mann.nosp@m..ch

Definition at line 28 of file ilCtrlPathSuite.php.

Member Function Documentation

◆ suite()

static ilCtrlPathSuite::suite ( )
static
Returns
self

Definition at line 33 of file ilCtrlPathSuite.php.

33  : self
34  {
35  $suite = new self();
36 
37  require_once __DIR__ . '/ilCtrlAbstractPathTest.php';
38  $suite->addTestSuite(ilCtrlAbstractPathTest::class);
39 
40  require_once __DIR__ . '/ilCtrlArrayClassPathTest.php';
41  $suite->addTestSuite(ilCtrlArrayClassPathTest::class);
42 
43  require_once __DIR__ . '/ilCtrlExistingPathTest.php';
44  $suite->addTestSuite(ilCtrlExistingPathTest::class);
45 
46  require_once __DIR__ . '/ilCtrlPathFactoryTest.php';
47  $suite->addTestSuite(ilCtrlPathFactoryTest::class);
48 
49  require_once __DIR__ . '/ilCtrlSingleClassPathTest.php';
50  $suite->addTestSuite(ilCtrlSingleClassPathTest::class);
51 
52  return $suite;
53  }

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