1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00

Properly clean up after Lang tests

This commit is contained in:
J. King 2017-02-09 16:47:33 -05:00
parent 6ec13266fa
commit fcfc7863f1
2 changed files with 2 additions and 0 deletions

View file

@ -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);
}

View file

@ -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);
}