]> BookStack Code Mirror - bookstack/blobdiff - tests/LanguageTest.php
Update settings.php
[bookstack] / tests / LanguageTest.php
index 64cad4817999532f33c126c3d91518d926dada7d..91abadc91904a97cf8bd14c425ab01f854f9350c 100644 (file)
@@ -11,7 +11,7 @@ class LanguageTest extends TestCase
     public function setUp()
     {
         parent::setUp();
-        $this->langs = array_diff(scandir(resource_path('lang')), ['..', '.', 'check.php']);
+        $this->langs = array_diff(scandir(resource_path('lang')), ['..', '.', 'check.php', 'format.php']);
     }
 
     public function test_locales_config_key_set_properly()