From fcfc7863f105b91720168095cdfc744889def347 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Thu, 9 Feb 2017 16:47:33 -0500 Subject: [PATCH] Properly clean up after Lang tests --- tests/TestLang.php | 1 + tests/testLangComplex.php | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/TestLang.php b/tests/TestLang.php index 8188f79e..afd48a86 100644 --- a/tests/TestLang.php +++ b/tests/TestLang.php @@ -46,6 +46,7 @@ class TestLang extends \PHPUnit\Framework\TestCase { self::$path = null; self::$vfs = null; self::$files = null; + Lang::set("", true); Lang::set(Lang::DEFAULT, true); } diff --git a/tests/testLangComplex.php b/tests/testLangComplex.php index 86673075..019c0506 100644 --- a/tests/testLangComplex.php +++ b/tests/testLangComplex.php @@ -46,6 +46,7 @@ class TestLangComplex extends \PHPUnit\Framework\TestCase { self::$path = null; self::$vfs = null; self::$files = null; + Lang::set("", true); Lang::set(Lang::DEFAULT, true); }