You are here

public static function EntityReferenceTaxonomyTestCase::getInfo in Entity reference 7

File

tests/entityreference.taxonomy.test, line 7

Class

EntityReferenceTaxonomyTestCase
Test for Entity Reference taxonomy integration.

Code

public static function getInfo() {
  return array(
    'name' => 'Entity Reference Taxonomy',
    'description' => 'Tests nodes with reference to terms as indexed.',
    'group' => 'Entity Reference',
  );
}