ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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

◆ suite()

static ilModulesTestSuite::suite ( )
static

Definition at line 6 of file ilModulesTestSuite.php.

References $suite, and defined.

7  {
8  if (defined('ILIAS_PHPUNIT_CONTEXT'))
9  {
10  include_once("./Services/PHPUnit/classes/class.ilUnitUtil.php");
11  ilUnitUtil::performInitialisation();
12  }
13  else
14  {
15  chdir( dirname( __FILE__ ) );
16  chdir('../../../');
17  }
18 
19  $suite = new ilModulesTestSuite();
20 
21  include_once("./Modules/Test/test/ilassMarkTest.php");
22  $suite->addTestSuite("ilassMarkTest");
23 
24  include_once("./Modules/Test/test/ilassMarkSchemaTest.php");
25  $suite->addTestSuite("ilassMarkSchemaTest");
26 
27  include_once("./Modules/Test/test/ilTestFinalMarkLangVarBuilderTest.php");
28  $suite->addTestSuite("ilTestFinalMarkLangVarBuilderTest");
29 
30  return $suite;
31  }
$suite
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
Definition: bootstrap.php:27

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