diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-01-02 13:33:01 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-01-02 13:33:01 +0000 |
| commit | bdf0ecb60a6e96f157c50055d8e2ae57cd51c498 (patch) | |
| tree | 23ac65adcd71db845538dfed9a96edfe85701e22 /tests/TestCase.php | |
| parent | ae7eefd410ab146e1c073d5aa9a1f8d091945b37 (diff) | |
| download | webtrees-bdf0ecb60a6e96f157c50055d8e2ae57cd51c498.tar.gz webtrees-bdf0ecb60a6e96f157c50055d8e2ae57cd51c498.tar.bz2 webtrees-bdf0ecb60a6e96f157c50055d8e2ae57cd51c498.zip | |
Tests
Diffstat (limited to 'tests/TestCase.php')
| -rw-r--r-- | tests/TestCase.php | 2 |
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(); |
