ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
ilCtrlSetupSuite.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
/* Copyright (c) 2021 Thibeau Fuhrer <thf@studer-raimann.ch> Extended GPL, see docs/LICENSE */
6
7
use
PHPUnit\Framework\TestSuite
;
8
13
class
ilCtrlSetupSuite
extends
TestSuite
14
{
18
public
static
function
suite
(): self
19
{
20
$suite =
new
self
();
21
22
require_once __DIR__ .
'/ilUICoreSetupAgentTest.php'
;
23
$suite->addTestSuite(ilUICoreSetupAgentTest::class);
24
25
return
$suite;
26
}
27
}
TestSuite
ilCtrlSetupSuite
Class ilCtrlSetupSuite.
Definition:
ilCtrlSetupSuite.php:13
ilCtrlSetupSuite\suite
static suite()
Definition:
ilCtrlSetupSuite.php:18
Services
UICore
test
Setup
ilCtrlSetupSuite.php
Generated on Wed Sep 3 2025 22:02:46 for ILIAS by
1.8.13 (using
Doxyfile
)