ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
NotificationServicesTest.php
Go to the documentation of this file.
1 <?php
2 
22 
23 require_once('./libs/composer/vendor/autoload.php');
24 
28 class NotificationServicesTest extends TestCase
29 {
30  public function testFactory(): void
31  {
32  $factory = new NotificationServices();
33  $this->assertInstanceOf(NotificationFactory::class, $factory->factory());
34  }
35 }
Class NotificationFactoryTest.