ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
BaseTestCase.php
Go to the documentation of this file.
1
<?php
18
declare(strict_types=1);
19
20
namespace
ILIAS\User\Tests
;
21
22
use PHPUnit\Framework\TestCase;
23
28
class
BaseTestCase
extends
TestCase
29
{
30
protected
function
assertException
(
string
$exception_class): void
31
{
32
$this->expectException($exception_class);
33
}
34
}
ILIAS\User\Tests\BaseTestCase
Definition:
BaseTestCase.php:29
ILIAS\User\Tests\BaseTestCase\assertException
assertException(string $exception_class)
Definition:
BaseTestCase.php:30
ILIAS\User\Tests
Definition:
BaseTestCase.php:20
components
ILIAS
User
tests
BaseTestCase.php
Generated on Sat Oct 18 2025 23:04:59 for ILIAS by
1.9.4 (using
Doxyfile
)