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/DefaultAccount/ManagerTest.php')
-rw-r--r--tests/Unit/Service/DefaultAccount/ManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Service/DefaultAccount/ManagerTest.php b/tests/Unit/Service/DefaultAccount/ManagerTest.php
index 0488ccb80..4e2ab7bbb 100644
--- a/tests/Unit/Service/DefaultAccount/ManagerTest.php
+++ b/tests/Unit/Service/DefaultAccount/ManagerTest.php
@@ -54,7 +54,7 @@ class ManagerTest extends TestCase {
/** @var Manager|PHPUnit_Framework_MockObject_MockObject */
private $manager;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->config = $this->createMock(IConfig::class);