function PollVoteTest::get_info in SimpleTest 6
Implementation of get_info() for information
File
- tests/
poll_module.test, line 64
Class
Code
function get_info() {
return array(
'name' => t('Poll vote'),
'desc' => 'Vote on a poll',
'group' => 'Poll module tests',
);
}