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