ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ToastServicesTest Class Reference
+ Inheritance diagram for ToastServicesTest:
+ Collaboration diagram for ToastServicesTest:

Public Member Functions

 testFactory ()
 

Detailed Description

Definition at line 28 of file ToastServicesTest.php.

Member Function Documentation

◆ testFactory()

ToastServicesTest::testFactory ( )

Definition at line 30 of file ToastServicesTest.php.

30  : void
31  {
32  $ui_mock = $this->createMock(UIServices::class);
33 
34  $services = new ToastServices($ui_mock);
35  $this->assertInstanceOf(ToastFactory::class, $services->factory());
36  }

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