Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/32022/head
Joas Schilling 4 years ago
parent 1ec4563c2e
commit efb432865f
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 4
      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');

Loading…
Cancel
Save