You are here

public static function EntityCacheTaxonomyLegacyTestCase::getInfo in Entity cache 7

Overrides TaxonomyLegacyTestCase::getInfo

File

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

Class

EntityCacheTaxonomyLegacyTestCase
Copy of TaxonomyLegacyTestCase.

Code

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