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/Autoconfig/SmtpConnectivityTesterTest.php')
-rw-r--r--tests/Unit/Service/Autoconfig/SmtpConnectivityTesterTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Service/Autoconfig/SmtpConnectivityTesterTest.php b/tests/Unit/Service/Autoconfig/SmtpConnectivityTesterTest.php
index b4fba1b81..d82b99a55 100644
--- a/tests/Unit/Service/Autoconfig/SmtpConnectivityTesterTest.php
+++ b/tests/Unit/Service/Autoconfig/SmtpConnectivityTesterTest.php
@@ -49,7 +49,7 @@ class SmtpConnectivityTesterTest extends TestCase {
/** @var SmtpConnectivityTester */
private $tester;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->connectivityTester = $this->createMock(ConnectivityTester::class);