]> git.mxchange.org Git - friendica.git/blobdiff - tests/MockedTest.php
Add unit tests for Smilies::isEmojiPost
[friendica.git] / tests / MockedTest.php
index 9137a1f5110db063699c877bf0808ca887608550..18aee466e27b7f079f51941ae8516aff19f9bf99 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2023, 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();