You are here

public static function EntityCacheTaxonomyWebTestCase::getInfo in Entity cache 7

File

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

Class

EntityCacheTaxonomyWebTestCase
Copy of TaxonomyWebTestCase.

Code

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