You are here

public static function PollJSAddChoice::getInfo in Drupal 7

File

modules/poll/poll.test, line 443
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',
  );
}