- BackdropWebTestCase::assertNoField in core/
modules/ simpletest/ backdrop_web_test_case.php - Asserts that a field does not exist with the given name or id.
- BackdropWebTestCase::assertNoFieldById in core/
modules/ simpletest/ backdrop_web_test_case.php - Asserts that a field does not exist with the given id and value.
- BackdropWebTestCase::assertNoFieldByName in core/
modules/ simpletest/ backdrop_web_test_case.php - Asserts that a field does not exist with the given name and value.
- FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio in core/
modules/ field/ tests/ field.test - Tests widget handling of multiple required radios.
- FieldUITestCase::fieldUIDeleteField in core/
modules/ field_ui/ tests/ field_ui.test - Deletes a field instance through the Field UI.
- FileFieldWidgetTestCase::testMultiValuedWidget in core/
modules/ file/ tests/ file.test - Tests upload and remove buttons for multiple multi-valued File fields.
- FileFieldWidgetTestCase::testMultiValuedWidget in core/
modules/ file/ tests/ file.test - Tests upload and remove buttons for multiple multi-valued File fields.
- FileFieldWidgetTestCase::testSingleValuedWidget in core/
modules/ file/ tests/ file.test - Tests upload and remove buttons for a single-valued File field.
- FilterFormatAccessTestCase::testFormatWidgetPermissions in core/
modules/ filter/ tests/ filter.test - Tests editing a page using a disallowed text format.
- FormsElementsLabelsTestCase::testFormLabels in core/
modules/ simpletest/ tests/ form.test - Test form elements, labels, title attributes and required marks output correctly and have the correct label option class if needed.
- FormsElementsTableSelectFunctionalTest::testAdvancedSelect in core/
modules/ simpletest/ tests/ form.test - Test the #js_select property.
- FormsElementsTableSelectFunctionalTest::testMultipleFalse in core/
modules/ simpletest/ tests/ form.test - Test the display of radios when #multiple is FALSE.
- FormsTestCase::testRequiredCheckboxesRadio in core/
modules/ simpletest/ tests/ form.test - Tests validation for required checkbox, select, and radio elements.
- FormsTestCase::testRequiredTextfieldNoTitle in core/
modules/ simpletest/ tests/ form.test - Tests validation for required textfield element without title.
- FormValidationTestCase::testMultiFormSameNameErrorClass in core/
modules/ simpletest/ tests/ form.test - Tests error border of multiple fields with same name in a page.
- LinkUITest::testCRUDCreateFieldWithLinkType in core/
modules/ link/ tests/ link.ui.test - Tests the link type: "internal", "external", and "both" settings.
- LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in core/
modules/ locale/ tests/ locale.test - Tests alterations to language types/negotiation info.
- NodeTypeTestCase::testNodeTypeCreation in core/
modules/ node/ tests/ node.test - Tests creating a content type programmatically and via a form.
- UserLoginTestBase::assertFailedLogin in core/
modules/ user/ tests/ user.test - Make an unsuccessful login attempt.
- UserPermissionsTestCase::testEditorRole in core/
modules/ user/ tests/ user.test - Test assigning of permissions for the editor role.
- ViewsUIWizardTaggedWithTestCase::testTaggedWithByNodeType in core/
modules/ views/ tests/ views_ui.test - Tests that the "tagged with" form element only shows for node types that support it.