diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-02-25 12:52:16 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-02-25 16:03:10 +0100 |
commit | 993d89b3cc55d36fca1b9ee9040fcda8790e2fba (patch) | |
tree | 94140f5af7b757b55795a93fe93313d243356a8d /tests/lib/connector | |
parent | f5b62267325415b307cf2d47b69d11d4337536e4 (diff) | |
download | nextcloud-server-993d89b3cc55d36fca1b9ee9040fcda8790e2fba.tar.gz nextcloud-server-993d89b3cc55d36fca1b9ee9040fcda8790e2fba.zip |
Extend the class so the Filesystem is cleaned up
Diffstat (limited to 'tests/lib/connector')
-rw-r--r-- | tests/lib/connector/sabre/objecttree.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/connector/sabre/objecttree.php b/tests/lib/connector/sabre/objecttree.php index 3c972fe6f0f..0709aa89c63 100644 --- a/tests/lib/connector/sabre/objecttree.php +++ b/tests/lib/connector/sabre/objecttree.php @@ -11,7 +11,6 @@ namespace Test\OC\Connector\Sabre; use OC\Files\FileInfo; use OC\Connector\Sabre\Directory; -use PHPUnit_Framework_TestCase; class TestDoubleFileView extends \OC\Files\View { |