diff options
Diffstat (limited to 'tests/app/Services')
| -rw-r--r-- | tests/app/Services/GedcomEditServiceTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/app/Services/GedcomEditServiceTest.php b/tests/app/Services/GedcomEditServiceTest.php index f8bc4f8f1d..2924d9b701 100644 --- a/tests/app/Services/GedcomEditServiceTest.php +++ b/tests/app/Services/GedcomEditServiceTest.php @@ -28,6 +28,8 @@ use Fisharebest\Webtrees\TestCase; */ class GedcomEditServiceTest extends TestCase { + protected static bool $uses_database = true; + /** * @covers \Fisharebest\Webtrees\Services\GedcomEditService::editLinesToGedcom */ |
