\JCacheTest
Test class for JCache.
Synopsis
class JCacheTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JCache $object;
- // methods
- protected void setUp()
- public array casesGetInstance()
- public void testGetInstance()
- public array casesSetCaching()
- public void testSetCaching()
- public array casesSetLifetime()
- public void testSetLifeTime()
- public array casesGetStores()
- public void testGetStores()
- public array casesStore()
- public void testStoreAndGet()
- public void testRemove()
- public void testClean()
- public void testGc()
- public array casesGetStorage()
- public void testGetStorage()
Hierarchy
Extends
Tasks
Tasks
Line | Task |
---|---|
623+ | Implement test_getStorage(). |
Members
protected
- $object — JCache
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
public
- casesGetInstance() — Test Cases for getInstance
- casesGetStorage() — Test Cases for getStorage
- casesGetStores() — Test Cases for getStores
- casesSetCaching() — Test Cases for setCaching
- casesSetLifetime() — Test Cases for setLifetime
- casesStore() — Test Cases for get() / store()
- testClean() — Testing clean().
- testGc() — Testing Gc().
- testGetInstance() — Testing getInstance, set_state, setCaching, and setLifeTime
- testGetStorage() — Testing getStorage
- testGetStores() — Testing getStores
- testRemove() — Testing remove().
- testSetCaching() — Testing setCaching
- testSetLifeTime() — Testing setLifeTime
- testStoreAndGet() — Testing store() and get()