aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/memcache/arraycache.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/memcache/arraycache.php')
-rw-r--r--tests/lib/memcache/arraycache.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/lib/memcache/arraycache.php b/tests/lib/memcache/arraycache.php
deleted file mode 100644
index 1db673da2a8..00000000000
--- a/tests/lib/memcache/arraycache.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-/**
- * Copyright (c) 2015 Joas Schilling <nickvergessen@owncloud.com>
- * This file is licensed under the Affero General Public License version 3 or
- * later.
- * See the COPYING-README file.
- */
-
-namespace Test\Memcache;
-
-class ArrayCache extends Cache {
- protected function setUp() {
- parent::setUp();
- $this->instance = new \OC\Memcache\ArrayCache('');
- }
-}