You are here

public static function EntityCacheTaxonomyTermTestCase::getInfo in Entity cache 7

Overrides TaxonomyTermTestCase::getInfo

File

./entitycache.test, line 1230
Entity Cache module tests.

Class

EntityCacheTaxonomyTermTestCase
Copy of TaxonomyTermTestCase.

Code

public static function getInfo() {
  return array(
    'name' => 'Copy of TaxonomyTermTestCase',
    'description' => 'Copy of TaxonomyTermTestCase',
    'group' => 'Entity cache',
  );
}