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
}
BaseNotificationSetUp
Class BaseNotificationSetUp.
Definition:
BaseNotificationSetUp.php:25
BaseNotificationSetUp\getDummyNotificationsProviderWithNotifications
getDummyNotificationsProviderWithNotifications($notifications)
Definition:
BaseNotificationSetUp.php:110
php
An exception for terminatinating execution or to throw for unit testing.
DummyProviderTest
Class DummyProviderTest.
Definition:
DummyProviderTest.php:10
DummyProviderTest\testConstruct
testConstruct()
Definition:
DummyProviderTest.php:11
ILIAS\GlobalScreen\Scope\Notification\Provider\AbstractNotificationProvider
Interface AbstractNotificationProvider.
Definition:
AbstractNotificationProvider.php:14
tests
GlobalScreen
Notification
Provider
DummyProviderTest.php
Generated on Sat Oct 4 2025 20:01:13 for ILIAS by
1.9.4 (using
Doxyfile
)