ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
DummyProviderTestTBD.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)