diff options
Diffstat (limited to 'tests/app/Module/DescendancyReportModuleTest.php')
| -rw-r--r-- | tests/app/Module/DescendancyReportModuleTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Module/DescendancyReportModuleTest.php b/tests/app/Module/DescendancyReportModuleTest.php index 3f37e9ae11..698d5ed209 100644 --- a/tests/app/Module/DescendancyReportModuleTest.php +++ b/tests/app/Module/DescendancyReportModuleTest.php @@ -39,7 +39,7 @@ use function ob_start; */ class DescendancyReportModuleTest extends TestCase { - protected static $uses_database = true; + protected static bool $uses_database = true; /** * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait |
