diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-09-22 00:56:36 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-09-22 11:01:11 +0200 |
commit | 36ce254ffd5ace8357fd777c8af42a98df01ad29 (patch) | |
tree | 9fccdc4c8ff13c3c6b2d86797e5e3401734b021a /tests/lib/files/node/integration.php | |
parent | 67231ed9a75eafe5b417e4525e3d80b1a3f8826b (diff) | |
download | nextcloud-server-36ce254ffd5ace8357fd777c8af42a98df01ad29.tar.gz nextcloud-server-36ce254ffd5ace8357fd777c8af42a98df01ad29.zip |
Move dummy backend to Tests namespace
Diffstat (limited to 'tests/lib/files/node/integration.php')
-rw-r--r-- | tests/lib/files/node/integration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/files/node/integration.php b/tests/lib/files/node/integration.php index 2d5ccd1fb85..5580b40a126 100644 --- a/tests/lib/files/node/integration.php +++ b/tests/lib/files/node/integration.php @@ -36,7 +36,7 @@ class IntegrationTests extends \Test\TestCase { \OC_Hook::clear('OC_Filesystem'); - $user = new User($this->getUniqueID('user'), new \OC_User_Dummy); + $user = new User($this->getUniqueID('user'), new \Test\Util\User\Dummy); $this->loginAsUser($user->getUID()); $this->view = new View(); |