You are here

public static function TaxonomyPermissionsWebTestCase::getInfo in Taxonomy Permissions 7

Implements getInfo().

Return value

array

File

tests/taxonomy_permissions.test, line 18
Tests for the Taxonomy Permissions module.

Class

TaxonomyPermissionsWebTestCase
Test case for Taxonomy Permissions module.

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy Permissions Test',
    'description' => "This is a dummy test to keep d.o's testbot happy; real tests are welcome!",
    'group' => 'Taxonomy Permissions',
  );
}