diff options
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 { |