Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-20 14:08:31 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-20 14:08:31 +0300
commitefb432865ff1d19dd8fb6568e90d439a30fd1feb (patch)
treecfe73dab7696a16f7d1cde87b0f98e7019816a67 /tests
parent1ec4563c2e110fe08ee00b88df47bfac53f55a6c (diff)
Fix test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Files/Node/RootTest.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/lib/Files/Node/RootTest.php b/tests/lib/Files/Node/RootTest.php
index fe151d70dc3..ee86eab5675 100644
--- a/tests/lib/Files/Node/RootTest.php
+++ b/tests/lib/Files/Node/RootTest.php
@@ -232,9 +232,7 @@ class RootTest extends \Test\TestCase {
->method('error')
->with(
'Backends provided no user object for NotExistingUser',
- [
- 'app' => 'files',
- ]
+ $this->anything()
);
$root->getUserFolder('NotExistingUser');