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