Class ilExceptionTest.
More...
◆ setGlobalVariable()
| ilExceptionTest::setGlobalVariable |
( |
string |
$name, |
|
|
|
$value |
|
) |
| |
|
protected |
Definition at line 45 of file ilExceptionTest.php.
45 : void
46 {
48
52 return $value;
53 };
54 }
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Customizing of pimple-DIC for ILIAS.
References $c, $DIC, $GLOBALS, and $name.
◆ setUp()
| ilExceptionTest::setUp |
( |
| ) |
|
|
protected |
◆ testConstruct()
| ilExceptionTest::testConstruct |
( |
| ) |
|
Definition at line 38 of file ilExceptionTest.php.
38 : void
39 {
41 $this->assertInstanceOf(ilException::class, $exception);
42 $this->assertInstanceOf(Exception::class, $exception);
43 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ $dic
The documentation for this class was generated from the following file: