summaryrefslogtreecommitdiff
path: root/tests/TestCase.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-01-02 17:11:29 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-01-02 17:11:29 +0000
commitbec87e94a8266765faacfdc2be228dcdab3053b0 (patch)
tree1a92e3ff638e84a38acc610d205e17fcc70aff2e /tests/TestCase.php
parent7d76853dd5c018b2e8d9e1bfee6ef4e96d8698b3 (diff)
downloadwebtrees-bec87e94a8266765faacfdc2be228dcdab3053b0.tar.gz
webtrees-bec87e94a8266765faacfdc2be228dcdab3053b0.tar.bz2
webtrees-bec87e94a8266765faacfdc2be228dcdab3053b0.zip
Testing
Diffstat (limited to 'tests/TestCase.php')
-rw-r--r--tests/TestCase.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TestCase.php b/tests/TestCase.php
index 06ef504869..298089f79a 100644
--- a/tests/TestCase.php
+++ b/tests/TestCase.php
@@ -87,6 +87,8 @@ class TestCase extends \PHPUnit\Framework\TestCase
Site::$preferences = [];
User::$cache = [];
Tree::$trees = [];
+ GedcomRecord::$gedcom_record_cache = null;
+ GedcomRecord::$pending_record_cache = null;
Auth::logout();
}