public static function PollJSAddChoice::getInfo

7.x poll.test public static PollJSAddChoice::getInfo()

File

drupal-7.x/modules/poll/poll.test, line 438
Tests for poll.module.

Class

PollJSAddChoice
Test adding new choices.

Code

public static function getInfo() {
  return array(
    'name' => 'Poll add choice',
    'description' => 'Submits a POST request for an additional poll choice.',
    'group' => 'Poll'
  );
}