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