You are here

public static function EntityCacheUserEditedOwnAccountTestCase::getInfo in Entity cache 7

Overrides UserEditedOwnAccountTestCase::getInfo

File

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

Class

EntityCacheUserEditedOwnAccountTestCase
Copy of UserEditedOwnAccountTestCase.

Code

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