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