function PollJSAddChoice::getInfo

File

modules/poll/poll.test, line 443

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.