public static function PollBlockTestCase::getInfo

File

drupal/modules/poll/poll.test, line 372
Tests for poll.module.

Class

PollBlockTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Block availability',
    'description' => 'Check if the most recent poll block is available.',
    'group' => 'Poll',
  );
}