ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilServicesNotificationSuite Class Reference
+ Inheritance diagram for ilServicesNotificationSuite:
+ Collaboration diagram for ilServicesNotificationSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 25 of file ilServicesNotificationSuite.php.

Member Function Documentation

◆ suite()

static ilServicesNotificationSuite::suite ( )
static

Definition at line 27 of file ilServicesNotificationSuite.php.

28  {
29  $suite = new self();
30 
31  require_once("./Services/Notification/test/NotificationTest.php");
32  $suite->addTestSuite("NotificationTest");
33 
34  return $suite;
35  }

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