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