Definition at line 4 of file ilModulesTestSuite.php.
◆ suite()
static ilModulesTestSuite::suite |
( |
| ) |
|
|
static |
Definition at line 6 of file ilModulesTestSuite.php.
References $suite, and defined.
8 if (
defined(
'ILIAS_PHPUNIT_CONTEXT'))
10 include_once(
"./Services/PHPUnit/classes/class.ilUnitUtil.php");
11 ilUnitUtil::performInitialisation();
15 chdir( dirname( __FILE__ ) );
21 include_once(
"./Modules/Test/test/ilassMarkTest.php");
22 $suite->addTestSuite(
"ilassMarkTest");
24 include_once(
"./Modules/Test/test/ilassMarkSchemaTest.php");
25 $suite->addTestSuite(
"ilassMarkSchemaTest");
27 include_once(
"./Modules/Test/test/ilTestFinalMarkLangVarBuilderTest.php");
28 $suite->addTestSuite(
"ilTestFinalMarkLangVarBuilderTest");
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
The documentation for this class was generated from the following file: