ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
ilServicesExceptionsSuite.php
Go to the documentation of this file.
1
<?php
2
19
use
PHPUnit\Framework\TestSuite
;
20
21
class
ilServicesExceptionsSuite
extends
TestSuite
22
{
23
public
static
function
suite
(): self
24
{
25
$suite =
new
self
();
26
include_once(
'./Services/Exceptions/test/ilExceptionTest.php'
);
27
$suite->addTestSuite(ilExceptionTest::class);
28
return
$suite;
29
}
30
}
TestSuite
ilServicesExceptionsSuite\suite
static suite()
Definition:
ilServicesExceptionsSuite.php:23
ilServicesExceptionsSuite
Definition:
ilServicesExceptionsSuite.php:21
Services
Exceptions
test
ilServicesExceptionsSuite.php
Generated on Wed Sep 3 2025 22:02:26 for ILIAS by
1.8.13 (using
Doxyfile
)