memcache: make base testcase abstract

This commit is contained in:
Robin Appelman 2013-07-16 23:11:22 +02:00
parent e09ffb6f57
commit b2bcc9774b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
namespace Test\Memcache;
class Cache extends \Test_Cache {
abstract class Cache extends \Test_Cache {
public function testExistsAfterSet() {
$this->assertFalse($this->instance->hasKey('foo'));
$this->instance->set('foo', 'bar');