public static function TaxonomyQueryAlterTestCase::getInfo

File

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

Class

TaxonomyQueryAlterTestCase
Tests that appropriate query tags are added.

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy query tags',
    'description' => 'Verifies that taxonomy_term_access tags are added to queries.',
    'group' => 'Taxonomy',
  );
}