ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
NotificationServicesTest Class Reference

Class NotificationFactoryTest. More...

+ Inheritance diagram for NotificationServicesTest:
+ Collaboration diagram for NotificationServicesTest:

Public Member Functions

 testFactory ()
 

Detailed Description

Class NotificationFactoryTest.

Definition at line 28 of file NotificationServicesTest.php.

Member Function Documentation

◆ testFactory()

NotificationServicesTest::testFactory ( )

Definition at line 30 of file NotificationServicesTest.php.

30  : void
31  {
32  $factory = new NotificationServices();
33  $this->assertInstanceOf(NotificationFactory::class, $factory->factory());
34  }

The documentation for this class was generated from the following file: