summaryrefslogtreecommitdiffstats
path: root/tests/lib/testcase.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-05-11 15:22:05 +0200
committerVincent Petry <pvince81@owncloud.com>2015-05-18 12:11:31 +0200
commit415f16eb24138e75be25f66ac261dd08cb269cc9 (patch)
treea630ad0c4264cfcba59b102e264e9242432babb1 /tests/lib/testcase.php
parent077d41a9ce2419c4bfd1ab5863672386e0cf761a (diff)
downloadnextcloud-server-415f16eb24138e75be25f66ac261dd08cb269cc9.tar.gz
nextcloud-server-415f16eb24138e75be25f66ac261dd08cb269cc9.zip
fix tests
Diffstat (limited to 'tests/lib/testcase.php')
-rw-r--r--tests/lib/testcase.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/testcase.php b/tests/lib/testcase.php
index 76d5662da9d..3b7ad2a9632 100644
--- a/tests/lib/testcase.php
+++ b/tests/lib/testcase.php
@@ -174,6 +174,7 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase {
\OC\Files\Filesystem::tearDown();
\OC_User::setUserId($user);
\OC_Util::setupFS($user);
+ \OC::$server->getUserFolder($user);
}
/**