Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
PollTestBase.php
»
PollTestBase
»
PollTestBase::_generateChoices
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
7 calls to PollTestBase::_generateChoices()
PollBlockTest::testRecentBlock
in drupal/
core/
modules/
poll/
lib/
Drupal/
poll/
Tests/
PollBlockTest.php
Tests creating, viewing, voting on recent poll block.
PollCreateTest::testPollClose
in drupal/
core/
modules/
poll/
lib/
Drupal/
poll/
Tests/
PollCreateTest.php
Tests creating, editing, and closing a poll.
PollCreateTest::testPollCreate
in drupal/
core/
modules/
poll/
lib/
Drupal/
poll/
Tests/
PollCreateTest.php
Tests creating, listing, editing a new poll.
PollExpirationTest::testAutoExpire
in drupal/
core/
modules/
poll/
lib/
Drupal/
poll/
Tests/
PollExpirationTest.php
Tests the expiration of a poll.
PollTokenReplaceTest::testPollTokenReplacement
in drupal/
core/
modules/
poll/
lib/
Drupal/
poll/
Tests/
PollTokenReplaceTest.php
Creates a poll, then tests the tokens generated from it.
PollVoteCheckHostnameTest::setUp
in drupal/
core/
modules/
poll/
lib/
Drupal/
poll/
Tests/
PollVoteCheckHostnameTest.php
Sets up a Drupal site for running functional and integration tests.
PollVoteTest::testPollVote
in drupal/
core/
modules/
poll/
lib/
Drupal/
poll/
Tests/
PollVoteTest.php
Tests voting on a poll.