ILIAS  release_7 Revision v7.30-3-g800a261c036
NotificationServicesTest.php
Go to the documentation of this file.
1<?php
2
21use PHPUnit\Framework\TestCase;
22
23require_once('./libs/composer/vendor/autoload.php');
24
28class NotificationServicesTest extends TestCase
29{
30 public function testFactory() : void
31 {
33 $this->assertInstanceOf(NotificationFactory::class, $factory->factory());
34 }
35}
An exception for terminatinating execution or to throw for unit testing.
Class NotificationFactoryTest.
$factory
Definition: metadata.php:58