ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
DummyProviderTest.php
Go to the documentation of this file.
1 <?php
3 
4 require_once(__DIR__ . "/../BaseNotificationSetUp.php");
5 
10 {
11  public function testConstruct()
12  {
14  $this->assertInstanceOf(AbstractNotificationProvider::class, $povider);
15  }
16 }
Class DummyProviderTest.
Class BaseNotificationSetUp.
getDummyNotificationsProviderWithNotifications($notifications)