ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
}
ILIAS\GlobalScreen\Scope\Notification\Factory\NotificationFactory
Class NotificationFactory.
Definition:
NotificationFactory.php:30
ILIAS\GlobalScreen\Scope\Notification\NotificationServices
Class NotificationServices.
Definition:
NotificationServices.php:31
NotificationServicesTest
Class NotificationFactoryTest.
Definition:
NotificationServicesTest.php:29
NotificationServicesTest\testFactory
testFactory()
Definition:
NotificationServicesTest.php:30
components
ILIAS
GlobalScreen
tests
Notification
NotificationServicesTest.php
Generated on Sat Oct 18 2025 23:03:08 for ILIAS by
1.9.4 (using
Doxyfile
)