public static function TaxonomyTokenReplaceTestCase::getInfo

File

drupal/modules/taxonomy/taxonomy.test, line 1742
Tests for taxonomy.module.

Class

TaxonomyTokenReplaceTestCase
Test taxonomy token replacement in strings.

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy token replacement',
    'description' => 'Generates text using placeholders for dummy content to check taxonomy token replacement.',
    'group' => 'Taxonomy',
  );
}