14 public static function performInitialisation()
21 define(
'IL_PHPUNIT_TEST',
true);
23 session_id(
'phpunittest');
26 include
'Services/PHPUnit/config/cfg.phpunit.php';
28 include_once
'Services/Context/classes/class.ilContext.php';
31 include_once(
'Services/Init/classes/class.ilInitialisation.php');
33 ilInitialisation::initUserAccount();
35 $ilUnitUtil =
new self();
46 echo
"Error occured: ".get_class($a_error_obj).
"\n";
53 echo($e->getTraceAsString().
"\n\n");
setErrorHandling($mode=null, $options=null)
Sets how errors generated by this object should be handled.
const PEAR_ERROR_CALLBACK
Utilities for Unit Testing.
static initILIAS()
ilias initialisation
errorHandler($a_error_obj)
static init($a_type)
Init context by type.