You are here

public static function EntityCacheTranslationTestCase::getInfo in Entity cache 7

Overrides TranslationTestCase::getInfo

File

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

Class

EntityCacheTranslationTestCase
Copy of TranslationTestCase.

Code

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