ILIAS  release_8 Revision v8.23
ilServicesNavigationSuite Class Reference

Notes test suite. More...

+ Inheritance diagram for ilServicesNavigationSuite:
+ Collaboration diagram for ilServicesNavigationSuite:

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

Member Function Documentation

◆ suite()

static ilServicesNavigationSuite::suite ( )
static

Definition at line 31 of file ilServicesNavigationSuite.php.

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

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