29 calls to DrupalWebTestCase::assertFieldByXPath() in Drupal 7
- AJAXMultiFormTestCase::testMultiForm in modules/
simpletest/ tests/ ajax.test - Test that a page with the 'page_node_form' included twice works correctly.
- BlockTestCase::moveBlockToRegion in modules/
block/ block.test - BlockTestCase::testCustomBlockFormat in modules/
block/ block.test - Test creating custom block using Full HTML.
- CommentPreviewTest::testCommentPreview in modules/
comment/ comment.test - Test comment preview.
- DrupalRenderTestCase::assertRenderedElement in modules/
simpletest/ tests/ common.test - DrupalWebTestCase::assertField in modules/
simpletest/ drupal_web_test_case.php - Asserts that a field exists with the given name or ID.
- DrupalWebTestCase::assertFieldById in modules/
simpletest/ drupal_web_test_case.php - Asserts that a field exists in the current page with the given ID and value.
- DrupalWebTestCase::assertFieldByName in modules/
simpletest/ drupal_web_test_case.php - Asserts that a field exists in the current page with the given name and value.
- FieldUIManageFieldsTestCase::testHiddenFields in modules/
field_ui/ field_ui.test - Tests that Field UI respects the 'no_ui' option in hook_field_info().
- FieldUITestCase::fieldUIAddExistingField in modules/
field_ui/ field_ui.test - Adds an existing field through the Field UI.
- FieldUITestCase::fieldUIAddNewField in modules/
field_ui/ field_ui.test - Creates a new field through the Field UI.
- FileFieldDisplayTestCase::testDefaultFileFieldDisplay in modules/
file/ tests/ file.test - Tests default display of File Field.
- FilterFormatAccessTestCase::testFormatWidgetPermissions in modules/
filter/ filter.test - Tests editing a page using a disallowed text format.
- FormsElementsTableSelectFunctionalTest::testAdvancedSelect in modules/
simpletest/ tests/ form.test - Test the #js_select property.
- FormsElementsTableSelectFunctionalTest::testMultipleFalse in modules/
simpletest/ tests/ form.test - Test the display of radios when #multiple is FALSE.
- FormsElementsTableSelectFunctionalTest::testMultipleTrue in modules/
simpletest/ tests/ form.test - Test the display of checkboxes when #multiple is TRUE.
- FormsTestCase::testRequiredTextfieldNoTitle in modules/
simpletest/ tests/ form.test - Tests validation for required textfield element without title.
- ForumTestCase::testForum in modules/
forum/ forum.test - Tests forum functionality through the admin and user interfaces.
- LocaleConfigurationTest::testLanguageConfiguration in modules/
locale/ locale.test - Functional tests for adding, editing and deleting languages.
- LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in modules/
locale/ locale.test - Tests alterations to language types/negotiation info.
- ModuleRequiredTestCase::testDisableRequired in modules/
system/ system.test - Assert that core required modules cannot be disabled.
- OptionsWidgetsTestCase::testOnOffCheckbox in modules/
field/ modules/ options/ options.test - Tests the 'options_onoff' widget.
- PathTestCase::testDuplicateNodeAlias in modules/
path/ path.test - Tests that duplicate aliases fail validation.
- ProfileTestAutocomplete::testAutocomplete in modules/
profile/ profile.test - Tests profile field autocompletion and access.
- SearchLanguageTestCase::testLanguages in modules/
search/ search.test - TextTranslationTestCase::testTextField in modules/
field/ modules/ text/ text.test - Test that a plaintext textfield widget is correctly populated.
- TextTranslationTestCase::testTextFieldFormatted in modules/
field/ modules/ text/ text.test - Check that user that does not have access the field format cannot see the source value when creating a translation.
- TranslationTestCase::createTranslation in modules/
translation/ translation.test - Creates a translation for a basic page in the specified language.
- TranslationTestCase::testContentTranslation in modules/
translation/ translation.test - Creates, modifies, and updates a basic page with a translation.