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

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

Member Function Documentation

◆ suite()

static ilServicesCOPageSuite::suite ( )
static

Definition at line 30 of file ilServicesCOPageSuite.php.

30 : self
31 {
32 $suite = new self();
33
34 require_once("./Services/COPage/test/EditorEditSessionRepositoryTest.php");
35 $suite->addTestSuite("EditorEditSessionRepositoryTest");
36
37 require_once("./Services/COPage/test/PCMapEditorSessionRepositoryTest.php");
38 $suite->addTestSuite("PCMapEditorSessionRepositoryTest");
39
40 require_once("./Services/COPage/test/PCParagraphTest.php");
41 $suite->addTestSuite("PCParagraphTest");
42
43 return $suite;
44 }

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