ILIAS  release_8 Revision v8.24
DummyProviderTest.php
Go to the documentation of this file.
1<?php
2
4
5require_once(__DIR__ . "/../BaseNotificationSetUp.php");
6
11{
12 public function testConstruct(): void
13 {
15 $this->assertInstanceOf(AbstractNotificationProvider::class, $povider);
16 }
17}
Class BaseNotificationSetUp.
getDummyNotificationsProviderWithNotifications($notifications)
Class DummyProviderTest.