function PollCreateTestCase::getInfo

File

modules/poll/poll.test, line 185

Class

PollCreateTestCase

Code

public static function getInfo() {
    return array(
        'name' => 'Poll create',
        'description' => 'Adds "more choices", previews and creates a poll.',
        'group' => 'Poll',
    );
}

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