ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilServicesPermanentLinkSuite Class Reference

More...

+ Inheritance diagram for ilServicesPermanentLinkSuite:
+ Collaboration diagram for ilServicesPermanentLinkSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

News test suite

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

Definition at line 30 of file ilServicesPermanentLinkSuite.php.

Member Function Documentation

◆ suite()

static ilServicesPermanentLinkSuite::suite ( )
static

Definition at line 32 of file ilServicesPermanentLinkSuite.php.

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

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