ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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:30
TestCase
components
ILIAS
GlobalScreen
tests
Notification
NotificationServicesTest.php
Generated on Wed Sep 3 2025 23:03:08 for ILIAS by
1.8.13 (using
Doxyfile
)