ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
ilServicesEventHandlingSuite.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
use
PHPUnit\Framework\TestSuite
;
22
23
require_once
'libs/composer/vendor/autoload.php'
;
24
28
class
ilServicesEventHandlingSuite
extends
TestSuite
29
{
30
public
static
function
suite
(): self
31
{
32
$suite =
new
self
();
33
34
require_once(
"./Services/EventHandling/test/EventTest.php"
);
35
$suite->addTestSuite(
"EventTest"
);
36
37
return
$suite;
38
}
39
}
TestSuite
ilServicesEventHandlingSuite\suite
static suite()
Definition:
ilServicesEventHandlingSuite.php:30
ilServicesEventHandlingSuite
Definition:
ilServicesEventHandlingSuite.php:28
Services
EventHandling
test
ilServicesEventHandlingSuite.php
Generated on Wed Sep 10 2025 14:11:27 for ILIAS by
1.8.13 (using
Doxyfile
)