public static function TaxonomyMenuFunctionalTest::getInfo in Taxonomy menu 7.2
Implementation of getInfo().
File
- tests/
taxonomy_menu.test, line 170 - Defines abstract base test class for the Taxonomy menu module tests.
Class
- TaxonomyMenuFunctionalTest
- Tests the taxonomy vocabulary interface.
Code
public static function getInfo() {
return array(
'name' => 'Vocabulary interface',
'description' => 'Test the taxonomy menu vocabulary interface.',
'group' => 'Taxonomy menu',
);
}