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