File
- drupal/core/modules/config/lib/Drupal/config/Tests/ConfigLocaleOverrideWebTest.php, line 19
- Contains \Drupal\config\Tests\ConfigLocaleOverrideWebTest.
Class
- ConfigLocaleOverrideWebTest
- Tests language overrides in configuration through the request.
Namespace
Drupal\config\Tests
Code
public static function getInfo() {
return array(
'name' => 'Locale overrides through the request',
'description' => 'Tests locale overrides applied through the website.',
'group' => 'Configuration',
);
}