public static function PollVoteTestCase::getInfo in Drupal 7
File
- modules/
poll/ poll.test, line 291  - Tests for poll.module.
 
Class
Code
public static function getInfo() {
  return array(
    'name' => 'Poll vote',
    'description' => 'Vote on a poll',
    'group' => 'Poll',
  );
}