]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Util/EMailerTest.php
File test
[friendica.git] / tests / src / Util / EMailerTest.php
index 523d3de1222a1304b528430ec7b6ff214d40a63e..3b1c3cc1f386fbea9e325df178c1efc96645e6ea 100644 (file)
@@ -35,7 +35,7 @@ class EMailerTest extends MockedTest
        /** @var BaseURL|MockInterface */
        private $baseUrl;
 
-       protected function setUp()
+       protected function setUp(): void
        {
                parent::setUp();
 
@@ -53,7 +53,7 @@ class EMailerTest extends MockedTest
                $this->baseUrl->shouldReceive('get')->andReturn('http://friendica.local');
        }
 
-       protected function tearDown()
+       protected function tearDown(): void
        {
                EmailerSpy::$MAIL_DATA = [];