Class ilCtrlPathSuite.
More...
◆ suite()
static ilCtrlPathSuite::suite |
( |
| ) |
|
|
static |
- Returns
- self
Definition at line 19 of file ilCtrlPathSuite.php.
23 require_once __DIR__ .
'/ilCtrlAbstractPathTest.php';
24 $suite->addTestSuite(ilCtrlAbstractPathTest::class);
26 require_once __DIR__ .
'/ilCtrlArrayClassPathTest.php';
27 $suite->addTestSuite(ilCtrlArrayClassPathTest::class);
29 require_once __DIR__ .
'/ilCtrlExistingPathTest.php';
30 $suite->addTestSuite(ilCtrlExistingPathTest::class);
32 require_once __DIR__ .
'/ilCtrlPathFactoryTest.php';
33 $suite->addTestSuite(ilCtrlPathFactoryTest::class);
35 require_once __DIR__ .
'/ilCtrlSingleClassPathTest.php';
36 $suite->addTestSuite(ilCtrlSingleClassPathTest::class);
The documentation for this class was generated from the following file: