public static function PollTranslateTestCase::getInfo

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

File

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

Class

PollTranslateTestCase
Tests poll translation logic.

Code

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