Tests for the FileCache class.
- See also
- Config
Definition at line 20 of file FileCacheTest.php.
◆ _cacheMiss()
| FileCacheTest::_cacheMiss |
( |
|
$cache, |
|
|
|
$id |
|
) |
| |
◆ getCache()
| FileCacheTest::getCache |
( |
| ) |
|
|
protected |
◆ setUp()
◆ testCacheMiss()
| FileCacheTest::testCacheMiss |
( |
| ) |
|
◆ testGetCache()
| FileCacheTest::testGetCache |
( |
| ) |
|
◆ $cacheManager
| $cacheManager FileCacheTest::$cacheManager |
◆ $cacheMisses
| $cacheMisses FileCacheTest::$cacheMisses |
◆ $testCacheContents
| FileCacheTest::$testCacheContents |
Initial value:= array(
0 => 'zero',
1 => 'one',
2 => 'two',
3 => 'three',
)
Definition at line 34 of file FileCacheTest.php.
The documentation for this class was generated from the following file: