public static function PollTranslateTestCase::getInfo in Drupal 7
File
- 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',
);
}