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