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