ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
DummyProviderTestTBD.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)