Class ilExceptionTest.
More...
◆ setGlobalVariable()
ilExceptionTest::setGlobalVariable |
( |
string |
$name, |
|
|
|
$value |
|
) |
| |
|
protected |
◆ setUp()
ilExceptionTest::setUp |
( |
| ) |
|
|
protected |
◆ testConstruct()
ilExceptionTest::testConstruct |
( |
| ) |
|
Definition at line 37 of file ilExceptionTest.php.
37 : void
38 {
40 $this->assertInstanceOf(ilException::class, $exception);
41 $this->assertInstanceOf(Exception::class, $exception);
42 }
Base class for ILIAS Exception handling.
◆ $dic
The documentation for this class was generated from the following file: