ILIAS  release_8 Revision v8.24
ilServicesCacheSuite Class Reference

Personal workspace test suite. More...

+ Inheritance diagram for ilServicesCacheSuite:
+ Collaboration diagram for ilServicesCacheSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

Personal workspace test suite.

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

Definition at line 26 of file ilServicesCacheSuite.php.

Member Function Documentation

◆ suite()

static ilServicesCacheSuite::suite ( )
static

Definition at line 28 of file ilServicesCacheSuite.php.

28 : self
29 {
30 $suite = new self();
31
32 require_once("./Services/Cache/test/ilCacheTest.php");
33 $suite->addTestSuite("ilCacheTest");
34
35 return $suite;
36 }

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