Browse Source

Properly clean up after Lang tests

microsub
J. King 7 years ago
parent
commit
fcfc7863f1
  1. 1
      tests/TestLang.php
  2. 1
      tests/testLangComplex.php

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

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

Loading…
Cancel
Save