You are here

public static function TaxonomyMenuCustomPathFunctionalTest::getInfo in Taxonomy menu 7.2

Implementation of getInfo().

File

taxonomy_menu_custom_paths/tests/taxonomy_menu_custom_paths.test, line 16
Tests for taxonomy_menu_custom_paths.module.

Class

TaxonomyMenuCustomPathFunctionalTest
Tests the taxonomy vocabulary interface.

Code

public static function getInfo() {
  return array(
    'name' => 'Custom path - Vocabulary interface',
    'description' => 'Test taxonomy menu custom path interface.',
    'group' => 'Taxonomy menu',
  );
}