ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
ilModulesFolderSuite.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
ilModulesFolderSuite
extends
TestSuite
26
{
27
public
static
function
suite
(): self
28
{
29
$suite =
new
self
();
30
31
require_once(
"./Modules/Folder/test/FoldStandardGUIRequestTest.php"
);
32
$suite->addTestSuite(
"FoldStandardGUIRequestTest"
);
33
34
return
$suite;
35
}
36
}
TestSuite
ilModulesFolderSuite
Definition:
ilModulesFolderSuite.php:25
ilModulesFolderSuite\suite
static suite()
Definition:
ilModulesFolderSuite.php:27
Modules
Folder
test
ilModulesFolderSuite.php
Generated on Wed Sep 3 2025 22:01:30 for ILIAS by
1.8.13 (using
Doxyfile
)