ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilModulesDataCollectionSuite Class Reference

Class ilModulesDataCollectionSuite. More...

+ Inheritance diagram for ilModulesDataCollectionSuite:
+ Collaboration diagram for ilModulesDataCollectionSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

Member Function Documentation

◆ suite()

static ilModulesDataCollectionSuite::suite ( )
static

Definition at line 10 of file ilModulesDataCollectionSuite.php.

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 }
$suite
Class ilModulesDataCollectionSuite.

References $suite.


The documentation for this class was generated from the following file: