You are here

public static function EntityCacheNodePostSettingsTestCase::getInfo in Entity cache 7

Overrides NodePostSettingsTestCase::getInfo

File

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

Class

EntityCacheNodePostSettingsTestCase
Copy of NodePostSettingsTestCase.

Code

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