File
- drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php, line 19
- Definition of Drupal\taxonomy\Tests\VocabularyLanguageTest.
Class
- VocabularyLanguageTest
- Tests for the language feature on vocabularies.
Namespace
Drupal\taxonomy\Tests
Code
public static function getInfo() {
return array(
'name' => 'Vocabulary language',
'description' => 'Tests the language functionality for vocabularies.',
'group' => 'Taxonomy',
);
}