public static function TaxonomyLegacyTestCase::getInfo in Drupal 7
File
- modules/
taxonomy/ taxonomy.test, line 488 - Tests for taxonomy.module.
Class
- TaxonomyLegacyTestCase
- Test for legacy node bug.
Code
public static function getInfo() {
return array(
'name' => 'Test for legacy node bug.',
'description' => 'Posts an article with a taxonomy term and a date prior to 1970.',
'group' => 'Taxonomy',
);
}