| 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 | public function testSerializerOptionWithOutIgbinaryExtension() |
||
| 49 | |||
| 50 | /** |
||
| 51 | * {@inheritDoc} |
||
| 52 | */ |
||
| 53 | protected function _getCacheDriver() |
||
| 59 | } |
||
| 60 |