ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
ilUserBaseTest.php
Go to the documentation of this file.
1
<?php
18
use
PHPUnit\Framework\TestCase
;
19
24
class
ilUserBaseTest
extends
TestCase
25
{
26
protected
function
assertException
(
string
$exception_class): void
27
{
28
$this->expectException($exception_class);
29
}
30
}
ilUserBaseTest\assertException
assertException(string $exception_class)
Definition:
ilUserBaseTest.php:26
ilUserBaseTest
Definition:
ilUserBaseTest.php:24
TestCase
Services
User
test
ilUserBaseTest.php
Generated on Sun Aug 31 2025 22:02:39 for ILIAS by
1.8.13 (using
Doxyfile
)