You are here

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

File

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

Class

TaxonomyAccessExternalChanges
Tests the module's response to changes from other modules.

Code

public static function getInfo() {
  return array(
    'name' => 'External changes',
    'description' => "Test the module's response to changes from other modules.",
    'group' => 'Taxonomy Access Control',
  );
}