diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2022-04-20 14:10:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 14:10:42 +0200 |
commit | f33305aa38cb748201263f20248a09e975946257 (patch) | |
tree | cfe73dab7696a16f7d1cde87b0f98e7019816a67 /tests/lib/Files/Node/RootTest.php | |
parent | 1ea252fad5c6a57baf24c1483800a594ec8ba705 (diff) | |
parent | efb432865ff1d19dd8fb6568e90d439a30fd1feb (diff) | |
download | nextcloud-server-f33305aa38cb748201263f20248a09e975946257.tar.gz nextcloud-server-f33305aa38cb748201263f20248a09e975946257.zip |
Merge pull request #32022 from nextcloud/debug/noid/stacktrace-user-object
log stacktrace for 'Backends provided no user object'
Diffstat (limited to 'tests/lib/Files/Node/RootTest.php')
-rw-r--r-- | tests/lib/Files/Node/RootTest.php | 4 |
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'); |