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/Command/CreateAccountTest.php')
-rw-r--r--tests/Unit/Command/CreateAccountTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Command/CreateAccountTest.php b/tests/Unit/Command/CreateAccountTest.php
index a253c55c3..6ded877e5 100644
--- a/tests/Unit/Command/CreateAccountTest.php
+++ b/tests/Unit/Command/CreateAccountTest.php
@@ -45,7 +45,7 @@ class CreateAccountTest extends TestCase {
'smtp-password',
];
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->service = $this->getMockBuilder('\OCA\Mail\Service\AccountService')