summaryrefslogtreecommitdiff
path: root/tests/TestCase.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-01-02 13:36:50 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-01-02 13:36:50 +0000
commit69b58ac89c9be6ebe1aa3ef6b23c5bb9a8950637 (patch)
tree203aa2910aa379f48185143319eca29582e93b35 /tests/TestCase.php
parentbdf0ecb60a6e96f157c50055d8e2ae57cd51c498 (diff)
downloadwebtrees-69b58ac89c9be6ebe1aa3ef6b23c5bb9a8950637.tar.gz
webtrees-69b58ac89c9be6ebe1aa3ef6b23c5bb9a8950637.tar.bz2
webtrees-69b58ac89c9be6ebe1aa3ef6b23c5bb9a8950637.zip
Tests
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 2f8e03ab8a..9fca11260a 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__ . '/../data/' . $gedcom_file, $gedcom_file);
+ $tree->importGedcomFile(__DIR__ . '/data/' . $gedcom_file, $gedcom_file);
$gedcom_file_controller = new GedcomFileController();