| 1 | <?php |
||
| 11 | class RedisCacheTest extends CacheTest |
||
| 12 | { |
||
| 13 | private $_redis; |
||
| 14 | |||
| 15 | protected function setUp() |
||
| 23 | |||
| 24 | public function testHitMissesStatsAreProvided() |
||
| 32 | |||
| 33 | public function testGetRedisReturnsInstanceOfRedis() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * {@inheritDoc} |
||
| 40 | */ |
||
| 41 | protected function _getCacheDriver() |
||
| 47 | } |
||
| 48 |