ILIAS  release_8 Revision v8.24
ilServicesLearningHistorySuite Class Reference
+ Inheritance diagram for ilServicesLearningHistorySuite:
+ Collaboration diagram for ilServicesLearningHistorySuite:

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 28 of file ilServicesLearningHistorySuite.php.

Member Function Documentation

◆ suite()

static ilServicesLearningHistorySuite::suite ( )
static

Definition at line 30 of file ilServicesLearningHistorySuite.php.

30 : self
31 {
32 $suite = new self();
33
34 require_once("./Services/LearningHistory/test/LearningHistoryStandardGUIRequestTest.php");
35 $suite->addTestSuite("LearningHistoryStandardGUIRequestTest");
36
37 return $suite;
38 }

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