public static function PollDeleteChoiceTestCase::getInfo

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

File

drupal-7.x/modules/poll/poll.test, line 767
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',
  );
}