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