ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
ilServicesLoggingSuite.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
use PHPUnit\Framework\TestSuite;
22
23
class
ilServicesLoggingSuite
extends
TestSuite
24
{
25
public
static
function
suite
(): self
26
{
27
$suite =
new
ilServicesLoggingSuite
();
28
include_once(
'./Services/Logging/test/ilLogComponentLevelTest.php'
);
29
$suite->addTestSuite(ilLogComponentLevelTest::class);
30
return
$suite;
31
}
32
}
ilServicesLoggingSuite
Definition:
ilServicesLoggingSuite.php:24
ilServicesLoggingSuite\suite
static suite()
Definition:
ilServicesLoggingSuite.php:25
Services
Logging
test
ilServicesLoggingSuite.php
Generated on Sun Nov 2 2025 22:01:38 for ILIAS by
1.9.4 (using
Doxyfile
)