public static function TaxonomyThemeTestCase::getInfo in Drupal 7
File
- modules/
taxonomy/ taxonomy.test, line 1889 - Tests for taxonomy.module.
Class
- TaxonomyThemeTestCase
- Tests for verifying that taxonomy pages use the correct theme.
Code
public static function getInfo() {
return array(
'name' => 'Taxonomy theme switching',
'description' => 'Verifies that various taxonomy pages use the expected theme.',
'group' => 'Taxonomy',
);
}