Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
WebTestBase.php
»
WebTestBase
»
WebTestBase::assertFieldChecked
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
13 calls to WebTestBase::assertFieldChecked()
FilterFormatUpgradePathTest::testFilterFormatUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
FilterFormatUpgradePathTest.php
Tests expected filter formats entities after a successful upgrade.
LanguageConfigurationElementTest::testLanguageConfigurationElement
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Tests/
LanguageConfigurationElementTest.php
Tests the language settings have been saved.
LanguageCustomLanguageConfigurationTest::testLanguageConfiguration
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Tests/
LanguageCustomLanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
MultiStepNodeFormBasicOptionsTest.php
Tests changing the default values of basic options to ensure they persist.
OptionsWidgetsTest::testCheckBoxes
in drupal/
core/
modules/
options/
lib/
Drupal/
options/
Tests/
OptionsWidgetsTest.php
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTest::testOnOffCheckbox
in drupal/
core/
modules/
options/
lib/
Drupal/
options/
Tests/
OptionsWidgetsTest.php
Tests the 'options_onoff' widget.
OptionsWidgetsTest::testRadioButtons
in drupal/
core/
modules/
options/
lib/
Drupal/
options/
Tests/
OptionsWidgetsTest.php
Tests the 'options_buttons' widget (single select).
RebuildTest::testRebuildPreservesValues
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Form/
RebuildTest.php
Tests preservation of values.
UserAccountLinksTests::testDisabledAccountLink
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Tests/
UserAccountLinksTests.php
Tests disabling the 'My account' link.
UserRolesAssignmentTest::testAssignAndRemoveRole
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Tests/
UserRolesAssignmentTest.php
Tests that a user can be assigned a role and that the role can be removed again.
UserRolesAssignmentTest::testCreateUserWithRole
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Tests/
UserRolesAssignmentTest.php
Tests that when creating a user the role can be assigned. And that it can be removed again.
UserRoleUpgradePathTest::testRoleUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
UserRoleUpgradePathTest.php
Tests expected role ID conversions after a successful upgrade.
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.