diff options
Diffstat (limited to 'apps/files_remote/tests/config.php')
-rw-r--r-- | apps/files_remote/tests/config.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_remote/tests/config.php b/apps/files_remote/tests/config.php new file mode 100644 index 00000000000..54105782919 --- /dev/null +++ b/apps/files_remote/tests/config.php @@ -0,0 +1,9 @@ +<?php +return array( + 'ftp'=>array( + 'host'=>'localhost', + 'user'=>'test', + 'password'=>'test', + 'root'=>'/test', + ) +); |