19declare(strict_types=1);
21use PHPUnit\Framework\TestCase;
32 protected function setUp(): void
40 $this->assertInstanceOf(ilException::class, $exception);
41 $this->assertInstanceOf(Exception::class, $exception);
Customizing of pimple-DIC for ILIAS.
setGlobalVariable(string $name, $value)
Base class for ILIAS Exception handling.