You are here

public static function TaxonomyMenuUnitTest::getInfo in Taxonomy menu 7.2

Same name and namespace in other branches
  1. 7 taxonomy_menu.test \TaxonomyMenuUnitTest::getInfo()

Implementation of getInfo().

File

tests/taxonomy_menu.test, line 292
Defines abstract base test class for the Taxonomy menu module tests.

Class

TaxonomyMenuUnitTest
Tests for taxonomy vocabulary functions.

Code

public static function getInfo() {
  return array(
    'name' => 'CRUD functions',
    'description' => 'Test CRUD functions',
    'group' => 'Taxonomy menu',
  );
}