public static function TaxonomyEFQTestCase::getInfo

Archivo

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

Class

TaxonomyEFQTestCase
Tests the functionality of EntityFieldQuery for taxonomy entities.

Código

public static function getInfo() {
  return array(
    'name' => 'Taxonomy EntityFieldQuery',
    'description' => 'Verifies operation of a taxonomy-based EntityFieldQuery.',
    'group' => 'Taxonomy',
  );
}