ILIAS  release_8 Revision v8.24
ilServicesNewsSuite Class Reference

News test suite. More...

+ Inheritance diagram for ilServicesNewsSuite:
+ Collaboration diagram for ilServicesNewsSuite:

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 29 of file ilServicesNewsSuite.php.

Member Function Documentation

◆ suite()

static ilServicesNewsSuite::suite ( )
static

Definition at line 31 of file ilServicesNewsSuite.php.

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

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