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