ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
NotificationServicesTest.php
Go to the documentation of this file.
1<?php
4use PHPUnit\Framework\TestCase;
5
6require_once('./libs/composer/vendor/autoload.php');
7
11class NotificationServicesTest extends TestCase
12{
13 public function testFactory()
14 {
16 $this->assertInstanceOf(NotificationFactory::class, $factory->factory());
17 }
18}
An exception for terminatinating execution or to throw for unit testing.
Class NotificationFactoryTest.
$factory
Definition: metadata.php:58