diff --git a/apps/files_external/tests/test.php b/apps/files_external/tests/test.php deleted file mode 100644 index 5387279fb0..0000000000 --- a/apps/files_external/tests/test.php +++ /dev/null @@ -1,6 +0,0 @@ -"; -print_r(OC_Mount_Config::getSystemMountPoints()); -echo ""; -// OC_Mount_Config::addMountPoint('Photos', 'OC_Filestorage_SWIFT', array('host' => 'gapinthecloud.com', 'user' => 'Gap', 'token' => '23423afdasFJEW22', 'secure' => 'true', 'root' => ''), OC_Mount_Config::MOUNT_TYPE_GROUP, 'admin', false);