This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
// Install the Language module's configuration so we can use the
// module_installer service.
$this->installConfig(['language']);
$this->assertNull(\Drupal::service('locale.config_manager')->getDefaultConfigLangcode('locale_test_translate.settings'),'Before installing a module the locale config manager can not access the shipped configuration.');
$this->assertEqual('en',\Drupal::service('locale.config_manager')->getDefaultConfigLangcode('locale_test_translate.settings'),'After installing a module the locale config manager can get the shipped configuration langcode.');