From 993d89b3cc55d36fca1b9ee9040fcda8790e2fba Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 25 Feb 2015 12:52:16 +0100 Subject: Extend the class so the Filesystem is cleaned up --- tests/lib/files/objectstore/swift.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/lib/files/objectstore') 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 { -- cgit v1.2.3