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