AdminBarDynamicLinksTestCase::testNodeAdd in core/modules/admin_bar/tests/admin_bar.test
Tests Add content links.
AdminBarDynamicLinksTestCase::testNodeAdd in core/modules/admin_bar/tests/admin_bar.test
Tests Add content links.
AJAXElementValidation::testAJAXElementValidation in core/modules/simpletest/tests/ajax.test
Try to post an Ajax change to a form that has a validated element.
AJAXElementValidation::testAJAXElementValidation in core/modules/simpletest/tests/ajax.test
Try to post an Ajax change to a form that has a validated element.
AJAXFrameworkTestCase::testLazyLoadOverriddenCSS in core/modules/simpletest/tests/ajax.test
Tests that overridden CSS files are not added during lazy load.
AJAXFrameworkTestCase::testLazyLoadOverriddenCSS in core/modules/simpletest/tests/ajax.test
Tests that overridden CSS files are not added during lazy load.
BackdropSetMessageTest::testSetRemoveMessages in core/modules/system/tests/system.test
Tests setting messages and removing one before it is displayed.
BackdropSetMessageTest::testSetRemoveMessages in core/modules/system/tests/system.test
Tests setting messages and removing one before it is displayed.
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.
BlockTestCase::testCustomBlockFormat in core/modules/block/tests/block.test
Test creating custom block using Raw HTML (full_html).
BlockTestCase::testCustomBlockFormat in core/modules/block/tests/block.test
Test creating custom block using Raw HTML (full_html).
BookTestCase::testBookNavigationBlock in core/modules/book/tests/book.test
Tests the functionality of the book navigation block.
BookTestCase::testBookNavigationBlock in core/modules/book/tests/book.test
Tests the functionality of the book navigation block.
CommentAnonymous::testAnonymous in core/modules/comment/tests/comment.test
Tests anonymous comment functionality.
CommentAnonymous::testAnonymous in core/modules/comment/tests/comment.test
Tests anonymous comment functionality.
CommentBlockFunctionalTest::testRecentCommentBlock in core/modules/comment/tests/comment.test
Tests the recent comments block.
CommentBlockFunctionalTest::testRecentCommentBlock in core/modules/comment/tests/comment.test
Tests the recent comments block.
CommentFieldsTest::testCommentEmptyNonRequiredBody in core/modules/comment/tests/comment.test
Tests trying to save a comment with an empty, NON-required body.
CommentFieldsTest::testCommentEmptyNonRequiredBody in core/modules/comment/tests/comment.test
Tests trying to save a comment with an empty, NON-required body.
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::testCommentInterface in core/modules/comment/tests/comment.test
Tests the comment interface.
CommentInterfaceTest::testCommentInterface in core/modules/comment/tests/comment.test
Tests the comment interface.
CommonBackdropGotoTestCase::testBackdropGotoAlter in core/modules/simpletest/tests/common.test
Test hook_backdrop_goto_alter().
CommonBackdropGotoTestCase::testBackdropGotoAlter in core/modules/simpletest/tests/common.test
Test hook_backdrop_goto_alter().
ConfigurationUITest::testImport in core/modules/config/tests/config.test
Tests importing configuration.
ConfigurationUITest::testImport in core/modules/config/tests/config.test
Tests importing configuration.
ContactPersonalTestCase::testPersonalContactFlood in core/modules/contact/tests/contact.test
Tests the personal contact form flood protection.
ContactPersonalTestCase::testPersonalContactFlood in core/modules/contact/tests/contact.test
Tests the personal contact form flood protection.
ContactSitewideTestCase::testSiteWideContact in core/modules/contact/tests/contact.test
Tests configuration options and the site-wide contact form.
ContactSitewideTestCase::testSiteWideContact in core/modules/contact/tests/contact.test
Tests configuration options and the site-wide contact form.
CronExampleTestCase::testCronExampleBasic in modules/examples/cron_example/tests/cron_example.test
Test running cron through the user interface.
CronExampleTestCase::testCronExampleBasic in modules/examples/cron_example/tests/cron_example.test
Test running cron through the user interface.
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.
DateValidationTestCase::malFormedDate in core/modules/date/tests/date_validation.test
Attempt to create a node with a malformed date and ensure it fails.
DateValidationTestCase::malFormedDate in core/modules/date/tests/date_validation.test
Attempt to create a node with a malformed date and ensure it fails.
EntityReferenceFieldTestCase::testShowLinksSetting in core/modules/entityreference/tests/entityreference.field.test
Tests the "Show links" setting for the field formatter "Rendered entity".
EntityReferenceFieldTestCase::testShowLinksSetting in core/modules/entityreference/tests/entityreference.field.test
Tests the "Show links" setting for the field formatter "Rendered entity".
EntityReferenceFormTestCase::testAutocompleteValidationWithGenericSelectionHandler in core/modules/entityreference/tests/entityreference.form.test
Test that the Generic autocomplete widget validates the value properly.
EntityReferenceFormTestCase::testAutocompleteValidationWithGenericSelectionHandler in core/modules/entityreference/tests/entityreference.form.test
Test that the Generic autocomplete widget validates the value properly.
EntityReferenceFormTestCase::testAutocompleteValidationWithViewsSelectionHandler in core/modules/entityreference/tests/entityreference.form.test
Test that the Views autocomplete widget validates the value properly.
EntityReferenceFormTestCase::testAutocompleteValidationWithViewsSelectionHandler in core/modules/entityreference/tests/entityreference.form.test
Test that the Views autocomplete widget validates the value properly.
FieldDisplayAPITestCase::testFieldViewField in core/modules/field/tests/field.test
Test the field_view_field() function.
FieldDisplayAPITestCase::testFieldViewField in core/modules/field/tests/field.test
Test the field_view_field() function.
FieldTestPermissionsExample::testFieldnoteEditPerms in modules/examples/field_permission_example/tests/field_permission_example.test
Test edit permissions.
FieldTestPermissionsExample::testFieldnoteEditPerms in modules/examples/field_permission_example/tests/field_permission_example.test
Test edit permissions.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in core/modules/file/tests/file.test
Helper method to test file submissions with missing node titles.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in core/modules/file/tests/file.test
Helper method to test file submissions with missing node titles.
FileFieldDisplayTestCase::testNodeDisplay in core/modules/file/tests/file.test
Tests normal formatter display on node display.
FileFieldDisplayTestCase::testNodeDisplay in core/modules/file/tests/file.test
Tests normal formatter display on node display.
FileTypeTestCase::testTypesCrudUi in core/modules/file/tests/file.test
Test file types CRUD UI.
FileTypeTestCase::testTypesCrudUi in core/modules/file/tests/file.test
Test file types CRUD UI.
FilterFormatAccessTestCase::testFormatWidgetPermissions in core/modules/filter/tests/filter.test
Tests editing a page using a disallowed text format.
FilterFormatAccessTestCase::testFormatWidgetPermissions in core/modules/filter/tests/filter.test
Tests editing a page using a disallowed text format.
FilterSecurityTestCase::testDisableFilterModule in core/modules/filter/tests/filter.test
Tests removal of filtered content when an active filter is disabled.
FilterSecurityTestCase::testDisableFilterModule in core/modules/filter/tests/filter.test
Tests removal of filtered content when an active filter is disabled.
FormExampleTestCase::testTutorials in modules/examples/form_example/tests/form_example.test
Test each tutorial.
FormExampleTestCase::testTutorials in modules/examples/form_example/tests/form_example.test
Test each tutorial.
FormsElementsTableSelectFunctionalTest::testMultipleFalse in core/modules/simpletest/tests/form.test
Test the display of radios when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleFalse in core/modules/simpletest/tests/form.test
Test the display of radios when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrue in core/modules/simpletest/tests/form.test
Test the display of checkboxes when #multiple is TRUE.
FormsElementsTableSelectFunctionalTest::testMultipleTrue in core/modules/simpletest/tests/form.test
Test the display of checkboxes when #multiple is TRUE.
FormsTestCase::testSelect in core/modules/simpletest/tests/form.test
Tests validation of #type 'select' elements.
FormsTestCase::testSelect in core/modules/simpletest/tests/form.test
Tests validation of #type 'select' 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.
FormsTriggeringElementTestCase::testNoButtonInfoInPost in core/modules/simpletest/tests/form.test
Test the determination of $form_state['triggering_element'] when no button information is included in the POST data, as is sometimes the case when the ENTER key is pressed in a textfield in Internet Explorer.
FormsTriggeringElementTestCase::testNoButtonInfoInPost in core/modules/simpletest/tests/form.test
Test the determination of $form_state['triggering_element'] when no button information is included in the POST data, as is sometimes the case when the ENTER key is pressed in a textfield in Internet Explorer.
FormValidationTestCase::testCustomRequiredMessage in core/modules/simpletest/tests/form.test
Tests #required with custom validation errors.
FormValidationTestCase::testCustomRequiredMessage in core/modules/simpletest/tests/form.test
Tests #required with custom validation errors.
FormValidationTestCase::testValidate in core/modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
FormValidationTestCase::testValidate in core/modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
FormValidationTestCase::testValidateLimitErrors in core/modules/simpletest/tests/form.test
Tests partial form validation through #limit_validation_errors.
FormValidationTestCase::testValidateLimitErrors in core/modules/simpletest/tests/form.test
Tests partial form validation through #limit_validation_errors.
FrontPageTestCase::testBackdropIsFrontPage in core/modules/system/tests/system.test
Test home page functionality.
FrontPageTestCase::testBackdropIsFrontPage in core/modules/system/tests/system.test
Test home page functionality.
ImageFieldValidateTestCase::testTypeSupport in core/modules/image/tests/image.test
Test for supported image types.
ImageFieldValidateTestCase::testTypeSupport in core/modules/image/tests/image.test
Test for supported image types.
InstallerBrowserAdministrationTestCase::testProjectBrowserAddRemoveQueue in core/modules/installer/tests/installer.test
InstallerBrowserAdministrationTestCase::testProjectBrowserAddRemoveQueue in core/modules/installer/tests/installer.test
InstallerTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages in core/modules/installer/tests/installer.test
Checks the messages on Update Manager pages when missing a security update.
InstallerTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages in core/modules/installer/tests/installer.test
Checks the messages on Update Manager pages when missing a security update.
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.
LayoutDeletionTest::testLayoutDeletion in core/modules/layout/tests/layout.test
Tests that layouts that have special roles issue warning messages upon attempted deletion.
LayoutDeletionTest::testLayoutDeletion in core/modules/layout/tests/layout.test
Tests that layouts that have special roles issue warning messages upon attempted deletion.
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::testBlockEntityIDConditions in core/modules/layout/tests/layout.test
Test block entity ID conditions.
LayoutInterfaceTest::testBlockEntityIDConditions in core/modules/layout/tests/layout.test
Test block entity ID conditions.
LayoutInterfaceTest::testBlockPathTypeConditions in core/modules/layout/tests/layout.test
Test block path and type conditions.
LayoutInterfaceTest::testBlockPathTypeConditions in core/modules/layout/tests/layout.test
Test block path and type conditions.
LayoutInterfaceTest::testBlockUninstall in core/modules/layout/tests/layout.test
Tests layout_modules_uninstalled().
LayoutInterfaceTest::testBlockUninstall in core/modules/layout/tests/layout.test
Tests layout_modules_uninstalled().
LayoutInterfaceTest::testBlockUserCompareConditions in core/modules/layout/tests/layout.test
Tests user account comparison condition.
LayoutInterfaceTest::testBlockUserCompareConditions in core/modules/layout/tests/layout.test
Tests user account comparison condition.
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::testLayoutTemplates in core/modules/layout/tests/layout.test
Test that layout templates may be enabled and disabled.
LayoutInterfaceTest::testLayoutTemplates in core/modules/layout/tests/layout.test
Test that layout templates may be enabled and disabled.
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::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.
LayoutRendererTest::testRendererSelection in core/modules/layout/tests/layout.test
Test that the correct renderer is used
LayoutRendererTest::testRendererSelection in core/modules/layout/tests/layout.test
Test that the correct renderer is used
LinkAttributeCrudTest::testFormatters in core/modules/link/tests/link.attribute.test
Test the link_plain formatter and it's output.
LinkAttributeCrudTest::testFormatters in core/modules/link/tests/link.attribute.test
Test the link_plain formatter and it's output.
LinkValidateTest::testBadUrlValidationOff in core/modules/link/tests/link.validate.test
Test if we can post a bad URL if the validation is expressly turned off.
LinkValidateTest::testBadUrlValidationOff in core/modules/link/tests/link.validate.test
Test if we can post a bad URL if the validation is expressly turned off.
LinkValidateTest::testXss in core/modules/link/tests/link.validate.test
Test if a bad URL will display if validation is disabled.
LinkValidateTest::testXss in core/modules/link/tests/link.validate.test
Test if a bad URL will display if validation is disabled.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/locale.test
Test if a content type can be set to multilingual and language is present.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/locale.test
Test if a content type can be set to multilingual and language is present.
LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in core/modules/locale/tests/locale.test
Test automatic import of a module's translation files.
LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in core/modules/locale/tests/locale.test
Test automatic import of a module's translation files.
LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/tests/locale.test
Test import of standalone .po files.
LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/tests/locale.test
Test import of standalone .po files.
LocaleTranslationFunctionalTest::testStringSearch in core/modules/locale/tests/locale.test
Tests translation search form.
LocaleTranslationFunctionalTest::testStringSearch in core/modules/locale/tests/locale.test
Tests translation search form.
LocaleTranslationFunctionalTest::testStringTranslation in core/modules/locale/tests/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationFunctionalTest::testStringTranslation in core/modules/locale/tests/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
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.
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.
MenuRouterTestCase::testMenuCallbacks in core/modules/simpletest/tests/menu.test
Tests title and theme callbacks in hook_menu().
MenuRouterTestCase::testMenuCallbacks in core/modules/simpletest/tests/menu.test
Tests title and theme callbacks in hook_menu().
MenuTestCase::deleteMenuLink in core/modules/menu/tests/menu.test
Delete a menu link using the menu module UI.
MenuTestCase::deleteMenuLink in core/modules/menu/tests/menu.test
Delete a menu link using the menu module UI.
MenuTestCase::resetMenuLink in core/modules/menu/tests/menu.test
Reset a standard menu link using the menu module UI.
MenuTestCase::resetMenuLink in core/modules/menu/tests/menu.test
Reset a standard menu link using the menu module UI.
MenuTestCase::toggleMenuLink in core/modules/menu/tests/menu.test
Alternately disable and enable a menu link.
MenuTestCase::toggleMenuLink in core/modules/menu/tests/menu.test
Alternately disable and enable a menu link.
ModuleUninstallTestCase::testUninstallCommentAddNode in core/modules/simpletest/tests/module.test
Test that uninstalling Comment and then immediately adding a node works.
ModuleUninstallTestCase::testUninstallCommentAddNode in core/modules/simpletest/tests/module.test
Test that uninstalling Comment and then immediately adding a node works.
ModuleUninstallTestCase::testUninstallLocale in core/modules/simpletest/tests/module.test
Tests that uninstalling locale does not cause problems.
ModuleUninstallTestCase::testUninstallLocale in core/modules/simpletest/tests/module.test
Tests that uninstalling locale does not cause problems.
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.
NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI in core/modules/node/tests/node.test
Tests that node access permissions are followed.
NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI in core/modules/node/tests/node.test
Tests that node access permissions are followed.
NodeEntityViewModeAlterTest::testNodeViewModeChange in core/modules/node/tests/node.test
Create a "Page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChange in core/modules/node/tests/node.test
Create a "Page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in core/modules/node/tests/node.test
Tests fields that were previously hidden when the display mode is changed.
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in core/modules/node/tests/node.test
Tests fields that were previously hidden when the display mode is changed.
NodeFrontPageCallback::testCustomFrontPage in core/modules/node/tests/node.test
NodeFrontPageCallback::testCustomFrontPage in core/modules/node/tests/node.test
NodeLoadMultipleUnitTest::testNodeMultipleLoad in core/modules/node/tests/node.test
Creates four nodes and ensures that they are loaded correctly.
NodeLoadMultipleUnitTest::testNodeMultipleLoad in core/modules/node/tests/node.test
Creates four nodes and ensures that they are loaded correctly.
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.
NodeRevisionsTestCase::testRevisions in core/modules/node/tests/node.test
Checks node revision related operations.
NodeRevisionsTestCase::testRevisions in core/modules/node/tests/node.test
Checks node revision related operations.
NodeRSSContentTestCase::testNodeRSSContent in core/modules/node/tests/node.test
Ensures that a new node includes the custom data when added to an RSS feed.
NodeRSSContentTestCase::testNodeRSSContent in core/modules/node/tests/node.test
Ensures that a new node includes the custom data when added to an RSS feed.
NodeTranslateBlockFunctionalTest::testNodeTranslateBlock in core/modules/node/tests/node.test
Tests the Existing content block.
NodeTranslateBlockFunctionalTest::testNodeTranslateBlock in core/modules/node/tests/node.test
Tests the Existing content block.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in core/modules/node/tests/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in core/modules/node/tests/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypeTestCase::testNodeTypeCreation in core/modules/node/tests/node.test
Tests creating a content type programmatically and via a form.
NodeTypeTestCase::testNodeTypeCreation in core/modules/node/tests/node.test
Tests creating a content type programmatically and via a form.
NumberFieldTestCase::testNumberFloatField in core/modules/field/modules/number/tests/number.test
Test number_float field.
NumberFieldTestCase::testNumberFloatField in core/modules/field/modules/number/tests/number.test
Test number_float field.
PagePreviewTestCase::testPagePreview in core/modules/node/tests/node.test
Checks the node preview functionality.
PagePreviewTestCase::testPagePreview in core/modules/node/tests/node.test
Checks the node preview functionality.
PagerExampleTestCase::testPagerPage in modules/examples/pager_example/tests/pager_example.test
Verify the functionality of the example module.
PagerExampleTestCase::testPagerPage in modules/examples/pager_example/tests/pager_example.test
Verify the functionality of the example module.
PathPatternFunctionalTestCase::testConfigurationUserInterfaces in core/modules/path/tests/path_pattern.test
PathPatternFunctionalTestCase::testConfigurationUserInterfaces in core/modules/path/tests/path_pattern.test
PathPatternFunctionalTestCase::testPatternsValidation in core/modules/path/tests/path_pattern.test
PathPatternFunctionalTestCase::testPatternsValidation in core/modules/path/tests/path_pattern.test
PathTaxonomyTermTestCase::testTermAlias in core/modules/path/tests/path.test
Tests alias functionality through the admin interfaces.
PathTaxonomyTermTestCase::testTermAlias 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.
PathTestCase::testAdminAlias in core/modules/path/tests/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testNodeAlias in core/modules/path/tests/path.test
Tests alias functionality through the node interfaces.
PathTestCase::testNodeAlias in core/modules/path/tests/path.test
Tests alias functionality through the node interfaces.
SearchAdvancedSearchForm::testNodeType in core/modules/search/tests/search.test
Test using the search form with GET and POST queries. Test using the advanced search form to limit search to nodes of type "Page".
SearchAdvancedSearchForm::testNodeType in core/modules/search/tests/search.test
Test using the search form with GET and POST queries. Test using the advanced search form to limit search to nodes of type "Page".
SearchBlockTestCase::testBlock in core/modules/search/tests/search.test
Test that the search block form works correctly.
SearchBlockTestCase::testBlock in core/modules/search/tests/search.test
Test that the search block form works correctly.
SearchCommentCountToggleTestCase::testSearchCommentCountToggle in core/modules/search/tests/search.test
Verify that comment count displays correctly based on comment status of node.
SearchCommentCountToggleTestCase::testSearchCommentCountToggle in core/modules/search/tests/search.test
Verify that comment count displays correctly based on comment status of node.
SearchCommentTestCase::testAddNewComment in core/modules/search/tests/search.test
Verify that 'Add comment' does not appear in search results or index.
SearchCommentTestCase::testAddNewComment in core/modules/search/tests/search.test
Verify that 'Add comment' does not appear in search results or index.
SearchCommentTestCase::testSearchResultsComment in core/modules/search/tests/search.test
Verify that comments are rendered using proper format in search results.
SearchCommentTestCase::testSearchResultsComment in core/modules/search/tests/search.test
Verify that comments are rendered using proper format in search results.
SearchConfigSettingsForm::testSearchModuleDisabling in core/modules/search/tests/search.test
Verify that you can disable individual search modules.
SearchConfigSettingsForm::testSearchModuleDisabling in core/modules/search/tests/search.test
Verify that you can disable individual search modules.
SearchConfigSettingsForm::testSearchNodeTypes in core/modules/search/tests/search.test
Verify enabling/disabling of certain node types.
SearchConfigSettingsForm::testSearchNodeTypes in core/modules/search/tests/search.test
Verify enabling/disabling of certain node types.
SearchConfigSettingsForm::testSearchSettingsPage in core/modules/search/tests/search.test
Verify the search settings form.
SearchConfigSettingsForm::testSearchSettingsPage in core/modules/search/tests/search.test
Verify the search settings form.
SearchEmbedForm::testEmbeddedForm in core/modules/search/tests/search.test
Tests that the embedded form appears and can be submitted.
SearchEmbedForm::testEmbeddedForm in core/modules/search/tests/search.test
Tests that the embedded form appears and can be submitted.
SearchKeywordsConditions::testSearchKeywordsConditions in core/modules/search/tests/search.test
Verify the keywords are captured and conditions respected.
SearchKeywordsConditions::testSearchKeywordsConditions in core/modules/search/tests/search.test
Verify the keywords are captured and conditions respected.
SearchLanguageTestCase::testLanguages in core/modules/search/tests/search.test
SearchLanguageTestCase::testLanguages in core/modules/search/tests/search.test
SearchNumberMatchingTestCase::testNumberSearching in core/modules/search/tests/search.test
Tests that all the numbers can be searched.
SearchNumberMatchingTestCase::testNumberSearching in core/modules/search/tests/search.test
Tests that all the numbers can be searched.
SearchNumbersTestCase::testNumberSearching in core/modules/search/tests/search.test
Tests that all the numbers can be searched.
SearchNumbersTestCase::testNumberSearching in core/modules/search/tests/search.test
Tests that all the numbers can be searched.
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
SessionTestCase::testDataPersistence in core/modules/simpletest/tests/session.test
Test data persistence via the session_test module callbacks.
SessionTestCase::testDataPersistence in core/modules/simpletest/tests/session.test
Test data persistence via the session_test module callbacks.
SessionTestCase::testEmptyAnonymousSession in core/modules/simpletest/tests/session.test
Test that empty anonymous sessions are destroyed.
SessionTestCase::testEmptyAnonymousSession in core/modules/simpletest/tests/session.test
Test that empty anonymous sessions are destroyed.
ShutdownFunctionsTest::testShutdownFunctions in core/modules/system/tests/system.test
Test shutdown functions.
ShutdownFunctionsTest::testShutdownFunctions in core/modules/system/tests/system.test
Test shutdown functions.
SimpleTestMissingCheckedRequirements::testCheckRequirements in core/modules/simpletest/tests/simpletest.test
Ensures test will not run when requirements are missing.
SimpleTestMissingCheckedRequirements::testCheckRequirements in core/modules/simpletest/tests/simpletest.test
Ensures test will not run when requirements are missing.
SimpleTestOtherInstallationProfileModuleTestsTestCase::testOtherInstallationProfile in core/modules/simpletest/tests/simpletest.test
Tests that tests located in another installation profile do not appear.
SimpleTestOtherInstallationProfileModuleTestsTestCase::testOtherInstallationProfile in core/modules/simpletest/tests/simpletest.test
Tests that tests located in another installation profile do not appear.
SiteMaintenanceTestCase::testSiteMaintenance in core/modules/system/tests/system.test
Verify site maintenance mode functionality.
SiteMaintenanceTestCase::testSiteMaintenance in core/modules/system/tests/system.test
Verify site maintenance mode functionality.
SystemAuthorizeCase::testFileTransferHooks in core/modules/system/tests/system.test
Tests the FileTransfer hooks
SystemAuthorizeCase::testFileTransferHooks in core/modules/system/tests/system.test
Tests the FileTransfer hooks
SystemThemeFunctionalTest::testAdministrationTheme in core/modules/system/tests/system.test
Test the administration theme functionality.
SystemThemeFunctionalTest::testAdministrationTheme in core/modules/system/tests/system.test
Test the administration theme functionality.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in core/modules/taxonomy/tests/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in core/modules/taxonomy/tests/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in core/modules/taxonomy/tests/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in core/modules/taxonomy/tests/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyVocabularyFunctionalTest::testVocabularyPermissions in core/modules/taxonomy/tests/taxonomy.test
Tests that vocabulary permissions are correctly set from the Taxonomy UI.
TaxonomyVocabularyFunctionalTest::testVocabularyPermissions in core/modules/taxonomy/tests/taxonomy.test
Tests that vocabulary permissions are correctly set from the Taxonomy UI.
TextTranslationTestCase::testTextFieldFormatted in core/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.
TextTranslationTestCase::testTextFieldFormatted in core/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.
ThemeUnitTest::testCSSOverride in core/modules/simpletest/tests/theme.test
Ensures a theme's .info file is able to override a module CSS file from being added to the page.
ThemeUnitTest::testCSSOverride in core/modules/simpletest/tests/theme.test
Ensures a theme's .info file is able to override a module CSS file from being added to the page.
UpdateCoreTestCase::testDatestampMismatch in core/modules/update/tests/update.test
Ensures proper results where there are date mismatches among modules.
UpdateCoreTestCase::testDatestampMismatch in core/modules/update/tests/update.test
Ensures proper results where there are date mismatches among modules.
UpdateCoreTestCase::testModulePageRegularUpdate in core/modules/update/tests/update.test
Checks the messages at admin/modules when an update is missing.
UpdateCoreTestCase::testModulePageRegularUpdate in core/modules/update/tests/update.test
Checks the messages at admin/modules when an update is missing.
UpdateCoreTestCase::testModulePageRunCron in core/modules/update/tests/update.test
Checks that running cron updates the list of available updates.
UpdateCoreTestCase::testModulePageRunCron in core/modules/update/tests/update.test
Checks that running cron updates the list of available updates.
UpdateCoreTestCase::testModulePageSecurityUpdate in core/modules/update/tests/update.test
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTestCase::testModulePageSecurityUpdate in core/modules/update/tests/update.test
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTestCase::testModulePageUpToDate in core/modules/update/tests/update.test
Checks the messages at admin/modules when the site is up to date.
UpdateCoreTestCase::testModulePageUpToDate in core/modules/update/tests/update.test
Checks the messages at admin/modules when the site is up to date.
UpdateCoreTestCase::testNormalUpdateAvailable in core/modules/update/tests/update.test
Tests the Update Manager module when one normal update is available.
UpdateCoreTestCase::testNormalUpdateAvailable in core/modules/update/tests/update.test
Tests the Update Manager module when one normal update is available.
UpdateCoreTestCase::testNoUpdatesAvailable in core/modules/update/tests/update.test
Tests the Update Manager module when no updates are available.
UpdateCoreTestCase::testNoUpdatesAvailable in core/modules/update/tests/update.test
Tests the Update Manager module when no updates are available.
UpdateCoreTestCase::testSecurityUpdateAvailable in core/modules/update/tests/update.test
Tests the Update Manager module when a security update is available.
UpdateCoreTestCase::testSecurityUpdateAvailable in core/modules/update/tests/update.test
Tests the Update Manager module when a security update is available.
UpdateCoreTestCase::testServiceUnavailable in core/modules/update/tests/update.test
Tests the Update Manager module when the update server returns 503 errors.
UpdateCoreTestCase::testServiceUnavailable in core/modules/update/tests/update.test
Tests the Update Manager module when the update server returns 503 errors.
UpdateCoreTestCase::testUpdateCheckingEnabled in core/modules/update/tests/update.test
Tests _update_checking_enabled() returns the expected value during tests.
UpdateCoreTestCase::testUpdateCheckingEnabled in core/modules/update/tests/update.test
Tests _update_checking_enabled() returns the expected value during tests.
UpdateScriptFunctionalTest::testRequirements in core/modules/system/tests/system.test
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptFunctionalTest::testRequirements in core/modules/system/tests/system.test
Tests that requirements warnings and errors are correctly displayed.
UpdateTestContribCase::testHookUpdateStatusAlter in core/modules/update/tests/update.test
Check that hook_update_status_alter() works to change a status.
UpdateTestContribCase::testHookUpdateStatusAlter in core/modules/update/tests/update.test
Check that hook_update_status_alter() works to change a status.
UpdateTestContribCase::testNoReleasesAvailable in core/modules/update/tests/update.test
Tests when there is no available release data for a contrib module.
UpdateTestContribCase::testNoReleasesAvailable in core/modules/update/tests/update.test
Tests when there is no available release data for a contrib module.
UpdateTestContribCase::testUpdateAdminThemeSecurityUpdate in core/modules/update/tests/update.test
Tests that the admin theme is always notified about security updates.
UpdateTestContribCase::testUpdateAdminThemeSecurityUpdate in core/modules/update/tests/update.test
Tests that the admin theme is always notified about security updates.
UpdateTestContribCase::testUpdateBrokenFetchURL in core/modules/update/tests/update.test
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateTestContribCase::testUpdateBrokenFetchURL in core/modules/update/tests/update.test
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateTestContribCase::testUpdateContribBasic in core/modules/update/tests/update.test
Tests the basic functionality of a contrib module on the status report.
UpdateTestContribCase::testUpdateContribBasic in core/modules/update/tests/update.test
Tests the basic functionality of a contrib module on the status report.
UpdateTestContribCase::testUpdateContribOrder in core/modules/update/tests/update.test
Tests that contrib projects are ordered by project name.
UpdateTestContribCase::testUpdateContribOrder in core/modules/update/tests/update.test
Tests that contrib projects are ordered by project name.
UpdateTestContribCase::testUpdateShowDisabledThemes in core/modules/update/tests/update.test
Tests that disabled themes are only shown when desired.
UpdateTestContribCase::testUpdateShowDisabledThemes in core/modules/update/tests/update.test
Tests that disabled themes are only shown when desired.
UpdateTestHelper::assertStandardTests in core/modules/update/tests/update.test
Runs a series of assertions that are applicable to all update statuses.
UpdateTestHelper::assertStandardTests in core/modules/update/tests/update.test
Runs a series of assertions that are applicable to all update statuses.
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::testUserLoginBlock in core/modules/user/tests/user.test
Tests the secondary menu.
UserBlocksUnitTests::testUserLoginBlock in core/modules/user/tests/user.test
Tests the secondary menu.
UserCancelTestCase::testUserBlock in core/modules/user/tests/user.test
Disable account and keep all content.
UserCancelTestCase::testUserBlock in core/modules/user/tests/user.test
Disable account and keep all content.
UserCreateTestCase::testUserAdd in core/modules/user/tests/user.test
Create a user through the administration interface and ensure that it displays in the user list.
UserCreateTestCase::testUserAdd in core/modules/user/tests/user.test
Create a user through the administration interface and ensure that it displays in the user list.
UserEditedOwnAccountTestCase::testUserEditedOwnAccount in core/modules/user/tests/user.test
Tests a user editing their own account.
UserEditedOwnAccountTestCase::testUserEditedOwnAccount in core/modules/user/tests/user.test
Tests a user editing their own account.
UserPasswordResetTest::testPasswordResetFloodControlPerIp in core/modules/user/tests/user_password_reset.test
Test IP-based flood control on password reset.
UserPasswordResetTest::testPasswordResetFloodControlPerIp in core/modules/user/tests/user_password_reset.test
Test IP-based flood control on password reset.
UserPasswordResetTest::testPasswordResetFloodControlPerUser in core/modules/user/tests/user_password_reset.test
Test user-based flood control on password reset.
UserPasswordResetTest::testPasswordResetFloodControlPerUser in core/modules/user/tests/user_password_reset.test
Test user-based flood control on password reset.
UserPasswordResetTest::testResetImpersonation in core/modules/user/tests/user_password_reset.test
Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTest::testResetImpersonation in core/modules/user/tests/user_password_reset.test
Make sure that users cannot forge password reset URLs of other users.
UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/user_password_reset.test
Tests password reset functionality.
UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/user_password_reset.test
Tests password reset functionality.
UserPictureTestCase::testUserPictureAdminFormValidation in core/modules/user/tests/user.test
Tests the admin form validates user picture settings.
UserPictureTestCase::testUserPictureAdminFormValidation in core/modules/user/tests/user.test
Tests the admin form validates user picture settings.
UserRegistrationTestCase::testRegistrationEmailAsUsername in core/modules/user/tests/user.test
Tests new users username matches their email if username is an email.
UserRegistrationTestCase::testRegistrationEmailAsUsername in core/modules/user/tests/user.test
Tests new users username matches their email if username is an email.
UserRegistrationTestCase::testRegistrationEmailAsUsernameDisabled in core/modules/user/tests/user.test
Tests new users username not matching their email if username is an email.
UserRegistrationTestCase::testRegistrationEmailAsUsernameDisabled in core/modules/user/tests/user.test
Tests new users username not matching their email if username is an email.
UserRegistrationTestCase::testRegistrationWithUserFields in core/modules/user/tests/user.test
Tests Field API fields on user registration forms.
UserRegistrationTestCase::testRegistrationWithUserFields in core/modules/user/tests/user.test
Tests Field API fields on user registration forms.
UserRoleAdminTestCase::testRoleAdministration in core/modules/user/tests/user.test
Test adding, renaming and deleting roles.
UserRoleAdminTestCase::testRoleAdministration in core/modules/user/tests/user.test
Test adding, renaming and deleting roles.
UserSignatureTestCase::testUserSignature in core/modules/user/tests/user.test
Test that a user can change their signature format and that it is respected upon display.
UserSignatureTestCase::testUserSignature in core/modules/user/tests/user.test
Test that a user can change their signature format and that it is respected upon display.
UserUserSearchTestCase::testUserSearch in core/modules/user/tests/user.test
UserUserSearchTestCase::testUserSearch in core/modules/user/tests/user.test
ViewsTranslatableTest::testUi in core/modules/views/tests/views_translatable.test
Make sure that the string is not translated in the UI.
ViewsTranslatableTest::testUi in core/modules/views/tests/views_translatable.test
Make sure that the string is not translated in the UI.
ViewsUIWizardBasicTestCase::testViewsWizardAndListing in core/modules/views/tests/views_ui.test
ViewsUIWizardBasicTestCase::testViewsWizardAndListing in core/modules/views/tests/views_ui.test
ViewsUIWizardDisplaysTestCase::testOverrideDisplays in core/modules/views/tests/views_ui.test
Tests that displays can be overridden via the UI.
ViewsUIWizardDisplaysTestCase::testOverrideDisplays in core/modules/views/tests/views_ui.test
Tests that displays can be overridden via the UI.
ViewsUIWizardDisplaysTestCase::testWizardMixedDefaultOverriddenDisplays in core/modules/views/tests/views_ui.test
Tests that the wizard correctly sets up default and overridden displays.
ViewsUIWizardDisplaysTestCase::testWizardMixedDefaultOverriddenDisplays in core/modules/views/tests/views_ui.test
Tests that the wizard correctly sets up default and overridden displays.
ViewsUIWizardItemsPerPageTestCase::testItemsPerPage in core/modules/views/tests/views_ui.test
Tests the number of items per page.
ViewsUIWizardItemsPerPageTestCase::testItemsPerPage in core/modules/views/tests/views_ui.test
Tests the number of items per page.
ViewsUIWizardTaggedWithTestCase::testTaggedWith in core/modules/views/tests/views_ui.test
Tests the "tagged with" functionality.
ViewsUIWizardTaggedWithTestCase::testTaggedWith in core/modules/views/tests/views_ui.test
Tests the "tagged with" functionality.