ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
DummyProviderTestTBD.php
Go to the documentation of this file.
1<?php
2
20
21require_once(__DIR__ . "/../BaseNotificationSetUp.php");
22
27{
28 public function testConstruct(): void
29 {
31 $this->assertInstanceOf(AbstractNotificationProvider::class, $povider);
32 }
33}
Class BaseNotificationSetUp.
getDummyNotificationsProviderWithNotifications($notifications)
Class DummyProviderTest.