ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilModulesDataCollectionSuite.php
Go to the documentation of this file.
1 <?php
2 
9 {
10  public static function suite()
11  {
12  PHPUnit_Framework_Error_Deprecated::$enabled = false;
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.