public static function VocabularyTest::getInfo

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php, line 15
Definition of Drupal\taxonomy\Tests\VocabularyTest.

Class

VocabularyTest
Tests the taxonomy vocabulary interface.

Namespace

Drupal\taxonomy\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy vocabulary interface',
    'description' => 'Test the taxonomy vocabulary interface.',
    'group' => 'Taxonomy',
  );
}