public static function PollCreateTest::getInfo

File

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

Class

PollCreateTest
Tests creating a poll.

Namespace

Drupal\poll\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Poll create',
    'description' => 'Adds "more choices", previews and creates a poll.',
    'group' => 'Poll',
  );
}