ILIAS  release_8 Revision v8.24
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 10 of file ilCacheTest.php.

Member Function Documentation

◆ setUp()

ilCacheTest::setUp ( )
protected

Definition at line 13 of file ilCacheTest.php.

13 : void
14 {
15 parent::setUp();
16 }

◆ tearDown()

ilCacheTest::tearDown ( )
protected

Definition at line 18 of file ilCacheTest.php.

18 : void
19 {
20 }

◆ testSetExpires()

ilCacheTest::testSetExpires ( )

Test set expires.

Definition at line 25 of file ilCacheTest.php.

26 {
27 $ex_cache = new ilExampleCache();
28
29 $this->assertEquals(
30 5,
31 $ex_cache->getExpiresAfter()
32 );
33 }
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: