public static function PathTaxonomyTermTestCase::getInfo

7.x path.test public static PathTaxonomyTermTestCase::getInfo()

File

drupal-7.x/modules/path/path.test, line 200
Tests for the Path module.

Class

PathTaxonomyTermTestCase
Tests URL aliases for taxonomy terms.

Code

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