public static function PollCreateTestCase::getInfo in Drupal 7
File
- modules/
poll/ poll.test, line 185 - Tests for poll.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Poll create',
'description' => 'Adds "more choices", previews and creates a poll.',
'group' => 'Poll',
);
}