public static function PollCreateTestCase::getInfo

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

File

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

Class

PollCreateTestCase

Code

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