public static function PollBlockTest::getInfo

File

drupal/core/modules/poll/lib/Drupal/poll/Tests/PollBlockTest.php, line 22
Definition of Drupal\poll\Tests\PollBlockTest.

Class

PollBlockTest
Tests the recent poll block.

Namespace

Drupal\poll\Tests

Code

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