summaryrefslogtreecommitdiff
path: root/tests/app/Module/TopPageViewsModuleTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Module/TopPageViewsModuleTest.php')
-rw-r--r--tests/app/Module/TopPageViewsModuleTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Module/TopPageViewsModuleTest.php b/tests/app/Module/TopPageViewsModuleTest.php
index 2affe15136..7fd586a708 100644
--- a/tests/app/Module/TopPageViewsModuleTest.php
+++ b/tests/app/Module/TopPageViewsModuleTest.php
@@ -27,7 +27,7 @@ class TopPageViewsModuleTest extends \Fisharebest\Webtrees\TestCase
*
* @return void
*/
- public function testClassExists()
+ public function testClassExists(): void
{
$this->assertTrue(class_exists('\Fisharebest\Webtrees\Module\TopPageViewsModule'));
}