ILIAS  release_7 Revision v7.30-3-g800a261c036
DummyProviderTest.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)
An exception for terminatinating execution or to throw for unit testing.
Class DummyProviderTest.