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/Integration/FolderSynchronizationTest.php')
-rw-r--r--tests/Integration/FolderSynchronizationTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Integration/FolderSynchronizationTest.php b/tests/Integration/FolderSynchronizationTest.php
index e84094564..841a10508 100644
--- a/tests/Integration/FolderSynchronizationTest.php
+++ b/tests/Integration/FolderSynchronizationTest.php
@@ -36,7 +36,7 @@ class FolderSynchronizationTest extends TestCase {
/** @var FoldersController */
private $foldersController;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->foldersController = new FoldersController('mail', OC::$server->getRequest(), OC::$server->query(AccountService::class), $this->getTestAccountUserId(), OC::$server->query(IMailManager::class));