summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/mountconfig.php
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-05-05 15:03:10 +0200
committerVincent Petry <pvince81@owncloud.com>2014-05-05 15:03:10 +0200
commit0c8ae6eb6632483505c22a8441d916873ed51ecc (patch)
tree2a1879e3b099160d0843720cd3e00ede9509aae4 /apps/files_external/tests/mountconfig.php
parent341fcdc37a74b630ef7d47b5f0b336622c072ddc (diff)
downloadnextcloud-server-0c8ae6eb6632483505c22a8441d916873ed51ecc.tar.gz
nextcloud-server-0c8ae6eb6632483505c22a8441d916873ed51ecc.zip
Added ext storage app in autotest unit test run
To make sure that the dynamic mount config and config classes from external storages are tested, these are now added into the autotest.sh test run by enabling the app.
Diffstat (limited to 'apps/files_external/tests/mountconfig.php')
-rw-r--r--apps/files_external/tests/mountconfig.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/tests/mountconfig.php b/apps/files_external/tests/mountconfig.php
index 1921ec76af3..14fe1d90b7a 100644
--- a/apps/files_external/tests/mountconfig.php
+++ b/apps/files_external/tests/mountconfig.php
@@ -22,8 +22,6 @@
require_once __DIR__ . '/../../../lib/base.php';
-require __DIR__ . '/../lib/config.php';
-
class Test_Mount_Config_Dummy_Storage {
public function test() {
return true;