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