public static function TaxonomyTokenReplaceTestCase::getInfo

Archivo

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

Class

TaxonomyTokenReplaceTestCase
Test taxonomy token replacement in strings.

Código

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