public static function LegacyTest::getInfo

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/LegacyTest.php, line 17
Definition of Drupal\taxonomy\Tests\LegacyTest.

Class

LegacyTest
Test for legacy node bug.

Namespace

Drupal\taxonomy\Tests

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