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