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

Unit tests. More...

+ Inheritance diagram for assCHANGEMETest:
+ Collaboration diagram for assCHANGEMETest:

Protected Member Functions

 setUp ()
 

Protected Attributes

 $backupGlobals = false
 

Detailed Description

Unit tests.

Author
Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de

Definition at line 11 of file assSkeletonTest.php.

Member Function Documentation

◆ setUp()

assCHANGEMETest::setUp ( )
protected

Definition at line 15 of file assSkeletonTest.php.

References defined.

16  {
17  if (defined('ILIAS_PHPUNIT_CONTEXT')) {
18  include_once("./Services/PHPUnit/classes/class.ilUnitUtil.php");
19  ilUnitUtil::performInitialisation();
20  } else {
21  chdir(dirname(__FILE__));
22  chdir('../../../');
23  }
24  }
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
Definition: bootstrap.php:27

Field Documentation

◆ $backupGlobals

assCHANGEMETest::$backupGlobals = false
protected

Definition at line 13 of file assSkeletonTest.php.


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