ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
NotificationServicesTest.php
Go to the documentation of this file.
1 <?php
2 
22 
23 require_once('./vendor/composer/vendor/autoload.php');
24 
29 {
30  public function testFactory(): void
31  {
32  $factory = new NotificationServices();
33  $this->assertInstanceOf(NotificationFactory::class, $factory->factory());
34  }
35 }
Class NotificationFactoryTest.