summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/swift.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/swift.php')
-rw-r--r--apps/files_external/tests/swift.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_external/tests/swift.php b/apps/files_external/tests/swift.php
index 3e1485b0f3a..98a97f99b5b 100644
--- a/apps/files_external/tests/swift.php
+++ b/apps/files_external/tests/swift.php
@@ -6,12 +6,14 @@
* See the COPYING-README file.
*/
+namespace Test\Files\Storage;
+
$config=include('apps/files_external/tests/config.php');
if(!is_array($config) or !isset($config['swift']) or !$config['swift']['run']) {
- abstract class Test_Filestorage_SWIFT extends Test_FileStorage{}
+ abstract class SWIFT extends Storage{}
return;
}else{
- class Test_Filestorage_SWIFT extends Test_FileStorage {
+ class SWIFT extends Storage {
private $config;
public function setUp() {