ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilModulesTestSuite Class Reference
+ Inheritance diagram for ilModulesTestSuite:
+ Collaboration diagram for ilModulesTestSuite:

Static Public Member Functions

static suite ()

Detailed Description

Definition at line 4 of file ilModulesTestSuite.php.

Member Function Documentation

static ilModulesTestSuite::suite ( )
static

Definition at line 6 of file ilModulesTestSuite.php.

References $suite.

{
if (defined('ILIAS_PHPUNIT_CONTEXT'))
{
include_once("./Services/PHPUnit/classes/class.ilUnitUtil.php");
ilUnitUtil::performInitialisation();
}
else
{
chdir( dirname( __FILE__ ) );
chdir('../../../');
}
include_once("./Modules/Test/test/ilassMarkTest.php");
$suite->addTestSuite("ilassMarkTest");
include_once("./Modules/Test/test/ilassMarkSchemaTest.php");
$suite->addTestSuite("ilassMarkSchemaTest");
include_once("./Modules/Test/test/ilTestFinalMarkLangVarBuilderTest.php");
$suite->addTestSuite("ilTestFinalMarkLangVarBuilderTest");
return $suite;
}

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