File
- drupal/core/modules/language/lib/Drupal/language/Tests/LanguageListTest.php, line 25
- Definition of Drupal\language\Tests\LanguageListTest.
Class
- LanguageListTest
- Functional tests for the language list configuration forms.
Namespace
Drupal\language\Tests
Code
public static function getInfo() {
return array(
'name' => 'Language list configuration',
'description' => 'Adds a new language and tests changing its status and the default language.',
'group' => 'Language',
);
}