public static function PollVoteCheckHostnameTest::getInfo

File

drupal/core/modules/poll/lib/Drupal/poll/Tests/PollVoteCheckHostnameTest.php, line 11
Definition of Drupal\poll\Tests\PollVoteCheckHostnameTest.

Class

PollVoteCheckHostnameTest

Namespace

Drupal\poll\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'User poll vote capability.',
    'description' => 'Check that users and anonymous users from specified ip-address can only vote once.',
    'group' => 'Poll',
  );
}