]> git.mxchange.org Git - friendica.git/blobdiff - tests/MockedTest.php
Move API RSS tests
[friendica.git] / tests / MockedTest.php
index 9137a1f5110db063699c877bf0808ca887608550..fdbfe219dd90147a7fcc66352ba723be8e86f329 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -28,7 +28,7 @@ use PHPUnit\Framework\TestCase;
  */
 abstract class MockedTest extends TestCase
 {
-       protected function tearDown()
+       protected function tearDown() : void
        {
                \Mockery::close();