ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
ilModulesRootFolderSuite.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
18
use PHPUnit\Framework\TestSuite;
19
20
require_once
'libs/composer/vendor/autoload.php'
;
21
25
class
ilModulesRootFolderSuite
extends
TestSuite
26
{
27
public
static
function
suite
(): self
28
{
29
$suite =
new
self
();
30
31
require_once(
"./Modules/RootFolder/test/RootStandardGUIRequestTest.php"
);
32
$suite->addTestSuite(
"RootStandardGUIRequestTest"
);
33
34
return
$suite;
35
}
36
}
ilModulesRootFolderSuite
Definition:
ilModulesRootFolderSuite.php:26
ilModulesRootFolderSuite\suite
static suite()
Definition:
ilModulesRootFolderSuite.php:27
Modules
RootFolder
test
ilModulesRootFolderSuite.php
Generated on Mon Nov 3 2025 22:01:28 for ILIAS by
1.9.4 (using
Doxyfile
)