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