Class ilCtrlStructureSuite.
More...
◆ suite()
static ilCtrlStructureSuite::suite |
( |
| ) |
|
|
static |
- Returns
- static
Definition at line 33 of file ilCtrlStructureSuite.php.
37 require_once __DIR__ .
'/ilCtrlStructureCidGeneratorTest.php';
38 $suite->addTestSuite(ilCtrlStructureCidGeneratorTest::class);
40 require_once __DIR__ .
'/ilCtrlStructureHelperTest.php';
41 $suite->addTestSuite(ilCtrlStructureHelperTest::class);
43 require_once __DIR__ .
'/ilCtrlStructureMapperTest.php';
44 $suite->addTestSuite(ilCtrlStructureMapperTest::class);
46 require_once __DIR__ .
'/ilCtrlStructureReaderTest.php';
47 $suite->addTestSuite(ilCtrlStructureReaderTest::class);
49 require_once __DIR__ .
'/ilCtrlStructureTest.php';
50 $suite->addTestSuite(ilCtrlStructureTest::class);
The documentation for this class was generated from the following file: