public static function PathTaxonomyTermTestCase::getInfo
Archivo
- drupal-7.x/
modules/ path/ path.test, line 200 - Tests for the Path module.
Class
- PathTaxonomyTermTestCase
- Tests URL aliases for taxonomy terms.
Código
public static function getInfo() {
return array(
'name' => 'Taxonomy term URL aliases',
'description' => 'Tests URL aliases for taxonomy terms.',
'group' => 'Path',
);
}