ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
NotificationServicesTest.php
Go to the documentation of this file.
1 <?php
5 
6 require_once('./libs/composer/vendor/autoload.php');
7 
12 {
13  public function testFactory()
14  {
16  $this->assertInstanceOf(NotificationFactory::class, $factory->factory());
17  }
18 }
Class NotificationFactoryTest.
$factory
Definition: metadata.php:58