summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-09-11 08:05:00 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-09-11 08:05:00 +0200
commite6af67d5eabd77e336207b7a82cfba5dafe45a26 (patch)
treed5c35e052fb70b264342e584beaed46ae7024f6e /apps
parent0dcd8079dcf0286caa3702620737eaec058a64cf (diff)
parent0878f722db3d576dbdf0b1e00a88d10890acdc4a (diff)
downloadnextcloud-server-e6af67d5eabd77e336207b7a82cfba5dafe45a26.tar.gz
nextcloud-server-e6af67d5eabd77e336207b7a82cfba5dafe45a26.zip
Merge pull request #9698 from owncloud/fix-9666
Load apps in tests, fixes #9666
Diffstat (limited to 'apps')
-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',