public static function PollTranslateTestCase::getInfo

File

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