65 calls to WebTestBase::assertFieldByName()

AggregatorConfigurationTest::testSettingsPage in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorConfigurationTest.php
Tests the settings form to ensure the correct default values are used.
ArbitraryRebuildTest::testUserRegistrationMultipleField in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ArbitraryRebuildTest.php
Tests a rebuild caused by a multiple value field.
ArbitraryRebuildTest::testUserRegistrationRebuild in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ArbitraryRebuildTest.php
Tests a basic rebuild with the user registration form.
BookTest::testBookOrdering in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Tests re-ordering of books.
CKEditorAdminTest::testAdmin in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorAdminTest.php
CommentAnonymousTest::testAnonymous in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentPreviewTest::testCommentEditPreviewSave in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php
Tests comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php
Tests comment preview.
CommentTestBase::postComment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Posts a comment.
ConfigTest::testFileConfigurationPage in drupal/core/modules/system/lib/Drupal/system/Tests/File/ConfigTest.php
Tests file configuration page.
DatetimeFieldTest::testDateField in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Tests date field functionality.
DatetimeFieldTest::testDatetimeField in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Tests date and time field.
DatetimeFieldTest::testDefaultValue in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Test default value functionality.
DatetimeFieldTest::testInvalidField in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Test that invalid values are caught and marked as invalid.
EmailFieldTest::testEmailField in drupal/core/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php
Tests e-mail field.
EntityReferenceAdminTest::testFieldAdminHandler in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAdminTest.php
FieldUITest::testHandlerUI in drupal/core/modules/field/lib/Drupal/field/Tests/Views/FieldUITest.php
Tests basic field handler settings in the UI.
FilterAdminTest::testFilterAdmin in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterAdminTest::testFormatAdmin in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
Tests the format administration functionality.
FormTest::testFieldFormHiddenWidget in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
Tests the Hidden widget.
FormTest::testFieldFormJSAddMore in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
FormTest::testFieldFormMultipleWidget in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
Tests widgets handling multiple values.
FormTest::testFieldFormMultivalueWithRequiredRadio in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
Tests widget handling of multiple required radios.
FormTest::testFieldFormSingle in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
FormTest::testFieldFormUnlimited in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
FormTest::testNestedFieldForm in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
Tests Field API form integration within a subform.
FormTest::testRequiredCheckboxesRadio in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Tests validation for required checkbox, select, and radio elements.
ForumTest::doAdminTests in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Runs admin tests on the admin user.
HandlerTest::testFilterInOperatorUi in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
@todo This should probably moved to a filter related test.
HandlerTest::testRelationshipUI in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
Tests the relationship ui for field/filter/argument/relationship.
HandlerTest::testUICRUD in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/HandlerTest.php
Tests UI CRUD.
ImageAdminStylesTest::testStyle in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
ImageFieldDisplayTest::testImageFieldSettings in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php
Tests for image field settings.
ImportOpmlTest::openImportForm in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php
Opens OPML import form.
LinkFieldTest::testLinkTitle in drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Tests the link title settings of a link field.
LinkFieldTest::testURLValidation in drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Tests link field URL validation.
LocaleContentTest::testContentTypeLanguageConfiguration in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php
Test if a content type can be set to multilingual and language is present.
ManageDisplayTest::testFormatterUI in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
Tests formatter settings.
ManageDisplayTest::testNonInitializedFields in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
Tests that field instances with no explicit display settings do not break.
MenuTest::testMenuQueryAndFragment in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Add and remove a menu link with a query string and fragment.
NumberFieldTest::testNumberDecimalField in drupal/core/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php
Test number_decimal field.
OptionsFieldUITest::testOptionsAllowedValuesBoolean in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php
Options (boolean) : test 'On/Off' values input.
PageEditTest::testPageEdit in drupal/core/modules/node/lib/Drupal/node/Tests/PageEditTest.php
Checks node edit functionality.
PageEditTest::testPageEdit in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/PageEditTest.php
Checks block edit functionality.
PagePreviewTest::testPagePreview in drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php
Checks the node preview functionality.
PagePreviewTest::testPagePreviewWithRevisions in drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php
Checks the node preview functionality, when using revisions.
PhpTestBase::setUp in drupal/core/modules/php/lib/Drupal/php/Tests/PhpTestBase.php
Sets up a Drupal site for running functional and integration tests.
PictureAdminUITest::testPictureAdmin in drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureAdminUITest.php
Test picture administration functionality.
PreviewTest::testPreviewContextual in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/PreviewTest.php
Tests contextual links in the preview form.
PreviewTest::testPreviewUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/PreviewTest.php
Tests arguments in the preview form.
RowUITest::testRowUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/RowUITest.php
Tests changing the row plugin and changing some options of a row.
StorageTest::testForm in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php
Tests using the form in a usual way.
StorageTest::testFormCached in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php
Tests using the form with an activated $form_state['cache'] property.
StyleUITest::testStyleUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/StyleUITest.php
Tests changing the style plugin and changing some options of a style.
TelephoneFieldTest::testTelephoneField in drupal/core/modules/telephone/lib/Drupal/telephone/Tests/TelephoneFieldTest.php
Helper function for testTelephoneField().
TermFieldMultipleVocabularyTest::testTaxonomyTermFieldMultipleVocabularies in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php
Tests term reference field and widget with multiple vocabularies.
TermFieldTest::testTaxonomyTermFieldWidgets in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php
Test widgets.
TextFieldTest::_testTextfieldWidgets in drupal/core/modules/text/lib/Drupal/text/Tests/TextFieldTest.php
Helper function for testTextfieldWidgets().
TextFieldTest::_testTextfieldWidgetsFormatted in drupal/core/modules/text/lib/Drupal/text/Tests/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
ThemeTest::testThemeSettings in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test the theme settings form.
UserPasswordResetTest::testUserResetPasswordTextboxFilled in drupal/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php
Prefill the text box on incorrect login via link to password reset page.
UserPictureUpgradePathTest::testUserPictureUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php
Tests expected user picture conversions after a successful upgrade.
UserRoleUpgradePathTest::testRoleUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserRoleUpgradePathTest.php
Tests expected role ID conversions after a successful upgrade.
UserSignatureTest::testUserSignature in drupal/core/modules/user/lib/Drupal/user/Tests/UserSignatureTest.php
Test that a user can change their signature format and that it is respected upon display.
ValidationTest::testValidate in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php
Tests form alterations by #element_validate, #validate, and form_set_value().