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
»
WebTestBase.php
»
WebTestBase
»
WebTestBase::assertOptionSelected
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
14 calls to WebTestBase::assertOptionSelected()
FormTest::testRequiredCheckboxesRadio
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Form/
FormTest.php
Tests validation for required checkbox, select, and radio elements.
LanguageConfigurationElementTest::testDefaultLangcode
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Tests/
LanguageConfigurationElementTest.php
Tests that the
language_get_default_langcode
() returns the correct values.
LanguageConfigurationElementTest::testLanguageConfigurationElement
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Tests/
LanguageConfigurationElementTest.php
Tests the language settings have been saved.
MenuNodeTest::testMenuNodeFormWidget
in drupal/
core/
modules/
menu/
lib/
Drupal/
menu/
Tests/
MenuNodeTest.php
Test creating, editing, deleting menu links via node form widget.
NodeTypeInitialLanguageTest::testLanguageFieldVisibility
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
NodeTypeInitialLanguageTest.php
Tests language field visibility features.
NodeTypeInitialLanguageTest::testNodeTypeInitialLanguageDefaults
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
NodeTypeInitialLanguageTest.php
Tests the node type initial language defaults, and modifies them.
OptionsWidgetsTest::testSelectListMultiple
in drupal/
core/
modules/
field/
modules/
options/
lib/
Drupal/
options/
Tests/
OptionsWidgetsTest.php
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTest::testSelectListSingle
in drupal/
core/
modules/
field/
modules/
options/
lib/
Drupal/
options/
Tests/
OptionsWidgetsTest.php
Tests the 'options_select' widget (single select).
TermLanguageTest::testDefaultTermLanguage
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermLanguageTest.php
TermLanguageTest::testTermLanguage
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermLanguageTest.php
UserLanguageCreationTest::testLocalUserCreation
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Tests/
UserLanguageCreationTest.php
Functional test for language handling during user creation.
UserLanguageTest::testUserLanguageConfiguration
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Tests/
UserLanguageTest.php
Test if user can change their default language.
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.
VocabularyLanguageTest::testVocabularyLanguage
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyLanguageTest.php
Tests language settings for vocabularies.