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::assertNoFieldChecked
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::assertNoFieldChecked()
DisplayAttachmentTest::testAttachmentUI
in drupal/
core/
modules/
views_ui/
lib/
Drupal/
views_ui/
Tests/
DisplayAttachmentTest.php
Tests the attachment UI.
FilterFormatUpgradePathTest::testFilterFormatUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
FilterFormatUpgradePathTest.php
Tests expected filter formats entities after a successful upgrade.
FormTest::testRequiredCheckboxesRadio
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Form/
FormTest.php
Tests validation for required checkbox, select, and radio elements.
LanguageConfigurationElementTest::testLanguageConfigurationElement
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Tests/
LanguageConfigurationElementTest.php
Tests the language settings have been saved.
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.
NodeTypeInitialLanguageTest::testNodeTypeInitialLanguageDefaults
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
NodeTypeInitialLanguageTest.php
Tests the node type initial language defaults, and modifies them.
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.
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.
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.