\JCacheStorageFileTest
Test class for JCacheStorageFile.
Synopsis
class JCacheStorageFileTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JCacheStorageFile $object;
- // methods
- protected void setUp()
- public array casesStore()
- public void testStoreAndGet()
- public void testRemove()
- public void testClean()
- public void testGc()
- public void testIsSupported()
- public void test_setExpire()
- public void test_getFilePath()
Hierarchy
Extends
Tasks
Tasks
Line | Task |
---|---|
102+ | Implement testRemove(). |
127+ | Implement testClean(). |
182+ | Implement testGc(). |
211+ | Implement test_setExpire(). |
224+ | Implement test_getFilePath(). |
Members
protected
- $object — JCacheStorageFile
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
public
- casesStore() — Test Cases for get() / store()
- testClean() — Test...
- testGc() — Test...
- testIsSupported() — Testing isSupported().
- testRemove() — Test...
- testStoreAndGet() — Testing store() and get()
- test_getFilePath() — Test...
- test_setExpire() — Test...