mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Fix TranslatorTest not expecting the default locale as being "available"
refs #7063
This commit is contained in:
parent
ef847801f2
commit
8e5deb8029
@ -27,7 +27,7 @@ class TranslatorTest extends BaseTestCase
|
||||
public function testWhetherGetAvailableLocaleCodesReturnsAllAvailableLocaleCodes()
|
||||
{
|
||||
$this->assertEquals(
|
||||
array('de_DE', 'fr_FR'),
|
||||
array(Translator::DEFAULT_LOCALE, 'de_DE', 'fr_FR'),
|
||||
Translator::getAvailableLocaleCodes(),
|
||||
'Translator::getAvailableLocaleCodes does not return all available locale codes'
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user