public static function VocabularyPermissionsTest::getInfo

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyPermissionsTest.php, line 15
Contains \Drupal\taxonomy\Tests\VocabularyPermissionsTest.

Class

VocabularyPermissionsTest
Tests the taxonomy vocabulary permissions.

Namespace

Drupal\taxonomy\Tests

Code

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