ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilCacheTest Class Reference

Test cache. More...

+ Inheritance diagram for ilCacheTest:
+ Collaboration diagram for ilCacheTest:

Public Member Functions

 testSetExpires ()
 Test set expires. More...
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 

Detailed Description

Test cache.

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

Definition at line 26 of file ilCacheTest.php.

Member Function Documentation

◆ setUp()

ilCacheTest::setUp ( )
protected

Definition at line 29 of file ilCacheTest.php.

29  : void
30  {
31  parent::setUp();
32  }

◆ tearDown()

ilCacheTest::tearDown ( )
protected

Definition at line 34 of file ilCacheTest.php.

34  : void
35  {
36  }

◆ testSetExpires()

ilCacheTest::testSetExpires ( )

Test set expires.

Definition at line 41 of file ilCacheTest.php.

42  {
43  $ex_cache = new ilExampleCache();
44 
45  $this->assertEquals(
46  5,
47  $ex_cache->getExpiresAfter()
48  );
49  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

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