ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
DummyProviderTest.php
Go to the documentation of this file.
1
<?php
2
3
use
ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider
;
4
5
require_once(__DIR__ .
"/../BaseNotificationSetUp.php"
);
6
10
class
DummyProviderTest
extends
BaseNotificationSetUp
11
{
12
public
function
testConstruct
(): void
13
{
14
$povider = $this->
getDummyNotificationsProviderWithNotifications
([]);
15
$this->assertInstanceOf(AbstractNotificationProvider::class, $povider);
16
}
17
}
DummyProviderTest
Class DummyProviderTest.
Definition:
DummyProviderTest.php:10
AbstractNotificationProvider
DummyProviderTest\testConstruct
testConstruct()
Definition:
DummyProviderTest.php:12
BaseNotificationSetUp
Class BaseNotificationSetUp.
Definition:
BaseNotificationSetUp.php:42
BaseNotificationSetUp\getDummyNotificationsProviderWithNotifications
getDummyNotificationsProviderWithNotifications($notifications)
Definition:
BaseNotificationSetUp.php:132
tests
GlobalScreen
Notification
Provider
DummyProviderTest.php
Generated on Wed Sep 3 2025 22:03:00 for ILIAS by
1.8.13 (using
Doxyfile
)