ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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\assertException
assertException(string $exception_class)
Definition:
BaseTestCase.php:30
ILIAS\User\Tests\BaseTestCase
Definition:
BaseTestCase.php:28
TestCase
ILIAS\User\Tests
Definition:
BaseTestCase.php:20
components
ILIAS
User
tests
BaseTestCase.php
Generated on Sun Aug 31 2025 23:04:19 for ILIAS by
1.8.13 (using
Doxyfile
)