public static function TaxonomyLegacyTestCase::getInfo

Archivo

drupal-7.x/modules/taxonomy/taxonomy.test, line 488
Tests for taxonomy.module.

Class

TaxonomyLegacyTestCase
Test for legacy node bug.

Código

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',
  );
}