You are here

public static function TaxonomyMenuCustomPathFunctionalTest::getInfo in Taxonomy menu 8

Implementation of getInfo().

File

lib/Drupal/taxonomy_menu/Tests/TaxonomyMenuCustomPathFunctionalTest.php, line 25
Contains \Drupal\taxonomy_menu\Tests\TaxonomyMenuCustomPathFunctionalTest.

Class

TaxonomyMenuCustomPathFunctionalTest
Tests the taxonomy vocabulary interface.

Namespace

Drupal\taxonomy_menu\Tests

Code

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