diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-10-02 23:35:51 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-10-02 23:35:51 +0200 |
commit | 1ed89760be5e1c5cf5b3fa7d40d845750b2840ab (patch) | |
tree | 2798ecd15ebd712e7eb498ee9a48d3496524a15c /tests/lib/files/cache/cache.php | |
parent | 92555eff711ff391f3af5ef6fb6f6414bfe012cf (diff) | |
download | nextcloud-server-1ed89760be5e1c5cf5b3fa7d40d845750b2840ab.tar.gz nextcloud-server-1ed89760be5e1c5cf5b3fa7d40d845750b2840ab.zip |
dont need this anymore
Diffstat (limited to 'tests/lib/files/cache/cache.php')
-rw-r--r-- | tests/lib/files/cache/cache.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/files/cache/cache.php b/tests/lib/files/cache/cache.php index 24dd38fa736..48cdc1c8c8c 100644 --- a/tests/lib/files/cache/cache.php +++ b/tests/lib/files/cache/cache.php @@ -8,8 +8,6 @@ namespace Test\Files\Cache; -use \OC\Files\Cache\Cache as FileCache; - class Cache extends \UnitTestCase { /** * @var \OC\Files\Storage\Temporary $storage; |