public static function PollBlockTestCase::getInfo
7.x poll.test | public static PollBlockTestCase::getInfo() |
File
- drupal-7.x/
modules/ poll/ poll.test, line 367 - 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',
);
}