public static function PollDeleteChoiceTestCase::getInfo

File

drupal/modules/poll/poll.test, line 772
Tests for poll.module.

Class

PollDeleteChoiceTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Poll choice deletion',
    'description' => 'Test the poll choice deletion logic.',
    'group' => 'Poll',
  );
}