public static function EntityCacheUserEditTestCase::getInfo in Entity cache 7
Overrides UserEditTestCase::getInfo
File
- ./
entitycache.test, line 1575 - Entity Cache module tests.
Class
- EntityCacheUserEditTestCase
- Copy of UserEditTestCase.
Code
public static function getInfo() {
return array(
'name' => 'Copy of UserEditTestCase',
'description' => 'Copy of UserEditTestCase',
'group' => 'Entity cache',
);
}