Unit tests.
More...
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.
◆ setUp()
assCHANGEMETest::setUp |
( |
| ) |
|
|
protected |
Definition at line 15 of file assSkeletonTest.php.
16 {
17 if (defined('ILIAS_PHPUNIT_CONTEXT'))
18 {
19 include_once("./Services/PHPUnit/classes/class.ilUnitUtil.php");
20 ilUnitUtil::performInitialisation();
21 }
22 else
23 {
24 chdir( dirname( __FILE__ ) );
25 chdir('../../../');
26 }
27 }
◆ $backupGlobals
assCHANGEMETest::$backupGlobals = FALSE |
|
protected |
The documentation for this class was generated from the following file: