diff options
Diffstat (limited to 'tests/TestCase.php')
| -rw-r--r-- | tests/TestCase.php | 2 |
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(); } |
