ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilModulesDataCollectionSuite.php
Go to the documentation of this file.
1 <?php
2 
4 
10 class ilModulesDataCollectionSuite extends TestSuite
11 {
12  public static function suite()
13  {
15 
16  // add each test class of the component
17  require_once("./Modules/DataCollection/test/ilObjDataCollectionTest.php");
18 
19  $suite->addTestSuite("ilObjDataCollectionTest");
20 
21  return $suite;
22  }
23 }
$suite
Class ilModulesDataCollectionSuite.