- $this->assertEquals(implode(':', $configLocales), implode(':', $this->langs), 'app.locales configuration variable does not match those found in lang files');
+ $this->assertEquals(implode(':', $this->langs), implode(':', $appLocales), 'app.locales configuration variable does not match those found in lang files');
}
// Not part of standard phpunit test runs since we sometimes expect non-added langs.
}
// Not part of standard phpunit test runs since we sometimes expect non-added langs.
- public function do_test_locales_all_have_language_dropdown_entry()
+ public function test_locales_all_have_language_dropdown_entry()
{
{
+ $this->markTestSkipped('Only used when checking language inclusion');