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/files/objectstore/swift.php | |
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/files/objectstore/swift.php')
-rw-r--r-- | tests/lib/files/objectstore/swift.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/files/objectstore/swift.php b/tests/lib/files/objectstore/swift.php index 30c60598277..0aaf7d906dd 100644 --- a/tests/lib/files/objectstore/swift.php +++ b/tests/lib/files/objectstore/swift.php @@ -23,8 +23,6 @@ namespace OCA\ObjectStore\Tests\Unit; use OC\Files\ObjectStore\ObjectStoreStorage; use OC\Files\ObjectStore\Swift as ObjectStoreToTest; -use PHPUnit_Framework_TestCase; - //class Swift extends PHPUnit_Framework_TestCase { class Swift extends \Test\Files\Storage\Storage { |