summaryrefslogtreecommitdiffstats
path: root/tests/lib/memcache/apc.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/memcache/apc.php')
-rw-r--r--tests/lib/memcache/apc.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lib/memcache/apc.php b/tests/lib/memcache/apc.php
index e5d753a4fa5..550d5068dc1 100644
--- a/tests/lib/memcache/apc.php
+++ b/tests/lib/memcache/apc.php
@@ -10,7 +10,9 @@
namespace Test\Memcache;
class APC extends Cache {
- public function setUp() {
+ protected function setUp() {
+ parent::setUp();
+
if(!\OC\Memcache\APC::isAvailable()) {
$this->markTestSkipped('The apc extension is not available.');
return;