File
- drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php, line 22
- Definition of Drupal\taxonomy\Tests\VocabularyUnitTest.
Class
- VocabularyUnitTest
- Tests for taxonomy vocabulary functions.
Namespace
Drupal\taxonomy\Tests
Code
public static function getInfo() {
return array(
'name' => 'Taxonomy vocabularies',
'description' => 'Test loading, saving and deleting vocabularies.',
'group' => 'Taxonomy',
);
}