ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ilCtrlSetupSuite.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
use PHPUnit\Framework\TestSuite;
22
27
class
ilCtrlSetupSuite
extends
TestSuite
28
{
32
public
static
function
suite
(): self
33
{
34
$suite =
new
self
();
35
36
require_once __DIR__ .
'/ilUICoreSetupAgentTest.php'
;
37
$suite->addTestSuite(ilUICoreSetupAgentTest::class);
38
39
return
$suite;
40
}
41
}
ilCtrlSetupSuite
Class ilCtrlSetupSuite.
Definition:
ilCtrlSetupSuite.php:28
ilCtrlSetupSuite\suite
static suite()
Definition:
ilCtrlSetupSuite.php:32
components
ILIAS
UICore
tests
Setup
ilCtrlSetupSuite.php
Generated on Sat Oct 18 2025 23:04:57 for ILIAS by
1.9.4 (using
Doxyfile
)