diff options
Diffstat (limited to 'tests/app/Module/FamilyGroupReportModuleTest.php')
| -rw-r--r-- | tests/app/Module/FamilyGroupReportModuleTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Module/FamilyGroupReportModuleTest.php b/tests/app/Module/FamilyGroupReportModuleTest.php index b4ca5038a9..5f1944d333 100644 --- a/tests/app/Module/FamilyGroupReportModuleTest.php +++ b/tests/app/Module/FamilyGroupReportModuleTest.php @@ -27,7 +27,7 @@ class FamilyGroupReportModuleTest extends \Fisharebest\Webtrees\TestCase * * @return void */ - public function testClassExists() + public function testClassExists(): void { $this->assertTrue(class_exists('\Fisharebest\Webtrees\Module\FamilyGroupReportModule')); } |
