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

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 ilServicesExcelSuite.php.

Member Function Documentation

◆ suite()

static ilServicesExcelSuite::suite ( )
static

Definition at line 30 of file ilServicesExcelSuite.php.

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

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