public static function PollBlockTestCase::getInfo in Drupal 7
File
- modules/
poll/ poll.test, line 372 - Tests for poll.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Block availability',
'description' => 'Check if the most recent poll block is available.',
'group' => 'Poll',
);
}