public static function PollJsAddChoiceTest::getInfo

File

drupal/core/modules/poll/lib/Drupal/poll/Tests/PollJsAddChoiceTest.php, line 24
Definition of Drupal\poll\Tests\PollJsAddChoiceTest.

Class

PollJsAddChoiceTest
Tests adding new choices to a poll.

Namespace

Drupal\poll\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Poll add choice',
    'description' => 'Submits a POST request for an additional poll choice.',
    'group' => 'Poll',
  );
}