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:
parent
6ec13266fa
commit
fcfc7863f1
2 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue