public static function TaxonomyAccessTermGrantTest::getInfo in Taxonomy Access Control 7
File
- ./
taxonomy_access.test, line 1343 - Automated tests for the Taxonomy Access Control module.
Class
- TaxonomyAccessTermGrantTest
- Tests term grants for all possible grant combinations.
Code
public static function getInfo() {
return array(
'name' => 'Term grants',
'description' => 'Test node access for View tag (create) and Add tag (list) grants.',
'group' => 'Taxonomy Access Control',
);
}