]> source.dussan.org Git - nextcloud-server.git/commitdiff
memcache: make base testcase abstract
authorRobin Appelman <icewind@owncloud.com>
Tue, 16 Jul 2013 21:11:22 +0000 (23:11 +0200)
committerRobin Appelman <icewind@owncloud.com>
Tue, 16 Jul 2013 21:11:22 +0000 (23:11 +0200)
tests/lib/memcache/cache.php

index e2643b9fcd94bb0880f61cb15701f1b4459fa5e9..d07c492cef01d05814e7fd76d5cf3025ce2ec0cb 100644 (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');