ILIAS  release_8 Revision v8.24
ilServicesNotesSuite Class Reference

Notes test suite. More...

+ Inheritance diagram for ilServicesNotesSuite:
+ Collaboration diagram for ilServicesNotesSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

Notes test suite.

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

Definition at line 29 of file ilServicesNotesSuite.php.

Member Function Documentation

◆ suite()

static ilServicesNotesSuite::suite ( )
static

Definition at line 31 of file ilServicesNotesSuite.php.

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

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