\JCacheStorageMemcacheTest
Test class for JCacheStorageMemcache.
Synopsis
class JCacheStorageMemcacheTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JCacheStorageMemcache $object;
- protected memcacheAvailable $memcacheAvailable;
- // methods
- protected void setUp()
- public void testGetConnection()
- public void testGetConfig()
- public void testGet()
- public void testStore()
- public void testRemove()
- public void testClean()
- public void testGc()
- public void testIsSupported()
- public void testGetCacheId()
Hierarchy
Extends
Tasks
Tasks
Line | Task |
---|---|
83+ | Implement testGetConnection(). |
102+ | Implement testGetConfig(). |
121+ | Implement testGet(). |
140+ | Implement testStore(). |
159+ | Implement testRemove(). |
178+ | Implement testClean(). |
197+ | Implement testGc(). |
237+ | Implement test_getCacheId(). |
Members
protected
- $memcacheAvailable — memcacheAvailable
- $object — JCacheStorageMemcache
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
public
- testClean() — Test...
- testGc() — Test...
- testGet() — Test...
- testGetCacheId() — Test...
- testGetConfig() — Test...
- testGetConnection() — Test...
- testIsSupported() — Testing isSupported().
- testRemove() — Test...
- testStore() — Test...