public static function PollVoteTest::getInfo

File

drupal/core/modules/poll/lib/Drupal/poll/Tests/PollVoteTest.php, line 14
Definition of Drupal\poll\Tests\PollVoteTest.

Class

PollVoteTest
Tests voting on a poll.

Namespace

Drupal\poll\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Poll vote',
    'description' => 'Vote on a poll',
    'group' => 'Poll',
  );
}