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