summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/mountconfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/mountconfig.php')
-rw-r--r--apps/files_external/tests/mountconfig.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files_external/tests/mountconfig.php b/apps/files_external/tests/mountconfig.php
index 8a49401a07b..fc482823843 100644
--- a/apps/files_external/tests/mountconfig.php
+++ b/apps/files_external/tests/mountconfig.php
@@ -20,8 +20,6 @@
*
*/
-require_once __DIR__ . '/../../../lib/base.php';
-
class Test_Mount_Config_Dummy_Storage {
public function test() {
return true;
@@ -60,7 +58,7 @@ class Test_Mount_Config extends \PHPUnit_Framework_TestCase {
\OC_User::setUserId(self::TEST_USER1);
$this->userHome = \OC_User::getHome(self::TEST_USER1);
- mkdir($this->userHome);
+ @mkdir($this->userHome);
$this->dataDir = \OC_Config::getValue(
'datadirectory',