ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilServicesGlobalCacheSuite Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilServicesGlobalCacheSuite:
+ Collaboration diagram for ilServicesGlobalCacheSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Definition at line 39 of file ilServicesGlobalCacheSuite.php.

Member Function Documentation

◆ suite()

static ilServicesGlobalCacheSuite::suite ( )
static

Definition at line 41 of file ilServicesGlobalCacheSuite.php.

41  : self
42  {
43  $suite = new self();
44 
45  require_once("./Services/GlobalCache/test/ilServicesGlobalCacheTest.php");
46  $suite->addTestSuite("ilServicesGlobalCacheTest");
47 
48  return $suite;
49  }

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