ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
DummyProviderTest.php
Go to the documentation of this file.
1<?php
3
4require_once(__DIR__ . "/../BaseNotificationSetUp.php");
5
10{
11 public function testConstruct()
12 {
14 $this->assertInstanceOf(AbstractNotificationProvider::class, $povider);
15 }
16}
Class BaseNotificationSetUp.
getDummyNotificationsProviderWithNotifications($notifications)
An exception for terminatinating execution or to throw for unit testing.
Class DummyProviderTest.