You are here

50 calls to DrupalWebTestCase::assertFieldByName() in Drupal 7

AggregatorConfigurationTestCase::testSettingsPage in modules/aggregator/aggregator.test
Tests the settings form to ensure the correct default values are used.
AggregatorRenderingTestCase::testBlockLinks in modules/aggregator/aggregator.test
Adds a feed block to the page and checks its links.
CommentAnonymous::testAnonymous in modules/comment/comment.test
Test anonymous comment functionality.
CommentHelperCase::postComment in modules/comment/comment.test
Post comment.
CommentPreviewTest::testCommentEditPreviewSave in modules/comment/comment.test
Test comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in modules/comment/comment.test
Test comment preview.
FieldFormTestCase::testFieldFormJSAddMore in modules/field/tests/field.test
FieldFormTestCase::testFieldFormMultipleWidget in modules/field/tests/field.test
Tests widgets handling multiple values.
FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio in modules/field/tests/field.test
Tests widget handling of multiple required radios.
FieldFormTestCase::testFieldFormSingle in modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimited in modules/field/tests/field.test
FieldFormTestCase::testNestedFieldForm in modules/field/tests/field.test
Tests Field API form integration within a subform.
FieldUIManageDisplayTestCase::testFormatterUI in modules/field_ui/field_ui.test
Tests formatter settings.
FilterAdminTestCase::testFilterAdmin in modules/filter/filter.test
Tests filter administration functionality.
FilterAdminTestCase::testFormatAdmin in modules/filter/filter.test
Tests the format administration functionality.
FormsArbitraryRebuildTestCase::testUserRegistrationMultipleField in modules/simpletest/tests/form.test
Tests a rebuild caused by a multiple value field.
FormsArbitraryRebuildTestCase::testUserRegistrationRebuild in modules/simpletest/tests/form.test
Tests a basic rebuild with the user registration form.
FormsFormStorageTestCase::testForm in modules/simpletest/tests/form.test
Tests using the form in a usual way.
FormsFormStorageTestCase::testFormCached in modules/simpletest/tests/form.test
Tests using the form with an activated $form_state['cache'] property.
FormsFormStorageTestCase::testImmutableForm in modules/simpletest/tests/form.test
Verifies that form build-id is regenerated when loading an immutable form from the cache.
FormsFormStorageTestCase::testMutableForm in modules/simpletest/tests/form.test
Verify that the form build-id remains the same when validation errors occur on a mutable form.
FormsTestCase::testRequiredCheckboxesRadio in modules/simpletest/tests/form.test
Tests validation for required checkbox, select, and radio elements.
FormValidationTestCase::testValidate in modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
ForumTestCase::doAdminTests in modules/forum/forum.test
Runs admin tests on the admin user.
ImageAdminStylesUnitTest::testStyle in modules/image/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageFieldDisplayTestCase::testImageFieldSettings in modules/image/image.test
Tests for image field settings.
ImportOPMLTestCase::openImportForm in modules/aggregator/aggregator.test
Opens OPML import form.
ListFieldUITestCase::testListAllowedValuesBoolean in modules/field/modules/list/tests/list.test
List (boolen) : test 'On/Off' values input.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in modules/locale/locale.test
Test if a content type can be set to multilingual and language setting is present on node add and edit forms.
MenuTestCase::testMenuQueryAndFragment in modules/menu/menu.test
Add and remove a menu link with a query string and fragment.
NodeAdminTestCase::testContentAdminPages in modules/node/node.test
Tests content overview with different user permissions.
NumberFieldTestCase::testNumberDecimalField in modules/field/modules/number/number.test
Test number_decimal field.
OpenIDFunctionalTestCase::testSignatureValidation in modules/openid/openid.test
Tests that openid.signed is verified.
OpenIDRegistrationTestCase::testRegisterUserWithInvalidSreg in modules/openid/openid.test
Test OpenID auto-registration with a provider that supplies invalid SREG information (a username that is already taken, and no e-mail address).
OpenIDRegistrationTestCase::testRegisterUserWithoutSreg in modules/openid/openid.test
Test OpenID auto-registration with a provider that does not supply SREG information (i.e. no username or e-mail address).
PageEditTestCase::testPageEdit in modules/node/node.test
Checks node edit functionality.
PagePreviewTestCase::testPagePreview in modules/node/node.test
Checks the node preview functionality.
PagePreviewTestCase::testPagePreviewWithRevisions in modules/node/node.test
Checks the node preview functionality, when using revisions.
PathTestCase::testAdminAlias in modules/path/path.test
Tests alias functionality through the admin interfaces.
PHPTestCase::setUp in modules/php/php.test
Sets up a Drupal site for running functional and integration tests.
PollJSAddChoice::testAddChoice in modules/poll/poll.test
Test adding a new choice.
PollTestCase::assertPollChoiceOrder in modules/poll/poll.test
Assert correct poll choice order in the node form after submission.
PollTranslateTestCase::testPollTranslate in modules/poll/poll.test
Tests poll creation and translation.
SystemThemeFunctionalTest::testThemeSettings in modules/system/system.test
Test the theme settings form.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in modules/taxonomy/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in modules/taxonomy/taxonomy.test
Test widgets.
TextFieldTestCase::_testTextfieldWidgets in modules/field/modules/text/text.test
Helper function for testTextfieldWidgets().
TextFieldTestCase::_testTextfieldWidgetsFormatted in modules/field/modules/text/text.test
Helper function for testTextfieldWidgetsFormatted().
UserPasswordResetTestCase::testUserPasswordTextboxFilled in modules/user/user.test
Prefill the text box on incorrect login via link to password reset page.
UserSignatureTestCase::testUserSignature in modules/user/user.test
Test that a user can change their signature format and that it is respected upon display.