You are here

public static function TaxonomyAccessWeightTest::getInfo in Taxonomy Access Control 7

File

./taxonomy_access.test, line 1505
Automated tests for the Taxonomy Access Control module.

Class

TaxonomyAccessWeightTest

Code

public static function getInfo() {
  return array(
    'name' => 'Weight',
    'description' => 'Test module weight.',
    'group' => 'Taxonomy Access Control',
  );
}