]> BookStack Code Mirror - bookstack/commitdiff
Fixed failing language test after addition of formatter
authorDan Brown <redacted>
Sun, 16 Dec 2018 15:46:02 +0000 (15:46 +0000)
committerDan Brown <redacted>
Sun, 16 Dec 2018 15:46:02 +0000 (15:46 +0000)
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()