diff options
-rw-r--r-- | tests/lib/Avatar/UserAvatarTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Avatar/UserAvatarTest.php b/tests/lib/Avatar/UserAvatarTest.php index 940a15dd162..1ca3b8135cc 100644 --- a/tests/lib/Avatar/UserAvatarTest.php +++ b/tests/lib/Avatar/UserAvatarTest.php @@ -27,7 +27,7 @@ class UserAvatarTest extends \Test\TestCase { private SimpleFolder&MockObject $folder; private IConfig&MockObject $config; private User&MockObject $user; - + protected function setUp(): void { parent::setUp(); |