ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
DummyProviderTest.php
Go to the documentation of this file.
1 <?php
2 
20 
21 require_once(__DIR__ . "/../BaseNotificationSetUp.php");
22 
27 {
28  public function testConstruct() : void
29  {
31  $this->assertInstanceOf(AbstractNotificationProvider::class, $povider);
32  }
33 }
Class DummyProviderTest.
Class BaseNotificationSetUp.
getDummyNotificationsProviderWithNotifications($notifications)