Class ilCtrlPathSuite.
More...
◆ suite()
static ilCtrlPathSuite::suite |
( |
| ) |
|
|
static |
- Returns
- self
Definition at line 33 of file ilCtrlPathSuite.php.
37 require_once __DIR__ .
'/ilCtrlAbstractPathTest.php';
38 $suite->addTestSuite(ilCtrlAbstractPathTest::class);
40 require_once __DIR__ .
'/ilCtrlArrayClassPathTest.php';
41 $suite->addTestSuite(ilCtrlArrayClassPathTest::class);
43 require_once __DIR__ .
'/ilCtrlExistingPathTest.php';
44 $suite->addTestSuite(ilCtrlExistingPathTest::class);
46 require_once __DIR__ .
'/ilCtrlPathFactoryTest.php';
47 $suite->addTestSuite(ilCtrlPathFactoryTest::class);
49 require_once __DIR__ .
'/ilCtrlSingleClassPathTest.php';
50 $suite->addTestSuite(ilCtrlSingleClassPathTest::class);
The documentation for this class was generated from the following file: