ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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
}
TestSuite
ilCtrlSetupSuite
Class ilCtrlSetupSuite.
Definition:
ilCtrlSetupSuite.php:27
ilCtrlSetupSuite\suite
static suite()
Definition:
ilCtrlSetupSuite.php:32
components
ILIAS
UICore
tests
Setup
ilCtrlSetupSuite.php
Generated on Wed Sep 3 2025 23:04:24 for ILIAS by
1.8.13 (using
Doxyfile
)