summaryrefslogtreecommitdiff
path: root/tests/app/Services
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-04-03 12:15:10 +0100
committerGreg Roach <greg@subaqua.co.uk>2022-04-03 13:18:31 +0100
commit00c92694dd3637f3b741bcc2df92d58d9df74043 (patch)
tree619760b40b8dc544aae9ac80fc691644408ca165 /tests/app/Services
parent9f0bdfcdb2cc634a8fc900f60eba68ec6c5d37fd (diff)
downloadwebtrees-00c92694dd3637f3b741bcc2df92d58d9df74043.tar.gz
webtrees-00c92694dd3637f3b741bcc2df92d58d9df74043.tar.bz2
webtrees-00c92694dd3637f3b741bcc2df92d58d9df74043.zip
Refactor custom tags. Replace modules with hard-coded configuration options
Diffstat (limited to 'tests/app/Services')
-rw-r--r--tests/app/Services/GedcomEditServiceTest.php2
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
*/