Class ilCtrlStructureSuite.
More...
◆ suite()
static ilCtrlStructureSuite::suite |
( |
| ) |
|
|
static |
- Returns
- static
Definition at line 19 of file ilCtrlStructureSuite.php.
23 require_once __DIR__ .
'/ilCtrlStructureCidGeneratorTest.php';
24 $suite->addTestSuite(ilCtrlStructureCidGeneratorTest::class);
26 require_once __DIR__ .
'/ilCtrlStructureHelperTest.php';
27 $suite->addTestSuite(ilCtrlStructureHelperTest::class);
29 require_once __DIR__ .
'/ilCtrlStructureMapperTest.php';
30 $suite->addTestSuite(ilCtrlStructureMapperTest::class);
32 require_once __DIR__ .
'/ilCtrlStructureReaderTest.php';
33 $suite->addTestSuite(ilCtrlStructureReaderTest::class);
35 require_once __DIR__ .
'/ilCtrlStructureTest.php';
36 $suite->addTestSuite(ilCtrlStructureTest::class);
The documentation for this class was generated from the following file: