AdminBarCustomizedTestCase::testCustomDisabled in core/modules/admin_bar/tests/admin_bar.test
Test disabled custom links.
AdminBarCustomizedTestCase::testCustomDisabled in core/modules/admin_bar/tests/admin_bar.test
Test disabled custom links.
AdminBarCustomizedTestCase::testCustomExternal in core/modules/admin_bar/tests/admin_bar.test
Tests external links.
AdminBarCustomizedTestCase::testCustomExternal in core/modules/admin_bar/tests/admin_bar.test
Tests external links.
AdminBarWebTestCase::assertElementByXPath in core/modules/admin_bar/tests/admin_bar.test
Check that an element exists in HTML markup.
AdminBarWebTestCase::assertElementByXPath in core/modules/admin_bar/tests/admin_bar.test
Check that an element exists in HTML markup.
AdminBarWebTestCase::assertNoElementByXPath in core/modules/admin_bar/tests/admin_bar.test
Check that an element does not exist in HTML markup.
AdminBarWebTestCase::assertNoElementByXPath in core/modules/admin_bar/tests/admin_bar.test
Check that an element does not exist in HTML markup.
AJAXFormPageCacheTestCase::getFormBuildId in core/modules/simpletest/tests/ajax.test
Return the build id of the current form.
AJAXFormPageCacheTestCase::getFormBuildId in core/modules/simpletest/tests/ajax.test
Return the build id of the current form.
AJAXMultiFormTestCase::testMultiForm in core/modules/simpletest/tests/ajax.test
Test that a page with the 'page_node_form' included twice works correctly.
AJAXMultiFormTestCase::testMultiForm in core/modules/simpletest/tests/ajax.test
Test that a page with the 'page_node_form' included twice works correctly.
BackdropWebTestCase::assertFieldByXPath in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a field exists in the current page by the given XPath.
BackdropWebTestCase::assertFieldByXPath in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a field exists in the current page by the given XPath.
BackdropWebTestCase::assertFieldChecked in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a checkbox field in the current page is checked.
BackdropWebTestCase::assertFieldChecked in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a checkbox field in the current page is checked.
BackdropWebTestCase::assertLink in core/modules/simpletest/backdrop_web_test_case.php
Pass if a link with the specified label is found, and optional with the specified index.
BackdropWebTestCase::assertLink in core/modules/simpletest/backdrop_web_test_case.php
Pass if a link with the specified label is found, and optional with the specified index.
BackdropWebTestCase::assertLinkByHref in core/modules/simpletest/backdrop_web_test_case.php
Pass if a link containing a given href (part) is found.
BackdropWebTestCase::assertLinkByHref in core/modules/simpletest/backdrop_web_test_case.php
Pass if a link containing a given href (part) is found.
BackdropWebTestCase::assertNoDuplicateIds in core/modules/simpletest/backdrop_web_test_case.php
Asserts that each HTML ID is used for just a single element.
BackdropWebTestCase::assertNoDuplicateIds in core/modules/simpletest/backdrop_web_test_case.php
Asserts that each HTML ID is used for just a single element.
BackdropWebTestCase::assertNoFieldByXPath in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a field does not exist in the current page by the given XPath.
BackdropWebTestCase::assertNoFieldByXPath in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a field does not exist in the current page by the given XPath.
BackdropWebTestCase::assertNoFieldChecked in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a checkbox field in the current page is not checked.
BackdropWebTestCase::assertNoFieldChecked in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a checkbox field in the current page is not checked.
BackdropWebTestCase::assertNoLink in core/modules/simpletest/backdrop_web_test_case.php
Pass if a link with the specified label is not found.
BackdropWebTestCase::assertNoLink in core/modules/simpletest/backdrop_web_test_case.php
Pass if a link with the specified label is not found.
BackdropWebTestCase::assertNoLinkByHref in core/modules/simpletest/backdrop_web_test_case.php
Pass if a link containing a given href (part) is not found.
BackdropWebTestCase::assertNoLinkByHref in core/modules/simpletest/backdrop_web_test_case.php
Pass if a link containing a given href (part) is not found.
BackdropWebTestCase::assertNoOption in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page does not exist.
BackdropWebTestCase::assertNoOption in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page does not exist.
BackdropWebTestCase::assertNoOptionSelected in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page is not checked.
BackdropWebTestCase::assertNoOptionSelected in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page is not checked.
BackdropWebTestCase::assertNoTitle in core/modules/simpletest/backdrop_web_test_case.php
Pass if the page title is not the given string.
BackdropWebTestCase::assertNoTitle in core/modules/simpletest/backdrop_web_test_case.php
Pass if the page title is not the given string.
BackdropWebTestCase::assertOption in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page exists.
BackdropWebTestCase::assertOption in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page exists.
BackdropWebTestCase::assertOptionSelected in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page is checked.
BackdropWebTestCase::assertOptionSelected in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page is checked.
BackdropWebTestCase::assertTitle in core/modules/simpletest/backdrop_web_test_case.php
Pass if the page title is the given string.
BackdropWebTestCase::assertTitle in core/modules/simpletest/backdrop_web_test_case.php
Pass if the page title is the given string.
BackdropWebTestCase::backdropLogin in core/modules/simpletest/backdrop_web_test_case.php
Log in a user with the internal browser.
BackdropWebTestCase::backdropLogin in core/modules/simpletest/backdrop_web_test_case.php
Log in a user with the internal browser.
BackdropWebTestCase::backdropPost in core/modules/simpletest/backdrop_web_test_case.php
Execute a POST request on a Backdrop page. It will be done as usual POST request with SimpleBrowser.
BackdropWebTestCase::backdropPost in core/modules/simpletest/backdrop_web_test_case.php
Execute a POST request on a Backdrop page. It will be done as usual POST request with SimpleBrowser.
BackdropWebTestCase::backdropPostAJAX in core/modules/simpletest/backdrop_web_test_case.php
Execute an Ajax submission.
BackdropWebTestCase::backdropPostAJAX in core/modules/simpletest/backdrop_web_test_case.php
Execute an Ajax submission.
BackdropWebTestCase::checkForMetaRefresh in core/modules/simpletest/backdrop_web_test_case.php
Check for meta refresh tag and if found call backdropGet() recursively. This function looks for the http-equiv attribute to be set to "Refresh" and is case-sensitive.
BackdropWebTestCase::checkForMetaRefresh in core/modules/simpletest/backdrop_web_test_case.php
Check for meta refresh tag and if found call backdropGet() recursively. This function looks for the http-equiv attribute to be set to "Refresh" and is case-sensitive.
BackdropWebTestCase::clickLink in core/modules/simpletest/backdrop_web_test_case.php
Follows a link by name.
BackdropWebTestCase::clickLink in core/modules/simpletest/backdrop_web_test_case.php
Follows a link by name.
BlockExampleTestCase::testBlockExampleBasic in modules/examples/block_example/tests/block_example.test
Functional test for our block example.
BlockExampleTestCase::testBlockExampleBasic in modules/examples/block_example/tests/block_example.test
Functional test for our block example.
BlockTestCase::testCustomBlock in core/modules/block/tests/block.test
Test creating custom block, editing, and then deleting it.
BlockTestCase::testCustomBlock in core/modules/block/tests/block.test
Test creating custom block, editing, and then deleting it.
BookTestCase::checkBookNode in core/modules/book/tests/book.test
Checks the outline of sub-pages; previous, up, and next.
BookTestCase::checkBookNode in core/modules/book/tests/book.test
Checks the outline of sub-pages; previous, up, and next.
BootstrapPageCacheTestCase::testPageCache in core/modules/simpletest/tests/bootstrap.test
Test cache headers.
BootstrapPageCacheTestCase::testPageCache in core/modules/simpletest/tests/bootstrap.test
Test cache headers.
CKEditor5RtlTestCase::testRtlAdminIcons in core/modules/ckeditor5/tests/ckeditor5_rtl.test
Test that the CKEditor admin form works correctly with RTL languages.
CKEditor5RtlTestCase::testRtlAdminIcons in core/modules/ckeditor5/tests/ckeditor5_rtl.test
Test that the CKEditor admin form works correctly with RTL languages.
CKEditorRtlTestCase::testRtlAdminIcons in core/modules/ckeditor/tests/ckeditor_rtl.test
Test that the CKEditor 4 admin form works correctly with RTL languages.
CKEditorRtlTestCase::testRtlAdminIcons in core/modules/ckeditor/tests/ckeditor_rtl.test
Test that the CKEditor 4 admin form works correctly with RTL languages.
CommentInterfaceTest::assertCommentLinks in core/modules/comment/tests/comment.test
Asserts that comment links appear according to the passed environment.
CommentInterfaceTest::assertCommentLinks in core/modules/comment/tests/comment.test
Asserts that comment links appear according to the passed environment.
CommentInterfaceTest::testCommentClasses in core/modules/comment/tests/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentClasses in core/modules/comment/tests/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentNewCommentsIndicator in core/modules/comment/tests/comment.test
Tests new comment marker.
CommentInterfaceTest::testCommentNewCommentsIndicator in core/modules/comment/tests/comment.test
Tests new comment marker.
CommentNodeAutoCloserTestCase::testNodeCommentAutoCloserSettings in core/modules/comment/tests/comment.test
Tests the auto closer node type setting and the override setting on individual nodes.
CommentNodeAutoCloserTestCase::testNodeCommentAutoCloserSettings in core/modules/comment/tests/comment.test
Tests the auto closer node type setting and the override setting on individual nodes.
CommentNodeChangesTestCase::testNodeCommentSettings in core/modules/comment/tests/comment.test
Tests opening, closing, and hiding comments.
CommentNodeChangesTestCase::testNodeCommentSettings in core/modules/comment/tests/comment.test
Tests opening, closing, and hiding comments.
CommentPagerTest::assertCommentOrder in core/modules/comment/tests/comment.test
Asserts that the comments are displayed in the correct order.
CommentPagerTest::assertCommentOrder in core/modules/comment/tests/comment.test
Asserts that the comments are displayed in the correct order.
CommentPreviewTest::testCommentEditPreviewSave in core/modules/comment/tests/comment.test
Tests comment edit, preview, and save.
CommentPreviewTest::testCommentEditPreviewSave in core/modules/comment/tests/comment.test
Tests comment edit, preview, and save.
CommonCascadingStylesheetsTestCase::testModuleInfo in core/modules/simpletest/tests/common.test
Test that stylesheets in module .info files are loaded.
CommonCascadingStylesheetsTestCase::testModuleInfo in core/modules/simpletest/tests/common.test
Test that stylesheets in module .info files are loaded.
CommonCascadingStylesheetsTestCase::testRenderStylesAttributes in core/modules/simpletest/tests/common.test
Test CSS Styles with attributes rendering.
CommonCascadingStylesheetsTestCase::testRenderStylesAttributes in core/modules/simpletest/tests/common.test
Test CSS Styles with attributes rendering.
CommonJavaScriptTestCase::testAggregatedAttributes in core/modules/simpletest/tests/common.test
Tests that attributes are maintained when JS aggregation is enabled.
CommonJavaScriptTestCase::testAggregatedAttributes in core/modules/simpletest/tests/common.test
Tests that attributes are maintained when JS aggregation is enabled.
CommonJavaScriptTestCase::testAttributes in core/modules/simpletest/tests/common.test
Tests adding JavaScript files with additional attributes.
CommonJavaScriptTestCase::testAttributes in core/modules/simpletest/tests/common.test
Tests adding JavaScript files with additional attributes.
ConfigurationUITest::testDiff in core/modules/config/tests/config.test
Tests the screen that shows differences between active and staging.
ConfigurationUITest::testDiff in core/modules/config/tests/config.test
Tests the screen that shows differences between active and staging.
ConfigurationUITest::testFullImportValidation in core/modules/config/tests/config.test
Test full import validation.
ConfigurationUITest::testFullImportValidation in core/modules/config/tests/config.test
Test full import validation.
ConfirmFormTest::assertCancelLinkUrl in core/modules/system/tests/system.test
Asserts that a cancel link is present pointing to the provided URL.
ConfirmFormTest::assertCancelLinkUrl in core/modules/system/tests/system.test
Asserts that a cancel link is present pointing to the provided URL.
CustomLogoTestCase::testCustomLogo in core/modules/system/tests/system.test
Test the use of a custom logo.
CustomLogoTestCase::testCustomLogo in core/modules/system/tests/system.test
Test the use of a custom logo.
DashboardTest::testDashboardLayout in core/modules/dashboard/tests/dashboard.test
Test the dashboard layout.
DashboardTest::testDashboardLayout in core/modules/dashboard/tests/dashboard.test
Test the dashboard layout.
DatabaseExampleUnitTestCase::testUI in modules/examples/database_example/tests/database_example.test
Tests the UI.
DatabaseExampleUnitTestCase::testUI in modules/examples/database_example/tests/database_example.test
Tests the UI.
DBLogTestCase::doUser in core/modules/dblog/tests/dblog.test
Generates and then verifies some user events.
DBLogTestCase::doUser in core/modules/dblog/tests/dblog.test
Generates and then verifies some user events.
DBLogTestCase::getLogEntries in core/modules/dblog/tests/dblog.test
Gets the database log event information from the browser page.
DBLogTestCase::getLogEntries in core/modules/dblog/tests/dblog.test
Gets the database log event information from the browser page.
EnableDisableTestCase::testEnableDisable in core/modules/system/tests/system.test
Test that all core modules can be enabled, disabled and uninstalled.
EnableDisableTestCase::testEnableDisable in core/modules/system/tests/system.test
Test that all core modules can be enabled, disabled and uninstalled.
EntityReferenceAdminTestCase::assertFieldSelectOptions in core/modules/entityreference/tests/entityreference.admin.test
EntityReferenceAdminTestCase::assertFieldSelectOptions in core/modules/entityreference/tests/entityreference.admin.test
FieldBlockTestCase::testFieldBlock in core/modules/field/tests/field.test
Check special conditions around the main content block.
FieldBlockTestCase::testFieldBlock in core/modules/field/tests/field.test
Check special conditions around the main content block.
FieldExampleTest::testExampleFieldBasic in modules/examples/field_example/tests/field_example.test
Test basic functionality of the example field.
FieldExampleTest::testExampleFieldBasic in modules/examples/field_example/tests/field_example.test
Test basic functionality of the example field.
FieldFormTestCase::testFieldFormUnlimitedRequired in core/modules/field/tests/field.test
Tests the position of the "required" symbol and the validation error text.
FieldFormTestCase::testFieldFormUnlimitedRequired in core/modules/field/tests/field.test
Tests the position of the "required" symbol and the validation error text.
FieldFormTestCase::testNestedFieldForm in core/modules/field/tests/field.test
Tests Field API form integration within a subform.
FieldFormTestCase::testNestedFieldForm in core/modules/field/tests/field.test
Tests Field API form integration within a subform.
FieldTestPermissionsExample::testFieldnoteViewPerms in modules/examples/field_permission_example/tests/field_permission_example.test
Test view permissions.
FieldTestPermissionsExample::testFieldnoteViewPerms in modules/examples/field_permission_example/tests/field_permission_example.test
Test view permissions.
FieldTokenTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldTokenTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldUIManageDisplayTestCase::testViewModeCustom in core/modules/field_ui/tests/field_ui.test
Tests switching display modes to use custom or 'default' settings'.
FieldUIManageDisplayTestCase::testViewModeCustom in core/modules/field_ui/tests/field_ui.test
Tests switching display modes to use custom or 'default' settings'.
FieldUIManageFieldsTestCase::addExistingField in core/modules/field_ui/tests/field_ui.test
Tests adding an existing field in another content type.
FieldUIManageFieldsTestCase::addExistingField in core/modules/field_ui/tests/field_ui.test
Tests adding an existing field in another content type.
FieldUIManageFieldsTestCase::createField in core/modules/field_ui/tests/field_ui.test
Tests adding a new field.
FieldUIManageFieldsTestCase::createField in core/modules/field_ui/tests/field_ui.test
Tests adding a new field.
FieldUIManageFieldsTestCase::testHiddenFields in core/modules/field_ui/tests/field_ui.test
Tests that Field UI respects the 'no_ui' option in hook_field_info().
FieldUIManageFieldsTestCase::testHiddenFields in core/modules/field_ui/tests/field_ui.test
Tests that Field UI respects the 'no_ui' option in hook_field_info().
FieldUIViewModeFunctionalTest::testFieldUIViewModes in core/modules/field_ui/tests/field_ui.test
Tests display mode functionality.
FieldUIViewModeFunctionalTest::testFieldUIViewModes in core/modules/field_ui/tests/field_ui.test
Tests display mode functionality.
FileAdminTestCase::testFileAdminPages in core/modules/file/tests/file.test
Tests file overview with different user permissions.
FileAdminTestCase::testFileAdminPages in core/modules/file/tests/file.test
Tests file overview with different user permissions.
FileAdminTestCase::testFilesAdminSort in core/modules/file/tests/file.test
Tests that the table sorting works on the files admin pages.
FileAdminTestCase::testFilesAdminSort in core/modules/file/tests/file.test
Tests that the table sorting works on the files admin pages.
FileExampleTest::testFileExampleBasic in modules/examples/file_example/tests/file_example.test
Test the basic File Example UI.
FileExampleTest::testFileExampleBasic in modules/examples/file_example/tests/file_example.test
Test the basic File Example UI.
FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in core/modules/file/tests/file.test
Helper for testing exploiting the temporary file removal using fid.
FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in core/modules/file/tests/file.test
Helper for testing exploiting the temporary file removal using fid.
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.
FileFieldWidgetTestCase::testSingleValuedWidget in core/modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTestCase::testWidgetValidation in core/modules/file/tests/file.test
Tests validation with the Upload button.
FileFieldWidgetTestCase::testWidgetValidation in core/modules/file/tests/file.test
Tests validation with the Upload button.
FileManagedFileElementTestCase::testManagedFileParentsHash in core/modules/file/tests/file.test
Tests file_ajax_upload() parents_hash.
FileManagedFileElementTestCase::testManagedFileParentsHash in core/modules/file/tests/file.test
Tests file_ajax_upload() parents_hash.
FileTypeTestCase::clickFileTypeOperationLink in core/modules/file/tests/file.test
Click a link to perform an operation on a view.
FileTypeTestCase::clickFileTypeOperationLink in core/modules/file/tests/file.test
Click a link to perform an operation on a view.
FileUploadTransliterationTest::testTransliteration in core/modules/simpletest/tests/file.test
FileUploadTransliterationTest::testTransliteration in core/modules/simpletest/tests/file.test
FileUsageTestCase::testFileUsagePage in core/modules/file/tests/file.test
Create a file and verify its usage information.
FileUsageTestCase::testFileUsagePage in core/modules/file/tests/file.test
Create a file and verify its usage information.
FilterAdminTestCase::clickTextFormatOperationLink in core/modules/filter/tests/filter.test
Click a link to perform an operation on a text format.
FilterAdminTestCase::clickTextFormatOperationLink in core/modules/filter/tests/filter.test
Click a link to perform an operation on a text format.
FilterAdminTestCase::testFilterAdmin in core/modules/filter/tests/filter.test
Tests filter administration functionality.
FilterAdminTestCase::testFilterAdmin in core/modules/filter/tests/filter.test
Tests filter administration functionality.
FilterFormatAccessTestCase::testFormatPermissions in core/modules/filter/tests/filter.test
Tests the Filter format access permissions functionality.
FilterFormatAccessTestCase::testFormatPermissions in core/modules/filter/tests/filter.test
Tests the Filter format access permissions functionality.
FormCheckboxTestCase::testFormCheckbox in core/modules/simpletest/tests/form.test
FormCheckboxTestCase::testFormCheckbox in core/modules/simpletest/tests/form.test
FormElementTestCase::testOptionIndentations in core/modules/simpletest/tests/form.test
Test indentations for checkboxes, radios and select options.
FormElementTestCase::testOptionIndentations in core/modules/simpletest/tests/form.test
Test indentations for checkboxes, radios and select options.
FormElementTestCase::testOptions in core/modules/simpletest/tests/form.test
Tests expansion of #options for #type checkboxes and radios.
FormElementTestCase::testOptions in core/modules/simpletest/tests/form.test
Tests expansion of #options for #type checkboxes and radios.
FormElementTestCase::testPlaceHolderText in core/modules/simpletest/tests/form.test
Tests placeholder text for elements that support placeholders.
FormElementTestCase::testPlaceHolderText in core/modules/simpletest/tests/form.test
Tests placeholder text for elements that support placeholders.
FormResizableTextareaTestCase::testResizableTextarea in core/modules/simpletest/tests/form.test
Test that setting #resizable on form item results in correct CSS classes.
FormResizableTextareaTestCase::testResizableTextarea in core/modules/simpletest/tests/form.test
Test that setting #resizable on form item results in correct CSS classes.
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.
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.
FormsFormStoragePageCacheTestCase::getFormBuildId in core/modules/simpletest/tests/form.test
Return the build id of the current form.
FormsFormStoragePageCacheTestCase::getFormBuildId in core/modules/simpletest/tests/form.test
Return the build id of the current form.
FormsFormStorageTestCase::testImmutableForm in core/modules/simpletest/tests/form.test
Verifies that form build-id is regenerated when loading an immutable form from the cache.
FormsFormStorageTestCase::testImmutableForm in core/modules/simpletest/tests/form.test
Verifies that form build-id is regenerated when loading an immutable form from the cache.
FormsFormStorageTestCase::testImmutableFormLegacyProtection in core/modules/simpletest/tests/form.test
Verify that existing contrib code cannot overwrite immutable form state.
FormsFormStorageTestCase::testImmutableFormLegacyProtection in core/modules/simpletest/tests/form.test
Verify that existing contrib code cannot overwrite immutable form state.
FormsFormStorageTestCase::testMutableForm in core/modules/simpletest/tests/form.test
Verify that the form build-id remains the same when validation errors occur on a mutable form.
FormsFormStorageTestCase::testMutableForm in core/modules/simpletest/tests/form.test
Verify that the form build-id remains the same when validation errors occur on a mutable form.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX in core/modules/simpletest/tests/form.test
Tests that a form's action is retained after an Ajax submission.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX in core/modules/simpletest/tests/form.test
Tests that a form's action is retained after an Ajax submission.
FormsTestCase::testDisabledElements in core/modules/simpletest/tests/form.test
Test handling of disabled elements.
FormsTestCase::testDisabledElements in core/modules/simpletest/tests/form.test
Test handling of disabled elements.
FormsTestCase::testDisabledMarkup in core/modules/simpletest/tests/form.test
Verify markup for disabled form elements.
FormsTestCase::testDisabledMarkup in core/modules/simpletest/tests/form.test
Verify markup for disabled form elements.
FormsTestCase::testInputForgery in core/modules/simpletest/tests/form.test
Test Form API protections against input forgery.
FormsTestCase::testInputForgery in core/modules/simpletest/tests/form.test
Test Form API protections against input forgery.
FormsTestCase::testRequiredCheckboxesRadio in core/modules/simpletest/tests/form.test
Tests validation for required checkbox, select, and radio elements.
FormsTestCase::testRequiredCheckboxesRadio in core/modules/simpletest/tests/form.test
Tests validation for required checkbox, select, and radio elements.
FormsTriggeringElementTestCase::testAttemptAccessControlBypass in core/modules/simpletest/tests/form.test
Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE.
FormsTriggeringElementTestCase::testAttemptAccessControlBypass in core/modules/simpletest/tests/form.test
Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE.
ImageAdminStylesUnitTest::testDefaultStyle in core/modules/image/tests/image.test
Test to override, edit, then revert a style.
ImageAdminStylesUnitTest::testDefaultStyle in core/modules/image/tests/image.test
Test to override, edit, then revert a style.
ImageFieldDefaultImagesTestCase::testDefaultImages in core/modules/image/tests/image.test
Tests CRUD for fields and fields instances with default images.
ImageFieldDefaultImagesTestCase::testDefaultImages in core/modules/image/tests/image.test
Tests CRUD for fields and fields instances with default images.
InstallerBrowserAdministrationTestCase::testProjectBrowserInstallPage in core/modules/installer/tests/installer.test
InstallerBrowserAdministrationTestCase::testProjectBrowserInstallPage in core/modules/installer/tests/installer.test
LanguageUpgradePathTestCase::testLanguageUpgrade in core/modules/simpletest/tests/upgrade/upgrade.language.test
Tests a successful upgrade.
LanguageUpgradePathTestCase::testLanguageUpgrade in core/modules/simpletest/tests/upgrade/upgrade.language.test
Tests a successful upgrade.
LayoutBlockTest::testCustomTextBlocks in core/modules/layout/tests/layout.test
Test Custom Text blocks.
LayoutBlockTest::testCustomTextBlocks in core/modules/layout/tests/layout.test
Test Custom Text blocks.
LayoutBlockTest::testHeroBlocks in core/modules/layout/tests/layout.test
Test Hero blocks.
LayoutBlockTest::testHeroBlocks in core/modules/layout/tests/layout.test
Test Hero blocks.
LayoutBlockTest::testPageComponentBlocks in core/modules/layout/tests/layout.test
Test Page component blocks.
LayoutBlockTest::testPageComponentBlocks in core/modules/layout/tests/layout.test
Test Page component blocks.
LayoutBlockTextTest::testBlockText in core/modules/layout/tests/layout.test
Tests the BlockText class functionality.
LayoutBlockTextTest::testBlockText in core/modules/layout/tests/layout.test
Tests the BlockText class functionality.
LayoutFlexibleTemplateTest::testLayoutFlexibleTemplates in core/modules/layout/tests/layout.test
Test that layout templates may be enabled and disabled.
LayoutFlexibleTemplateTest::testLayoutFlexibleTemplates in core/modules/layout/tests/layout.test
Test that layout templates may be enabled and disabled.
LayoutHookTestCase::testLayoutHooks in core/modules/layout/tests/layout.test
Tests hook invocations for operations on layouts.
LayoutHookTestCase::testLayoutHooks in core/modules/layout/tests/layout.test
Tests hook invocations for operations on layouts.
LayoutInterfaceTest::testBlockBasics in core/modules/layout/tests/layout.test
Add and remove blocks from a custom layout path.
LayoutInterfaceTest::testBlockBasics in core/modules/layout/tests/layout.test
Add and remove blocks from a custom layout path.
LayoutInterfaceTest::testContexts in core/modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
LayoutInterfaceTest::testContexts in core/modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
LayoutInterfaceTest::testLayoutMenuItems in core/modules/layout/tests/layout.test
Tests conditions and menu item navigation.
LayoutInterfaceTest::testLayoutMenuItems in core/modules/layout/tests/layout.test
Tests conditions and menu item navigation.
LayoutInterfaceTest::testMainContentBlock in core/modules/layout/tests/layout.test
Check special conditions around the main content block.
LayoutInterfaceTest::testMainContentBlock in core/modules/layout/tests/layout.test
Check special conditions around the main content block.
LayoutInterfaceTest::testOverriddenPaths in core/modules/layout/tests/layout.test
Test the overriding of paths.
LayoutInterfaceTest::testOverriddenPaths in core/modules/layout/tests/layout.test
Test the overriding of paths.
LayoutInterfaceTest::testRegionStyles in core/modules/layout/tests/layout.test
Test region styles.
LayoutInterfaceTest::testRegionStyles in core/modules/layout/tests/layout.test
Test region styles.
LayoutInterfaceTest::testRelationships in core/modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
LayoutInterfaceTest::testRelationships in core/modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
LayoutSelectionTest::assertIsAdminLayout in core/modules/layout/tests/layout.test
LayoutSelectionTest::assertIsAdminLayout in core/modules/layout/tests/layout.test
LayoutSelectionTest::assertIsDefaultLayout in core/modules/layout/tests/layout.test
LayoutSelectionTest::assertIsDefaultLayout in core/modules/layout/tests/layout.test
LayoutUpgradePathTest::assertBlocks in core/modules/layout/tests/layout.test
LayoutUpgradePathTest::assertBlocks in core/modules/layout/tests/layout.test
LinkBaseTestClass::assertElementByXPath in core/modules/link/tests/link.test
Check that an element exists in HTML markup.
LinkBaseTestClass::assertElementByXPath in core/modules/link/tests/link.test
Check that an element exists in HTML markup.
LinkUITest::testLinkCreate in core/modules/link/tests/link.ui.test
Creates a link field for the "page" type and creates a page with a link.
LinkUITest::testLinkCreate in core/modules/link/tests/link.ui.test
Creates a link field for the "page" type and creates a page with a link.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in core/modules/locale/tests/locale.test
Functional tests for the language switcher block.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in core/modules/locale/tests/locale.test
Functional tests for the language switcher block.
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in core/modules/locale/tests/locale.test
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in core/modules/locale/tests/locale.test
LocalePathFunctionalTest::testPathLanguageConfiguration in core/modules/locale/tests/locale.test
Test if a language can be associated with a URL alias.
LocalePathFunctionalTest::testPathLanguageConfiguration in core/modules/locale/tests/locale.test
Test if a language can be associated with a URL alias.
LocaleTranslationFunctionalTest::testStringValidation in core/modules/locale/tests/locale.test
Tests the validation of the translation input.
LocaleTranslationFunctionalTest::testStringValidation in core/modules/locale/tests/locale.test
Tests the validation of the translation input.
LocaleUILanguageNegotiationTest::testUrlLanguageFallback in core/modules/locale/tests/locale.test
Test URL language detection when the requested URL has no language.
LocaleUILanguageNegotiationTest::testUrlLanguageFallback in core/modules/locale/tests/locale.test
Test URL language detection when the requested URL has no language.
LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in core/modules/locale/tests/locale.test
Test if user can change their default language.
LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in core/modules/locale/tests/locale.test
Test if user can change their default language.
MenuBlockTestCase::doMenuBlockTests in core/modules/system/tests/system.test
Test Menu Block functionality.
MenuBlockTestCase::doMenuBlockTests in core/modules/system/tests/system.test
Test Menu Block functionality.
MenuBreadcrumbTestCase::testBreadCrumbs in core/modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
MenuBreadcrumbTestCase::testBreadCrumbs in core/modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
MenuLanguageTestCase::testMenuParentLanguage in core/modules/menu/tests/menu_language.test
Test menu item parents on form menu_edit_item.
MenuLanguageTestCase::testMenuParentLanguage in core/modules/menu/tests/menu_language.test
Test menu item parents on form menu_edit_item.
MenuLanguageTestCase::testMenuParentLanguageNode in core/modules/menu/tests/menu_language.test
Test that the available parent menu items match on the node form.
MenuLanguageTestCase::testMenuParentLanguageNode in core/modules/menu/tests/menu_language.test
Test that the available parent menu items match on the node form.
MenuWebTestCase::assertBreadcrumb in core/modules/simpletest/tests/menu.test
Assert that a given path shows certain breadcrumb links.
MenuWebTestCase::assertBreadcrumb in core/modules/simpletest/tests/menu.test
Assert that a given path shows certain breadcrumb links.
MenuWebTestCase::getParts in core/modules/simpletest/tests/menu.test
Returns the breadcrumb contents of the current page in the internal browser.
MenuWebTestCase::getParts in core/modules/simpletest/tests/menu.test
Returns the breadcrumb contents of the current page in the internal browser.
ModuleDependencyTestCase::testIncompatibleCoreVersionDependency in core/modules/system/tests/system.test
Tests enabling a module that depends on a module with an incompatible core version.
ModuleDependencyTestCase::testIncompatibleCoreVersionDependency in core/modules/system/tests/system.test
Tests enabling a module that depends on a module with an incompatible core version.
ModuleDependencyTestCase::testIncompatibleModuleVersionDependency in core/modules/system/tests/system.test
Tests enabling a module that depends on an incompatible version of a module.
ModuleDependencyTestCase::testIncompatibleModuleVersionDependency in core/modules/system/tests/system.test
Tests enabling a module that depends on an incompatible version of a module.
ModuleDependencyTestCase::testMissingModules in core/modules/system/tests/system.test
Attempt to enable a module with a missing dependency.
ModuleDependencyTestCase::testMissingModules in core/modules/system/tests/system.test
Attempt to enable a module with a missing dependency.
ModuleDependencyTestCase::testUninstallDependents in core/modules/system/tests/system.test
Tests attempting to uninstall a module that has installed dependents.
ModuleDependencyTestCase::testUninstallDependents in core/modules/system/tests/system.test
Tests attempting to uninstall a module that has installed dependents.
ModuleVersionTestCase::testModuleVersions in core/modules/system/tests/system.test
Test version dependencies.
ModuleVersionTestCase::testModuleVersions in core/modules/system/tests/system.test
Test version dependencies.
NodeAccessBaseTableTestCase::assertTaxonomyPage in core/modules/node/tests/node.test
Checks taxonomy/term listings to ensure only accessible nodes are listed.
NodeAccessBaseTableTestCase::assertTaxonomyPage in core/modules/node/tests/node.test
Checks taxonomy/term listings to ensure only accessible nodes are listed.
NodeAccessExampleTestCase::checkSearchResults in modules/examples/node_access_example/tests/node_access_example.test
Helper function.
NodeAccessExampleTestCase::checkSearchResults in modules/examples/node_access_example/tests/node_access_example.test
Helper function.
NodeAccessExampleTestCase::testNodeAccessBasic in modules/examples/node_access_example/tests/node_access_example.test
Test the "private" node access.
NodeAccessExampleTestCase::testNodeAccessBasic in modules/examples/node_access_example/tests/node_access_example.test
Test the "private" node access.
NodeAdminTestCase::testContentAdminSort in core/modules/node/tests/node.test
Tests that the table sorting works on the content admin pages.
NodeAdminTestCase::testContentAdminSort in core/modules/node/tests/node.test
Tests that the table sorting works on the content admin pages.
NodeBlockFunctionalTest::testNodeBlock in core/modules/node/tests/node.test
Tests the Existing content block.
NodeBlockFunctionalTest::testNodeBlock in core/modules/node/tests/node.test
Tests the Existing content block.
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/tests/node.test
Tests the recent content block.
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/tests/node.test
Tests the recent content block.
NodeBlockTestCase::testSyndicateBlock in core/modules/node/tests/node.test
Tests the "Syndicate" block settings.
NodeBlockTestCase::testSyndicateBlock in core/modules/node/tests/node.test
Tests the "Syndicate" block settings.
NodeMultiByteUtf8Test::testMultiByteUtf8 in core/modules/node/tests/node.test
Tests that multi-byte UTF-8 characters are stored and retrieved correctly.
NodeMultiByteUtf8Test::testMultiByteUtf8 in core/modules/node/tests/node.test
Tests that multi-byte UTF-8 characters are stored and retrieved correctly.
NodePostSettingsTestCase::testPagePostInfo in core/modules/node/tests/node.test
Confirms "Page" content type and post information is on a new node.
NodePostSettingsTestCase::testPagePostInfo in core/modules/node/tests/node.test
Confirms "Page" content type and post information is on a new node.
NodeQueryAlter::testNodeQueryAlterWithUI in core/modules/node/tests/node.test
Tests that node access permissions are followed.
NodeQueryAlter::testNodeQueryAlterWithUI in core/modules/node/tests/node.test
Tests that node access permissions are followed.
NodeTitleTestCase::testNodeTitle in core/modules/node/tests/node.test
Creates one node and tests if the node title has the correct value.
NodeTitleTestCase::testNodeTitle in core/modules/node/tests/node.test
Creates one node and tests if the node title has the correct value.
OptionsSelectDynamicValuesTestCase::testSelectListDynamic in core/modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (single select).
OptionsSelectDynamicValuesTestCase::testSelectListDynamic in core/modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (single select).
OptionsWidgetsTestCase::testSelectListMultiple in core/modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTestCase::testSelectListMultiple in core/modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTestCase::testSelectListSingle in core/modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (single select).
OptionsWidgetsTestCase::testSelectListSingle in core/modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (single select).
PagerFunctionalWebTestCase::assertPagerItems in core/modules/simpletest/tests/pager.test
Asserts pager items and links.
PagerFunctionalWebTestCase::assertPagerItems in core/modules/simpletest/tests/pager.test
Asserts pager items and links.
PagerFunctionalWebTestCase::testActiveClass in core/modules/simpletest/tests/pager.test
Tests markup and CSS classes of pager links.
PagerFunctionalWebTestCase::testActiveClass in core/modules/simpletest/tests/pager.test
Tests markup and CSS classes of pager links.
PathPatternFunctionalTestCase::testUserOperations in core/modules/path/tests/path_pattern.test
Test user operations.
PathPatternFunctionalTestCase::testUserOperations in core/modules/path/tests/path_pattern.test
Test user operations.
PathTestCase::testAdminAlias in core/modules/path/tests/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testAdminAlias in core/modules/path/tests/path.test
Tests alias functionality through the admin interfaces.
RenderExampleTestCase::assertRenderedText in modules/examples/render_example/tests/render_example.test
Asserts that the string value of the result is the same as the passed text.
RenderExampleTestCase::assertRenderedText in modules/examples/render_example/tests/render_example.test
Asserts that the string value of the result is the same as the passed text.
RenderExampleTestCase::testRenderExampleBasic in modules/examples/render_example/tests/render_example.test
Basic test of rendering through user interaction.
RenderExampleTestCase::testRenderExampleBasic in modules/examples/render_example/tests/render_example.test
Basic test of rendering through user interaction.
SearchPageText::testSearchText in core/modules/search/tests/search.test
Tests the failed search text, and various other text on the search page.
SearchPageText::testSearchText in core/modules/search/tests/search.test
Tests the failed search text, and various other text on the search page.
SessionHttpsTestCase::testEmptySessionId in core/modules/simpletest/tests/session.test
Tests that empty session IDs do not cause unrelated sessions to load.
SessionHttpsTestCase::testEmptySessionId in core/modules/simpletest/tests/session.test
Tests that empty session IDs do not cause unrelated sessions to load.
SessionHttpsTestCase::testHttpsSession in core/modules/simpletest/tests/session.test
SessionHttpsTestCase::testHttpsSession in core/modules/simpletest/tests/session.test
SimpleTestBrowserTestCase::testXPathEscaping in core/modules/simpletest/tests/simpletest.test
Tests XPath escaping.
SimpleTestBrowserTestCase::testXPathEscaping in core/modules/simpletest/tests/simpletest.test
Tests XPath escaping.
SimpleTestFunctionalTest::getResultFieldSet in core/modules/simpletest/tests/simpletest.test
Get the fieldset containing the results for group this test is in.
SimpleTestFunctionalTest::getResultFieldSet in core/modules/simpletest/tests/simpletest.test
Get the fieldset containing the results for group this test is in.
SyslogTestCase::testSettings in core/modules/syslog/tests/syslog.test
Test the syslog settings page.
SyslogTestCase::testSettings in core/modules/syslog/tests/syslog.test
Test the syslog settings page.
SystemBlockTestCase::testSystemBlocks in core/modules/system/tests/system.test
Test displaying and hiding the powered-by and help blocks.
SystemBlockTestCase::testSystemBlocks in core/modules/system/tests/system.test
Test displaying and hiding the powered-by and help blocks.
TaxonomyRSSTestCase::testTaxonomyRSS in core/modules/taxonomy/tests/taxonomy.test
Tests that terms added to nodes are displayed in core RSS feed.
TaxonomyRSSTestCase::testTaxonomyRSS in core/modules/taxonomy/tests/taxonomy.test
Tests that terms added to nodes are displayed in core RSS feed.
ThemeHtmlTplPhpAttributesTestCase::testThemeHtmlTplPhpAttributes in core/modules/simpletest/tests/theme.test
Tests that modules and themes can alter variables in html.tpl.php.
ThemeHtmlTplPhpAttributesTestCase::testThemeHtmlTplPhpAttributes in core/modules/simpletest/tests/theme.test
Tests that modules and themes can alter variables in html.tpl.php.
ThemingExampleTestCase::testThemingPage in modules/examples/theming_example/tests/theming_example.test
Verify the functionality of the example module.
ThemingExampleTestCase::testThemingPage in modules/examples/theming_example/tests/theming_example.test
Verify the functionality of the example module.
TranslationTestCase::addLanguage in core/modules/translation/tests/translation.test
Installs the specified language, or enables it if it is already installed.
TranslationTestCase::addLanguage in core/modules/translation/tests/translation.test
Installs the specified language, or enables it if it is already installed.
TranslationTestCase::findContentByXPath in core/modules/translation/tests/translation.test
Searches for elements matching the given xpath and value.
TranslationTestCase::findContentByXPath in core/modules/translation/tests/translation.test
Searches for elements matching the given xpath and value.
UpgradePathTestCase::performUpgrade in core/modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
UpgradePathTestCase::performUpgrade in core/modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
UserAccountLinksUnitTests::testAccountMenu in core/modules/user/tests/user.test
Test the user login block.
UserAccountLinksUnitTests::testAccountMenu in core/modules/user/tests/user.test
Test the user login block.
UserAdminTestCase::testUserAdmin in core/modules/user/tests/user.test
Registers a user and deletes it.
UserAdminTestCase::testUserAdmin in core/modules/user/tests/user.test
Registers a user and deletes it.
UserBlocksUnitTests::testDisabledAccountLink in core/modules/user/tests/user.test
Tests disabling the 'My account' link.
UserBlocksUnitTests::testDisabledAccountLink in core/modules/user/tests/user.test
Tests disabling the 'My account' link.
UserPictureTestCase::testExternalPicture in core/modules/user/tests/user.test
Test HTTP schema working with user pictures.
UserPictureTestCase::testExternalPicture in core/modules/user/tests/user.test
Test HTTP schema working with user pictures.
ViewsAjaxTest::testAjaxView in core/modules/views/tests/views_ajax.test
Tests an ajax and non-ajax view.
ViewsAjaxTest::testAjaxView in core/modules/views/tests/views_ajax.test
Tests an ajax and non-ajax view.
ViewsHandlerFieldDropbuttonTest::testDropbutton in core/modules/views/tests/handlers/views_handler_field_dropbutton.test
Tests dropbutton display.
ViewsHandlerFieldDropbuttonTest::testDropbutton in core/modules/views/tests/handlers/views_handler_field_dropbutton.test
Tests dropbutton display.
ViewsPluginDisplayBlockTestCase::testViewBlocks in core/modules/views/tests/plugins/views_plugin_display_block.test
Tests, whether and how the reset button can be renamed.
ViewsPluginDisplayBlockTestCase::testViewBlocks in core/modules/views/tests/plugins/views_plugin_display_block.test
Tests, whether and how the reset button can be renamed.
ViewsUIWizardBasicTestCase::testViewsWizardAndListing in core/modules/views/tests/views_ui.test
ViewsUIWizardBasicTestCase::testViewsWizardAndListing in core/modules/views/tests/views_ui.test
ViewsUIWizardDefaultViewsTestCase::clickViewsOperationLink in core/modules/views/tests/views_ui.test
Click a link to perform an operation on a view.
ViewsUIWizardDefaultViewsTestCase::clickViewsOperationLink in core/modules/views/tests/views_ui.test
Click a link to perform an operation on a view.
ViewsUIWizardDisplaysTestCase::testReorderDisplays in core/modules/views/tests/views_ui.test
Test reordering of displays.
ViewsUIWizardDisplaysTestCase::testReorderDisplays in core/modules/views/tests/views_ui.test
Test reordering of displays.