ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
DummyProviderTestTBD.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:
DummyProviderTestTBD.php:10
AbstractNotificationProvider
DummyProviderTest\testConstruct
testConstruct()
Definition:
DummyProviderTestTBD.php:12
BaseNotificationSetUp
Class BaseNotificationSetUp.
Definition:
BaseNotificationSetUpTBD.php:42
BaseNotificationSetUp\getDummyNotificationsProviderWithNotifications
getDummyNotificationsProviderWithNotifications($notifications)
Definition:
BaseNotificationSetUpTBD.php:132
components
ILIAS
GlobalScreen
tests
Notification
Provider
DummyProviderTestTBD.php
Generated on Wed Sep 10 2025 15:15:42 for ILIAS by
1.8.13 (using
Doxyfile
)