\JCacheStorageApcTest
Test class for JCacheStorageApc.
Generated by PHPUnit on 2009-10-08 at 21:44:48.
Synopsis
class JCacheStorageApcTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JCacheStorageApc $object;
- protected apcAvailable $apcAvailable;
- // methods
- protected void setUp()
- protected void tearDown()
- public void testGet()
- public void testStore()
- public void testRemove()
- public void testClean()
- public void testIsSupported()
- public void testSetExpire()
- public void testGetCacheId()
Hierarchy
Extends
Tasks
Tasks
Line | Task |
---|---|
67+ | Implement testGet(). |
86+ | Implement testStore(). |
105+ | Implement testRemove(). |
124+ | Implement testClean(). |
157+ | Implement test_setExpire(). |
176+ | Implement test_getCacheId(). |
Members
protected
- $apcAvailable — apcAvailable
- $object — JCacheStorageApc
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
- tearDown() — Tears down the fixture, for example, closes a network connection.
public
- testClean() — Test...
- testGet() — Test...
- testGetCacheId() — Test...
- testIsSupported() — Testing isSupported().
- testRemove() — Test...
- testSetExpire() — Test...
- testStore() — Test...