Class ilCtrlStructureSuite.  
 More...
◆ suite()
  
  
      
        
          | static ilCtrlStructureSuite::suite  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
- Returns
 - static 
 
Definition at line 19 of file ilCtrlStructureSuite.php.
   19                                  : self
   20    {
   21        $suite = new self();
   22 
   23        require_once __DIR__ . '/ilCtrlStructureCidGeneratorTest.php';
   24        $suite->addTestSuite(ilCtrlStructureCidGeneratorTest::class);
   25 
   26        require_once __DIR__ . '/ilCtrlStructureHelperTest.php';
   27        $suite->addTestSuite(ilCtrlStructureHelperTest::class);
   28 
   29        require_once __DIR__ . '/ilCtrlStructureMapperTest.php';
   30        $suite->addTestSuite(ilCtrlStructureMapperTest::class);
   31 
   32        require_once __DIR__ . '/ilCtrlStructureReaderTest.php';
   33        $suite->addTestSuite(ilCtrlStructureReaderTest::class);
   34 
   35        require_once __DIR__ . '/ilCtrlStructureTest.php';
   36        $suite->addTestSuite(ilCtrlStructureTest::class);
   37 
   38        return $suite;
   39    }
 
 
 
The documentation for this class was generated from the following file: