public static function TaxonomyMenuCustomPathConfigurationTest::getInfo in Taxonomy menu 7.2
Implementation of getInfo().
File
- taxonomy_menu_custom_paths/
tests/ taxonomy_menu_custom_paths.test, line 96 - Tests for taxonomy_menu_custom_paths.module.
Class
- TaxonomyMenuCustomPathConfigurationTest
- Tests Taxonomy Menu Custom Path configuration options.
Code
public static function getInfo() {
return array(
'name' => 'Custom path - Configuration',
'description' => 'Test custom paths configuration.',
'group' => 'Taxonomy menu',
);
}