You are here

function PollVoteTest::get_info in SimpleTest 6

Implementation of get_info() for information

File

tests/poll_module.test, line 64

Class

PollVoteTest

Code

function get_info() {
  return array(
    'name' => t('Poll vote'),
    'desc' => 'Vote on a poll',
    'group' => 'Poll module tests',
  );
}