]> BookStack Code Mirror - bookstack/blobdiff - tests/LanguageTest.php
Add footer element, styles, and associated settings
[bookstack] / tests / LanguageTest.php
index cd68756ae4365ad27ef4499f6a363b96570b474a..d7654b8671892ed32ced98a2b85470a479bddc7e 100644 (file)
@@ -19,7 +19,7 @@ class LanguageTest extends TestCase
         $configLocales = config('app.locales');
         sort($configLocales);
         sort($this->langs);
-        $this->assertTrue(implode(':', $this->langs) === implode(':', $configLocales), 'app.locales configuration variable matches found lang files');
+        $this->assertEquals(implode(':', $configLocales), implode(':', $this->langs), 'app.locales configuration variable does not match those found in lang files');
     }
 
     public function test_correct_language_if_not_logged_in()