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