public static function TaxonomyLegacyTestCase::getInfo

7.x taxonomy.test public static TaxonomyLegacyTestCase::getInfo()

File

drupal-7.x/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',
  );
}