- AJAXMultiFormTestCase::testMultiForm in modules/
simpletest/ tests/ ajax.test - Test that a page with the 'page_node_form' included twice works correctly.
- BackdropWebTestCase::assertField in modules/
simpletest/ backdrop_web_test_case.php - Asserts that a field exists with the given name or id.
- BackdropWebTestCase::assertFieldById in modules/
simpletest/ backdrop_web_test_case.php - Asserts that a field exists in the current page with the given id and value.
- BackdropWebTestCase::assertFieldByName in modules/
simpletest/ backdrop_web_test_case.php - Asserts that a field exists in the current page with the given name and value.
- BlockTestCase::testCustomBlockFormat in modules/
block/ tests/ block.test - Test creating custom block using Raw HTML (full_html).
- CommentPreviewTest::testCommentPreview in modules/
comment/ tests/ comment.test - Tests comment preview.
- CommonBackdropRenderTestCase::assertRenderedElement in modules/
simpletest/ tests/ common.test - FieldUIManageFieldsTestCase::testCardinalitySettings in modules/
field_ui/ tests/ field_ui.test - Tests the cardinality settings of a field.
- FileFieldValidateTestCase::testDefaultFileFieldDisplay in modules/
file/ tests/ file.test - Tests default display of File Field.
- FileTypeTestCase::testTypesCrudUi in modules/
file/ tests/ file.test - Test file types CRUD UI.
- FilterFormatAccessTestCase::testFormatWidgetPermissions in modules/
filter/ tests/ filter.test - Tests editing a page using a disallowed text format.
- FormsElementsLabelsTestCase::testFormLabels in modules/
simpletest/ tests/ form.test - Test form elements, labels, title attibutes and required marks output correctly and have the correct label option class if needed.
- 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.
- LayoutBlockTest::testCustomTextBlocks in modules/
layout/ tests/ layout.test - Test Custom Text blocks.
- LayoutInterfaceTest::testOverriddenPaths in modules/
layout/ tests/ layout.test - Test the overriding of paths.
- LocaleConfigurationTest::testLanguageConfiguration in modules/
locale/ tests/ locale.test - Functional tests for adding, editing and deleting languages.
- LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in modules/
locale/ tests/ locale.test - Tests alterations to language types/negotiation info.
- MenuTestCase::doMenuTests in modules/
menu/ tests/ menu.test - Test menu functionality using main-menu menu.
- NodeAdminTestCase::testContentAdminPages in modules/
node/ tests/ node.test - Tests content overview with different user permissions.
- NodeTypeTestCase::testNodeTypeCreation in modules/
node/ tests/ node.test - Tests creating a content type programmatically and via a form.
- OptionsWidgetsTestCase::testOnOffCheckbox in modules/
field/ modules/ options/ tests/ options.test - Tests the 'options_onoff' widget.
- PathTestCase::testDuplicateNodeAlias in modules/
path/ tests/ path.test - Tests that tries to create a duplicate alias are caught by validation.
- SearchLanguageTestCase::testLanguages in modules/
search/ tests/ search.test - TextTranslationTestCase::testTextField in modules/
field/ modules/ text/ tests/ text.test - Test that a plaintext textfield widget is correctly populated.
- TextTranslationTestCase::testTextFieldFormatted in modules/
field/ modules/ text/ tests/ 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/ tests/ translation.test - Creates a translation for a page in the specified language.
- TranslationTestCase::testContentTranslation in modules/
translation/ tests/ translation.test - Creates, modifies, and updates a page with a translation.
- UserCreateTestCase::testUserAdd in modules/
user/ tests/ user.test - Create a user through the administration interface and ensure that it displays in the user list.