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
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2022-04-20 15:26:41 +0300
commitf6e51690a2069d6092bed3c51e99f08ffa428117 (patch)
treefd556b0f6cbb465b15f5b79c15d4a38fdb379681 /tests
parent543277cb43afb2d5760b8c6464258fadebaa64aa (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');