public static function PollBlockTestCase::getInfo

Archivo

drupal-7.x/modules/poll/poll.test, line 367
Tests for poll.module.

Class

PollBlockTestCase

Código

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