\JCacheStorageXCacheTest
Test class for JCacheStorageXCache.
Synopsis
class JCacheStorageXCacheTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JCacheStorageXCache $object;
- protected JCacheStorageXCache $xcacheAvailable;
- // methods
- protected void setUp()
- protected void tearDown()
- public void testGet()
- public void testStore()
- public void testRemove()
- public void testClean()
- public void testIsSupported()
- public void testGetCacheId()
Hierarchy
Extends
Tasks
Tasks
Line | Task |
---|---|
64+ | Implement testGet(). |
83+ | Implement testStore(). |
102+ | Implement testRemove(). |
121+ | Implement testClean(). |
154+ | Implement test_getCacheId(). |
Members
protected
- $object — JCacheStorageXCache
- $xcacheAvailable — JCacheStorageXCache
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...
- testStore() — Test...