ILIAS  release_8 Revision v8.24
ilServicesCalendarSuite Class Reference

class ServicesCalendarSuite More...

+ Inheritance diagram for ilServicesCalendarSuite:
+ Collaboration diagram for ilServicesCalendarSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

class ServicesCalendarSuite

Author
Stefan Meyer smeye.nosp@m.r.il.nosp@m.ias@g.nosp@m.mx.d.nosp@m.e

Definition at line 14 of file ilServicesCalendarSuite.php.

Member Function Documentation

◆ suite()

static ilServicesCalendarSuite::suite ( )
static

Definition at line 16 of file ilServicesCalendarSuite.php.

16 : self
17 {
18 $suite = new ilServicesCalendarSuite();
19 include_once './Services/Calendar/test/class.ilCalendarRecurrenceCalculationTest.php';
20 $suite->addTestSuite(ilCalendarRecurrenceCalculationTest::class);
21 return $suite;
22 }
class ServicesCalendarSuite

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