| 1 | <?php |
||
| 11 | class MemcachedCacheTest extends CacheTest |
||
| 12 | { |
||
| 13 | private $memcached; |
||
| 14 | |||
| 15 | protected function setUp() |
||
| 26 | |||
| 27 | protected function tearDown() |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | * |
||
| 37 | * Memcached does not support " ", null byte and very long keys so we remove them from the tests. |
||
| 38 | */ |
||
| 39 | public function provideCacheIds() |
||
| 46 | |||
| 47 | public function testGetMemcachedReturnsInstanceOfMemcached() |
||
| 51 | |||
| 52 | /** |
||
| 53 | * {@inheritDoc} |
||
| 54 | */ |
||
| 55 | protected function _getCacheDriver() |
||
| 61 | } |
||
| 62 |