ILIAS
release_8 Revision v8.23
◀ 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
}
TestSuite
ilServicesLoggingSuite\suite
static suite()
Definition:
ilServicesLoggingSuite.php:25
ilServicesLoggingSuite
Definition:
ilServicesLoggingSuite.php:23
Services
Logging
test
ilServicesLoggingSuite.php
Generated on Wed Sep 3 2025 22:02:29 for ILIAS by
1.8.13 (using
Doxyfile
)