diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-09-03 13:58:46 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-09-03 14:20:46 +0100 |
| commit | cd94ca6664a143daa60d394f7b9cad6d42ec1b1d (patch) | |
| tree | d8a289e9f95c7cf4a27bbc59de6159eb3289923f /tests/app/Module/IndividualReportModuleTest.php | |
| parent | 30145003d62a36c9d9fb0d4bad12afbf90a2d8d6 (diff) | |
| download | webtrees-cd94ca6664a143daa60d394f7b9cad6d42ec1b1d.tar.gz webtrees-cd94ca6664a143daa60d394f7b9cad6d42ec1b1d.tar.bz2 webtrees-cd94ca6664a143daa60d394f7b9cad6d42ec1b1d.zip | |
Fix: #4026 - Unit test failure
Diffstat (limited to 'tests/app/Module/IndividualReportModuleTest.php')
| -rw-r--r-- | tests/app/Module/IndividualReportModuleTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Module/IndividualReportModuleTest.php b/tests/app/Module/IndividualReportModuleTest.php index 5b3f2b110e..5477b1c87c 100644 --- a/tests/app/Module/IndividualReportModuleTest.php +++ b/tests/app/Module/IndividualReportModuleTest.php @@ -36,7 +36,7 @@ use League\Flysystem\InMemory\InMemoryFilesystemAdapter; */ class IndividualReportModuleTest extends TestCase { - protected static $uses_database = true; + protected static bool $uses_database = true; /** * @covers \Fisharebest\Webtrees\Module\ModuleReportTrait |
