You are here

public static function EntityCacheTaxonomyTermUnitTest::getInfo in Entity cache 7

Overrides TaxonomyTermTestCase::getInfo

File

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

Class

EntityCacheTaxonomyTermUnitTest
Copy of TaxonomyTermUnitTest.

Code

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