ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
DummyProviderTest.php
Go to the documentation of this file.
1
<?php
2
use
ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider
;
3
4
require_once(__DIR__ .
"/../BaseNotificationSetUp.php"
);
5
9
class
DummyProviderTest
extends
BaseNotificationSetUp
10
{
11
public
function
testConstruct
()
12
{
13
$povider = $this->
getDummyNotificationsProviderWithNotifications
([]);
14
$this->assertInstanceOf(AbstractNotificationProvider::class, $povider);
15
}
16
}
DummyProviderTest
Class DummyProviderTest.
Definition:
DummyProviderTest.php:9
AbstractNotificationProvider
DummyProviderTest\testConstruct
testConstruct()
Definition:
DummyProviderTest.php:11
BaseNotificationSetUp
Class BaseNotificationSetUp.
Definition:
BaseNotificationSetUp.php:24
BaseNotificationSetUp\getDummyNotificationsProviderWithNotifications
getDummyNotificationsProviderWithNotifications($notifications)
Definition:
BaseNotificationSetUp.php:110
tests
GlobalScreen
Notification
Provider
DummyProviderTest.php
Generated on Wed Sep 3 2025 20:01:31 for ILIAS by
1.8.13 (using
Doxyfile
)