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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Service/GroupsIntegrationTest.php')
-rw-r--r--tests/Unit/Service/GroupsIntegrationTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Service/GroupsIntegrationTest.php b/tests/Unit/Service/GroupsIntegrationTest.php
index 8801ef5fd..758c93846 100644
--- a/tests/Unit/Service/GroupsIntegrationTest.php
+++ b/tests/Unit/Service/GroupsIntegrationTest.php
@@ -35,7 +35,7 @@ class GroupsIntegrationTest extends TestCase {
/** @var GroupsIntegration */
private $groupsIntegration;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->groupService1 = $this->createMock(NextcloudGroupService::class);