X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ad4642c2c4257e005e3011011185fae1ff2fd033..refs/pull/691/head:/tests/LanguageTest.php diff --git a/tests/LanguageTest.php b/tests/LanguageTest.php index bb98a17b0..c9d6ed6f0 100644 --- a/tests/LanguageTest.php +++ b/tests/LanguageTest.php @@ -11,7 +11,7 @@ class LanguageTest extends TestCase public function setUp() { parent::setUp(); - $this->langs = array_diff(scandir(resource_path('lang')), ['..', '.']); + $this->langs = array_diff(scandir(resource_path('lang')), ['..', '.', 'check.php']); } public function test_locales_config_key_set_properly()