ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilModulesTestSuite.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
5{
6 public static function suite()
7 {
8 if (defined('ILIAS_PHPUNIT_CONTEXT')) {
9 include_once("./Services/PHPUnit/classes/class.ilUnitUtil.php");
10 ilUnitUtil::performInitialisation();
11 } else {
12 chdir(dirname(__FILE__));
13 chdir('../../../');
14 }
15
17
18 include_once("./Modules/Test/test/ilassMarkTest.php");
19 $suite->addTestSuite("ilassMarkTest");
20
21 include_once("./Modules/Test/test/ilassMarkSchemaTest.php");
22 $suite->addTestSuite("ilassMarkSchemaTest");
23
24 include_once("./Modules/Test/test/ilTestFinalMarkLangVarBuilderTest.php");
25 $suite->addTestSuite("ilTestFinalMarkLangVarBuilderTest");
26
27 return $suite;
28 }
29}
$suite
An exception for terminatinating execution or to throw for unit testing.
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
Definition: bootstrap.php:27