You are here

public static function PathTaxonomyTermTestCase::getInfo in Drupal 7

File

modules/path/path.test, line 277
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',
  );
}