public static function PathTaxonomyTermTest::getInfo

File

drupal/core/modules/path/lib/Drupal/path/Tests/PathTaxonomyTermTest.php, line 22
Definition of Drupal\path\Tests\PathTaxonomyTermTest.

Class

PathTaxonomyTermTest
Tests URL aliases for taxonomy terms.

Namespace

Drupal\path\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy term URL aliases',
    'description' => 'Tests URL aliases for taxonomy terms.',
    'group' => 'Path',
  );
}