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/Group/NextcloudGroupServiceTest.php')
-rw-r--r--tests/Unit/Service/Group/NextcloudGroupServiceTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Unit/Service/Group/NextcloudGroupServiceTest.php b/tests/Unit/Service/Group/NextcloudGroupServiceTest.php
index 3c0ddc0d8..43df1f067 100644
--- a/tests/Unit/Service/Group/NextcloudGroupServiceTest.php
+++ b/tests/Unit/Service/Group/NextcloudGroupServiceTest.php
@@ -33,7 +33,7 @@ class NextcloudGroupServiceTest extends TestCase {
private $groupsManager;
private $groupService;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->groupsManager = $this->createMock(IGroupManager::class);
@@ -97,7 +97,7 @@ class NextcloudGroupServiceTest extends TestCase {
}
public function testGetUsers() {
- $users = [
+ $users = [
$this->createTestUser('bob', 'Bobby', 'bob@smith.net'),
$this->createTestUser('alice', 'Alice', 'alice@smith.net')
];