ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
NotificationServicesTest.php
Go to the documentation of this file.
1
<?php
2
19
use
ILIAS\GlobalScreen\Scope\Notification\NotificationServices
;
20
use
ILIAS\GlobalScreen\Scope\Notification\Factory\NotificationFactory
;
21
use
PHPUnit\Framework\TestCase
;
22
23
require_once(
'./vendor/composer/vendor/autoload.php'
);
24
28
class
NotificationServicesTest
extends
TestCase
29
{
30
public
function
testFactory
(): void
31
{
32
$factory =
new
NotificationServices
();
33
$this->assertInstanceOf(NotificationFactory::class, $factory->factory());
34
}
35
}
NotificationFactory
NotificationServicesTest
Class NotificationFactoryTest.
Definition:
NotificationServicesTest.php:28
NotificationServices
TestCase
NotificationServicesTest\testFactory
testFactory()
Definition:
NotificationServicesTest.php:30
ILIAS\GlobalScreen\Scope\Notification\NotificationServices
Class NotificationServices.
Definition:
NotificationServices.php:31
components
ILIAS
GlobalScreen
tests
Notification
NotificationServicesTest.php
Generated on Wed Sep 10 2025 15:15:42 for ILIAS by
1.8.13 (using
Doxyfile
)