summaryrefslogtreecommitdiff
path: root/tests/TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestCase.php')
-rw-r--r--tests/TestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestCase.php b/tests/TestCase.php
index 6ed6c298f7..2f8e03ab8a 100644
--- a/tests/TestCase.php
+++ b/tests/TestCase.php
@@ -120,7 +120,7 @@ class TestCase extends \PHPUnit\Framework\TestCase
protected function importTree(string $gedcom_file): Tree
{
$tree = Tree::create(basename($gedcom_file), basename($gedcom_file));
- $tree->importGedcomFile(__DIR__ . '/../' . $gedcom_file, $gedcom_file);
+ $tree->importGedcomFile(__DIR__ . '/../data/' . $gedcom_file, $gedcom_file);
$gedcom_file_controller = new GedcomFileController();