public static function PollCreateTestCase::getInfo

File

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