ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables 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 14 of file ilCtrlPathSuite.php.

Member Function Documentation

◆ suite()

static ilCtrlPathSuite::suite ( )
static
Returns
self

Definition at line 19 of file ilCtrlPathSuite.php.

19  : self
20  {
21  $suite = new self();
22 
23  require_once __DIR__ . '/ilCtrlAbstractPathTest.php';
24  $suite->addTestSuite(ilCtrlAbstractPathTest::class);
25 
26  require_once __DIR__ . '/ilCtrlArrayClassPathTest.php';
27  $suite->addTestSuite(ilCtrlArrayClassPathTest::class);
28 
29  require_once __DIR__ . '/ilCtrlExistingPathTest.php';
30  $suite->addTestSuite(ilCtrlExistingPathTest::class);
31 
32  require_once __DIR__ . '/ilCtrlPathFactoryTest.php';
33  $suite->addTestSuite(ilCtrlPathFactoryTest::class);
34 
35  require_once __DIR__ . '/ilCtrlSingleClassPathTest.php';
36  $suite->addTestSuite(ilCtrlSingleClassPathTest::class);
37 
38  return $suite;
39  }

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