223 calls to DrupalWebTestCase::assertRaw()
- ActionsConfigurationTestCase::testActionConfiguration in drupal-7.x/modules/simpletest/tests/actions.test
- Test the configuration of advanced actions through the administration
interface.
- AdminMetaTagTestCase::testMetaTag in drupal-7.x/modules/system/system.test
- Verify that the meta tag HTML is generated correctly.
- AggregatorTestCase::createFeed in drupal-7.x/modules/aggregator/aggregator.test
- Creates an aggregator feed.
- AggregatorTestCase::deleteFeed in drupal-7.x/modules/aggregator/aggregator.test
- Deletes an aggregator feed.
- AggregatorTestCase::removeFeedItems in drupal-7.x/modules/aggregator/aggregator.test
- Confirms an item removal from a feed.
- BlockHTMLIdTestCase::testHTMLId in drupal-7.x/modules/block/block.test
- Test valid HTML id.
- BlockInvalidRegionTestCase::testBlockInInvalidRegion in drupal-7.x/modules/block/block.test
- Tests that blocks assigned to invalid regions work correctly.
- BlockTestCase::testCustomBlock in drupal-7.x/modules/block/block.test
- Test creating custom block, moving it to a specific region and then deleting it.
- BlockTestCase::testCustomBlockFormat in drupal-7.x/modules/block/block.test
- Test creating custom block using Full HTML.
- BlogTestCase::verifyBlogs in drupal-7.x/modules/blog/blog.test
- Verify the logged in user has the desired access to the various blog nodes.
- BookTestCase::checkBookNode in drupal-7.x/modules/book/book.test
- Checks the outline of sub-pages; previous, up, and next.
- BookTestCase::testBookExport in drupal-7.x/modules/book/book.test
- Tests book export ("printer-friendly version") functionality.
- BootstrapPageCacheTestCase::testPageCompression in drupal-7.x/modules/simpletest/tests/bootstrap.test
- Test page compression.
- CascadingStylesheetsTestCase::testAddCssFileWithQueryString in drupal-7.x/modules/simpletest/tests/common.test
- Tests that the query string remains intact when adding CSS files that have
query string parameters.
- CascadingStylesheetsTestCase::testRenderInlineFullPage in drupal-7.x/modules/simpletest/tests/common.test
- Tests rendering inline stylesheets through a full page request.
- CategorizeFeedItemTestCase::testCategorizeFeedItem in drupal-7.x/modules/aggregator/aggregator.test
- Checks that children of a feed inherit a defined category.
- CategorizeFeedTestCase::testCategorizeFeed in drupal-7.x/modules/aggregator/aggregator.test
- Creates a feed and makes sure you can add more than one category to it.
- CommentAnonymous::testAnonymous in drupal-7.x/modules/comment/comment.test
- Test anonymous comment functionality.
- CommentBlockFunctionalTest::testRecentCommentBlock in drupal-7.x/modules/comment/comment.test
- Test the recent comments block.
- CommentHelperCase::performCommentOperation in drupal-7.x/modules/comment/comment.test
- Perform the specified operation on the specified comment.
- CommentInterfaceTest::testCommentInterface in drupal-7.x/modules/comment/comment.test
- Test comment interface.
- CommentInterfaceTest::testCommentNewCommentsIndicator in drupal-7.x/modules/comment/comment.test
- Tests new comment marker.
- CommentPagerTest::testCommentPaging in drupal-7.x/modules/comment/comment.test
- Confirm comment paging works correctly with flat and threaded comments.
- CommentRSSUnitTest::testCommentRSS in drupal-7.x/modules/comment/comment.test
- Test comments as part of an RSS feed.
- ContactPersonalTestCase::testPersonalContactFlood in drupal-7.x/modules/contact/contact.test
- Tests the personal contact form flood protection.
- ContactSitewideTestCase::deleteCategories in drupal-7.x/modules/contact/contact.test
- Deletes all categories.
- ContactSitewideTestCase::testSiteWideContact in drupal-7.x/modules/contact/contact.test
- Tests configuration options and the site-wide contact form.
- ContextualDynamicContextTestCase::testNodeLinks in drupal-7.x/modules/contextual/contextual.test
- Tests contextual links on node lists with different permissions.
- DashboardBlocksTestCase::testDashboardAccess in drupal-7.x/modules/dashboard/dashboard.test
- Tests adding a block to the dashboard and checking access to it.
- DashboardBlocksTestCase::testDisableEnable in drupal-7.x/modules/dashboard/dashboard.test
- Tests that the dashboard module can be re-enabled, retaining its blocks.
- DateTimeFunctionalTest::testDateFormatConfiguration in drupal-7.x/modules/system/system.test
- Test date format configuration.
- DBLogTestCase::doUser in drupal-7.x/modules/dblog/dblog.test
- Generates and then verifies some user events.
- DrupalErrorHandlerTestCase::assertErrorMessage in drupal-7.x/modules/simpletest/tests/error.test
- Helper function: assert that the error message is found.
- DrupalErrorHandlerTestCase::testExceptionHandler in drupal-7.x/modules/simpletest/tests/error.test
- Test the exception handler.
- DrupalHTTPRequestTestCase::testDrupalHTTPRequestBasicAuth in drupal-7.x/modules/simpletest/tests/common.test
- FeedParserTestCase::testRSS091Sample in drupal-7.x/modules/aggregator/aggregator.test
- Tests a feed that uses the RSS 0.91 format.
- FieldAttachOtherTestCase::testFieldAttachView in drupal-7.x/modules/field/tests/field.test
- Test field_attach_view() and field_attach_prepare_view().
- FieldFormTestCase::testFieldFormMultipleWidget in drupal-7.x/modules/field/tests/field.test
- Tests widgets handling multiple values.
- FieldFormTestCase::testFieldFormSingle in drupal-7.x/modules/field/tests/field.test
- FieldFormTestCase::testFieldFormSingleRequired in drupal-7.x/modules/field/tests/field.test
- FieldFormTestCase::testFieldFormUnlimited in drupal-7.x/modules/field/tests/field.test
- FieldFormTestCase::testNestedFieldForm in drupal-7.x/modules/field/tests/field.test
- Tests Field API form integration within a subform.
- FieldUIManageFieldsTestCase::addExistingField in drupal-7.x/modules/field_ui/field_ui.test
- Tests adding an existing field in another content type.
- FieldUIManageFieldsTestCase::manageFieldsPage in drupal-7.x/modules/field_ui/field_ui.test
- Tests the manage fields page.
- FieldUITestCase::fieldUIAddExistingField in drupal-7.x/modules/field_ui/field_ui.test
- Adds an existing field through the Field UI.
- FieldUITestCase::fieldUIAddNewField in drupal-7.x/modules/field_ui/field_ui.test
- Creates a new field through the Field UI.
- FieldUITestCase::fieldUIDeleteField in drupal-7.x/modules/field_ui/field_ui.test
- Deletes a field instance through the Field UI.
- FileDownloadTest::checkUrl in drupal-7.x/modules/simpletest/tests/file.test
- Download a file from the URL generated by file_create_url().
- FileFieldDisplayTestCase::testNodeDisplay in drupal-7.x/modules/file/tests/file.test
- Tests normal formatter display on node display.
- FileFieldValidateTestCase::testFileExtension in drupal-7.x/modules/file/tests/file.test
- Tests file extension checking.
- FileFieldValidateTestCase::testFileMaxSize in drupal-7.x/modules/file/tests/file.test
- Tests the max file size validator.
- FileFieldValidateTestCase::testRequired in drupal-7.x/modules/file/tests/file.test
- Tests the required property on file fields.
- FileManagedFileElementTestCase::testManagedFile in drupal-7.x/modules/file/tests/file.test
- Tests the managed_file element type.
- FileSaveUploadTest::setUp in drupal-7.x/modules/simpletest/tests/file.test
- Sets up a Drupal site for running functional and integration tests.
- FileSaveUploadTest::testExistingError in drupal-7.x/modules/simpletest/tests/file.test
- Test for failure when uploading over a file that already exists.
- FileSaveUploadTest::testExistingRename in drupal-7.x/modules/simpletest/tests/file.test
- Test renaming when uploading over a file that already exists.
- FileSaveUploadTest::testExistingReplace in drupal-7.x/modules/simpletest/tests/file.test
- Test replacement when uploading over a file that already exists.
- FileSaveUploadTest::testHandleDangerousFile in drupal-7.x/modules/simpletest/tests/file.test
- Test dangerous file handling.
- FileSaveUploadTest::testHandleExtension in drupal-7.x/modules/simpletest/tests/file.test
- Test extension handling.
- FileSaveUploadTest::testHandleFileMunge in drupal-7.x/modules/simpletest/tests/file.test
- Test file munge handling.
- FileSaveUploadTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
- Test the file_save_upload() function.
- FilterAdminTestCase::testFilterAdmin in drupal-7.x/modules/filter/filter.test
- Tests filter administration functionality.
- FilterAdminTestCase::testFormatAdmin in drupal-7.x/modules/filter/filter.test
- Tests the format administration functionality.
- FilterHooksTestCase::testFilterHooks in drupal-7.x/modules/filter/filter.test
- Tests hooks on format management.
- FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced in drupal-7.x/modules/simpletest/tests/form.test
- Tests form_state_values_clean().
- FormsTestCase::testCheckboxProcessing in drupal-7.x/modules/simpletest/tests/form.test
- Test default value handling for checkboxes.
- FormsTestCase::testRequiredCheckboxesRadio in drupal-7.x/modules/simpletest/tests/form.test
- Tests validation for required checkbox, select, and radio elements.
- FormsTestCase::testRequiredTextfieldNoTitle in drupal-7.x/modules/simpletest/tests/form.test
- Tests validation for required textfield element without title.
- ForumTestCase::createForum in drupal-7.x/modules/forum/forum.test
- Creates a forum container or a forum.
- ForumTestCase::createForumTopic in drupal-7.x/modules/forum/forum.test
- Creates forum topic.
- ForumTestCase::doAdminTests in drupal-7.x/modules/forum/forum.test
- Runs admin tests on the admin user.
- ForumTestCase::editForumTaxonomy in drupal-7.x/modules/forum/forum.test
- Edits the forum taxonomy.
- ForumTestCase::verifyForums in drupal-7.x/modules/forum/forum.test
- Verifies that the logged in user has access to a forum nodes.
- ForumTestCase::verifyForumView in drupal-7.x/modules/forum/forum.test
- Verifies display of forum page.
- HelpTestCase::testHelp in drupal-7.x/modules/help/help.test
- Logs in users, creates dblog events, and tests dblog functionality.
- HelpTestCase::verifyHelp in drupal-7.x/modules/help/help.test
- Verifies the logged in user has access to the various help nodes.
- ImageAdminStylesUnitTest::testDefaultStyle in drupal-7.x/modules/image/image.test
- Test to override, edit, then revert a style.
- ImageAdminStylesUnitTest::testNumericStyleName in drupal-7.x/modules/image/image.test
- Test creating an image style with a numeric name and ensuring it can be
applied to an image.
- ImageAdminStylesUnitTest::testStyle in drupal-7.x/modules/image/image.test
- General test to add a style, add/remove/edit effects to it, then delete it.
- ImageAdminStylesUnitTest::testStyleReplacement in drupal-7.x/modules/image/image.test
- Test deleting a style and choosing a replacement style.
- ImageFieldDisplayTestCase::testImageFieldDefaultImage in drupal-7.x/modules/image/image.test
- Test use of a default image with an image field.
- ImageFieldDisplayTestCase::testImageFieldSettings in drupal-7.x/modules/image/image.test
- Tests for image field settings.
- ImageFieldDisplayTestCase::_testImageFieldFormatters in drupal-7.x/modules/image/image.test
- Test image formatters on node display.
- ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal-7.x/modules/image/image.test
- Test image_style_url().
- ImportOPMLTestCase::submitImportForm in drupal-7.x/modules/aggregator/aggregator.test
- Submits form with invalid, empty, and valid OPML files.
- ImportOPMLTestCase::validateImportFormFields in drupal-7.x/modules/aggregator/aggregator.test
- Submits form filled with invalid fields.
- IPAddressBlockingTestCase::testIPAddressValidation in drupal-7.x/modules/system/system.test
- Test a variety of user input to confirm correct validation and saving of data.
- JavaScriptTestCase::testAddJsFileWithQueryString in drupal-7.x/modules/simpletest/tests/common.test
- Tests that the query string remains intact when adding JavaScript files
that have query string parameters.
- LocaleCommentLanguageFunctionalTest::testCommentLanguage in drupal-7.x/modules/locale/locale.test
- Test that comment language is properly set.
- LocaleConfigurationTest::testLanguageConfiguration in drupal-7.x/modules/locale/locale.test
- Functional tests for adding, editing and deleting languages.
- LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in drupal-7.x/modules/locale/locale.test
- Test if a content type can be set to multilingual and language setting is
present on node add and edit forms.
- LocaleCSSAlterTest::testCSSFilesOrderInRTLMode in drupal-7.x/modules/locale/locale.test
- Verifies that -rtl.css file is added directly after LTR .css file.
- LocaleExportFunctionalTest::testExportTranslation in drupal-7.x/modules/locale/locale.test
- Test exportation of translations.
- LocaleExportFunctionalTest::testExportTranslationTemplateFile in drupal-7.x/modules/locale/locale.test
- Test exportation of translation template file.
- LocaleImportFunctionalTest::testEmptyMsgstr in drupal-7.x/modules/locale/locale.test
- Test empty msgstr at end of .po file see #611786.
- LocaleImportFunctionalTest::testStandalonePoFile in drupal-7.x/modules/locale/locale.test
- Test import of standalone .po files.
- LocaleMultilingualFieldsFunctionalTest::setUp in drupal-7.x/modules/locale/locale.test
- Sets up a Drupal site for running functional and integration tests.
- LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in drupal-7.x/modules/locale/locale.test
- Test if field languages are correctly set through the node form.
- LocaleTranslationFunctionalTest::testStringTranslation in drupal-7.x/modules/locale/locale.test
- Adds a language and tests string translation by users with the appropriate permissions.
- MenuBreadcrumbTestCase::testBreadCrumbs in drupal-7.x/modules/simpletest/tests/menu.test
- Tests breadcrumbs on node and administrative paths.
- MenuRouterTestCase::testExoticPath in drupal-7.x/modules/simpletest/tests/menu.test
- Test path containing "exotic" characters.
- MenuRouterTestCase::testHookCustomTheme in drupal-7.x/modules/simpletest/tests/menu.test
- Test that hook_custom_theme() can control the theme of a page.
- MenuRouterTestCase::testMenuLinkOptions in drupal-7.x/modules/simpletest/tests/menu.test
- Test menu link 'options' storage and rendering.
- MenuRouterTestCase::testThemeCallbackAdministrative in drupal-7.x/modules/simpletest/tests/menu.test
- Test the theme callback when it is set to use an administrative theme.
- MenuRouterTestCase::testThemeCallbackFakeTheme in drupal-7.x/modules/simpletest/tests/menu.test
- Test the theme callback when it is set to use a theme that does not exist.
- MenuRouterTestCase::testThemeCallbackHookCustomTheme in drupal-7.x/modules/simpletest/tests/menu.test
- Test that the theme callback wins out over hook_custom_theme().
- MenuRouterTestCase::testThemeCallbackInheritance in drupal-7.x/modules/simpletest/tests/menu.test
- Test that the theme callback is properly inherited.
- MenuRouterTestCase::testThemeCallbackMaintenanceMode in drupal-7.x/modules/simpletest/tests/menu.test
- Test the theme callback when the site is in maintenance mode.
- MenuRouterTestCase::testThemeCallbackNoThemeRequested in drupal-7.x/modules/simpletest/tests/menu.test
- Test the theme callback when no theme is requested.
- MenuRouterTestCase::testThemeCallbackOptionalTheme in drupal-7.x/modules/simpletest/tests/menu.test
- Test the theme callback when it is set to use an optional theme.
- MenuTestCase::addCustomMenu in drupal-7.x/modules/menu/menu.test
- Add custom menu.
- MenuTestCase::addCustomMenuCRUD in drupal-7.x/modules/menu/menu.test
- Add custom menu using CRUD functions.
- MenuTestCase::addInvalidMenuLink in drupal-7.x/modules/menu/menu.test
- Attempt to add menu link with invalid path or no access permission.
- MenuTestCase::deleteCustomMenu in drupal-7.x/modules/menu/menu.test
- Delete custom menu.
- MenuTestCase::deleteMenuLink in drupal-7.x/modules/menu/menu.test
- Delete a menu link using the menu module UI.
- MenuTestCase::resetMenuLink in drupal-7.x/modules/menu/menu.test
- Reset a standard menu link using the menu module UI.
- ModuleDependencyTestCase::testIncompatibleCoreVersionDependency in drupal-7.x/modules/system/system.test
- Tests enabling a module that depends on a module with an incompatible core version.
- ModuleDependencyTestCase::testIncompatibleModuleVersionDependency in drupal-7.x/modules/system/system.test
- Tests enabling a module that depends on an incompatible version of a module.
- ModuleDependencyTestCase::testMissingModules in drupal-7.x/modules/system/system.test
- Attempt to enable a module with a missing dependency.
- NodeAccessFieldTestCase::testNodeAccessAdministerField in drupal-7.x/modules/node/node.test
- Tests administering fields when node access is restricted.
- NodeAccessPagerTestCase::testCommentPager in drupal-7.x/modules/node/node.test
- Tests the comment pager for nodes with multiple grants per realm.
- NodeAccessPagerTestCase::testForumPager in drupal-7.x/modules/node/node.test
- Tests the forum node pager for nodes with multiple grants per realm.
- NodeAdminTestCase::testContentAdminPages in drupal-7.x/modules/node/node.test
- Tests content overview with different user permissions.
- NodeCreationTestCase::testNodeCreation in drupal-7.x/modules/node/node.test
- Creates a "Basic page" node and verifies its consistency in the database.
- NodeRevisionsTestCase::testRevisions in drupal-7.x/modules/node/node.test
- Checks node revision related operations.
- NodeRSSContentTestCase::testNodeRSSContent in drupal-7.x/modules/node/node.test
- Ensures that a new node includes the custom data when added to an RSS feed.
- NodeTypeTestCase::testNodeTypeEditing in drupal-7.x/modules/node/node.test
- Tests editing a node type using the UI.
- NumberFieldTestCase::testNumberDecimalField in drupal-7.x/modules/field/modules/number/number.test
- Test number_decimal field.
- OpenIDFunctionalTestCase::addIdentity in drupal-7.x/modules/openid/openid.test
- Add OpenID identity to user's profile.
- OpenIDFunctionalTestCase::testBlockedUserLogin in drupal-7.x/modules/openid/openid.test
- Test that a blocked user cannot log in.
- OpenIDFunctionalTestCase::testLogin in drupal-7.x/modules/openid/openid.test
- Test login using OpenID.
- OpenIDFunctionalTestCase::testSignatureValidation in drupal-7.x/modules/openid/openid.test
- Tests that openid.signed is verified.
- OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountAutoUpdateSreg in drupal-7.x/modules/openid/openid.test
- Test OpenID auto transition with e-mail.
- OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountEmailMismatch in drupal-7.x/modules/openid/openid.test
- Test OpenID transition with e-mail mismatch.
- OpenIDRegistrationTestCase::testRegisterUserWithEmailVerification in drupal-7.x/modules/openid/openid.test
- Test OpenID auto-registration with e-mail verification enabled.
- OpenIDRegistrationTestCase::testRegisterUserWithInvalidSreg in drupal-7.x/modules/openid/openid.test
- Test OpenID auto-registration with a provider that supplies invalid SREG
information (a username that is already taken, and no e-mail address).
- OpenIDRegistrationTestCase::testRegisterUserWithoutSreg in drupal-7.x/modules/openid/openid.test
- Test OpenID auto-registration with a provider that does not supply SREG
information (i.e. no username or e-mail address).
- OptionsWidgetsTestCase::testCheckBoxes in drupal-7.x/modules/field/modules/options/options.test
- Tests the 'options_buttons' widget (multiple select).
- OptionsWidgetsTestCase::testOnOffCheckbox in drupal-7.x/modules/field/modules/options/options.test
- Tests the 'options_onoff' widget.
- OptionsWidgetsTestCase::testRadioButtons in drupal-7.x/modules/field/modules/options/options.test
- Tests the 'options_buttons' widget (single select).
- OptionsWidgetsTestCase::testSelectListMultiple in drupal-7.x/modules/field/modules/options/options.test
- Tests the 'options_select' widget (multiple select).
- OptionsWidgetsTestCase::testSelectListSingle in drupal-7.x/modules/field/modules/options/options.test
- Tests the 'options_select' widget (single select).
- PageTitleFiltering::testTitleXSS in drupal-7.x/modules/system/system.test
- Test if the title of the site is XSS proof.
- PathTestCase::testAdminAlias in drupal-7.x/modules/path/path.test
- Tests alias functionality through the admin interfaces.
- PHPFilterTestCase::testPHPFilter in drupal-7.x/modules/php/php.test
- Makes sure that the PHP filter evaluates PHP code when used.
- PollExpirationTestCase::testAutoExpire in drupal-7.x/modules/poll/poll.test
- PollTranslateTestCase::testPollTranslate in drupal-7.x/modules/poll/poll.test
- Tests poll creation and translation.
- ProfileBlockTestCase::testAuthorInformationBlock in drupal-7.x/modules/profile/profile.test
- ProfileTestAutocomplete::testAutocomplete in drupal-7.x/modules/profile/profile.test
- Tests profile field autocompletion and access.
- SearchKeywordsConditions::testSearchKeyswordsConditions in drupal-7.x/modules/search/search.test
- Verify the kewords are captured and conditions respected.
- SearchPageText::testSearchText in drupal-7.x/modules/search/search.test
- Tests the failed search text, and various other text on the search page.
- SessionTestCase::testEmptySessionID in drupal-7.x/modules/simpletest/tests/session.test
- Test that empty session IDs are not allowed.
- ShortcutLinksTestCase::testNoShortcutLink in drupal-7.x/modules/shortcut/shortcut.test
- Tests that the add shortcut link is not displayed for 404/403 errors.
- ShortcutLinksTestCase::testShortcutQuickLink in drupal-7.x/modules/shortcut/shortcut.test
- Tests that the "add to shortcut" link changes to "remove shortcut".
- ShortcutSetsTestCase::testShortcutSetRenameAlreadyExists in drupal-7.x/modules/shortcut/shortcut.test
- Tests renaming a shortcut set to the same name as another set.
- ShutdownFunctionsTest::testShutdownFunctions in drupal-7.x/modules/system/system.test
- Test shutdown functions.
- SimpleTestBrokenSetUp::testBreakSetUp in drupal-7.x/modules/simpletest/simpletest.test
- Runs this test case from within the simpletest child site.
- SiteMaintenanceTestCase::testSiteMaintenance in drupal-7.x/modules/system/system.test
- Verify site maintenance mode functionality.
- StatisticsAdminTestCase::testStatisticsSettings in drupal-7.x/modules/statistics/statistics.test
- Verifies that the statistics settings page works.
- StatisticsBlockVisitorsTestCase::testIPAddressBlocking in drupal-7.x/modules/statistics/statistics.test
- Blocks an IP address via the top visitors report and then unblocks it.
- StatisticsReportsTestCase::testPopularContentBlock in drupal-7.x/modules/statistics/statistics.test
- Tests the "popular content" block.
- SummaryLengthTestCase::testSummaryLength in drupal-7.x/modules/node/node.test
- Tests the node summary length functionality.
- SystemAuthorizeCase::testFileTransferHooks in drupal-7.x/modules/system/system.test
- Tests the FileTransfer hooks
- SystemBlockTestCase::testSystemBlocks in drupal-7.x/modules/system/system.test
- Test displaying and hiding the powered-by and help blocks.
- SystemMainContentFallback::testMainContentFallback in drupal-7.x/modules/system/system.test
- Test availability of main content.
- SystemThemeFunctionalTest::testAdministrationTheme in drupal-7.x/modules/system/system.test
- Test the administration theme functionality.
- TaxonomyRSSTestCase::testTaxonomyRSS in drupal-7.x/modules/taxonomy/taxonomy.test
- Tests that terms added to nodes are displayed in core RSS feed.
- TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in drupal-7.x/modules/taxonomy/taxonomy.test
- Tests term reference field and widget with multiple vocabularies.
- TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in drupal-7.x/modules/taxonomy/taxonomy.test
- Test widgets.
- TaxonomyTermIndexTestCase::testTaxonomyTermHierarchyBreadcrumbs in drupal-7.x/modules/taxonomy/taxonomy.test
- Tests that there is a link to the parent term on the child term page.
- TaxonomyTermTestCase::testNodeTermCreationAndDeletion in drupal-7.x/modules/taxonomy/taxonomy.test
- Test term creation with a free-tagging vocabulary from the node form.
- TaxonomyTermTestCase::testTermAutocompletion in drupal-7.x/modules/taxonomy/taxonomy.test
- Tests term autocompletion edge cases with slashes in the names.
- TaxonomyTermTestCase::testTermInterface in drupal-7.x/modules/taxonomy/taxonomy.test
- Save, edit and delete a term using the user interface.
- TaxonomyThemeTestCase::testTaxonomyTermThemes in drupal-7.x/modules/taxonomy/taxonomy.test
- Test the theme used when adding, viewing and editing taxonomy terms.
- TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in drupal-7.x/modules/taxonomy/taxonomy.test
- Deleting a vocabulary.
- TaxonomyVocabularyFunctionalTest::testVocabularyInterface in drupal-7.x/modules/taxonomy/taxonomy.test
- Create, edit and delete a vocabulary via the user interface.
- TextFieldTestCase::_testTextfieldWidgets in drupal-7.x/modules/field/modules/text/text.test
- Helper function for testTextfieldWidgets().
- TextFieldTestCase::_testTextfieldWidgetsFormatted in drupal-7.x/modules/field/modules/text/text.test
- Helper function for testTextfieldWidgetsFormatted().
- TextTranslationTestCase::setUp in drupal-7.x/modules/field/modules/text/text.test
- Sets up a Drupal site for running functional and integration tests.
- ThemeHookInitTestCase::testThemeInitializationHookInit in drupal-7.x/modules/simpletest/tests/theme.test
- Test that the theme system can generate output when called by hook_init().
- ThemeTableTestCase::testThemeTableStickyHeaders in drupal-7.x/modules/simpletest/tests/theme.test
- Tableheader.js provides 'sticky' table headers, and is included by default.
- ThemeTableTestCase::testThemeTableWithEmptyMessage in drupal-7.x/modules/simpletest/tests/theme.test
- Tests that the table header is printed correctly even if there are no rows,
and that the empty text is displayed correctly.
- TranslationTestCase::addLanguage in drupal-7.x/modules/translation/translation.test
- Installs the specified language, or enables it if it is already installed.
- TranslationTestCase::createPage in drupal-7.x/modules/translation/translation.test
- Creates a "Basic page" in the specified language.
- TranslationTestCase::createTranslation in drupal-7.x/modules/translation/translation.test
- Creates a translation for a basic page in the specified language.
- TranslationTestCase::setUp in drupal-7.x/modules/translation/translation.test
- Sets up a Drupal site for running functional and integration tests.
- TranslationTestCase::testContentTranslation in drupal-7.x/modules/translation/translation.test
- Creates, modifies, and updates a basic page with a translation.
- TriggerContentTestCase::testActionsContent in drupal-7.x/modules/trigger/trigger.test
- Tests several content-oriented trigger issues.
- TriggerOrphanedActionsTestCase::testActionsOrphaned in drupal-7.x/modules/trigger/trigger.test
- Tests logic around orphaned actions.
- UpdateCoreTestCase::testNormalUpdateAvailable in drupal-7.x/modules/update/update.test
- Tests the Update Manager module when one normal update is available.
- UpdateCoreTestCase::testSecurityUpdateAvailable in drupal-7.x/modules/update/update.test
- Tests the Update Manager module when a security update is available.
- UpdateFeedItemTestCase::testUpdateFeedItem in drupal-7.x/modules/aggregator/aggregator.test
- Tests running "update items" from 'admin/config/services/aggregator' page.
- UpdateFeedTestCase::testUpdateFeed in drupal-7.x/modules/aggregator/aggregator.test
- Creates a feed and attempts to update it.
- UpdateTestContribCase::testHookUpdateStatusAlter in drupal-7.x/modules/update/update.test
- Checks that hook_update_status_alter() works to change a status.
- UpdateTestContribCase::testNoReleasesAvailable in drupal-7.x/modules/update/update.test
- Tests when there is no available release data for a contrib module.
- UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate in drupal-7.x/modules/update/update.test
- Tests that subthemes are notified about security updates for base themes.
- UpdateTestContribCase::testUpdateBrokenFetchURL in drupal-7.x/modules/update/update.test
- Makes sure that if we fetch from a broken URL, sane things happen.
- UpdateTestContribCase::testUpdateContribBasic in drupal-7.x/modules/update/update.test
- Tests the basic functionality of a contrib module on the status report.
- UpdateTestContribCase::testUpdateContribOrder in drupal-7.x/modules/update/update.test
- Tests that contrib projects are ordered by project name.
- UpdateTestContribCase::testUpdateShowDisabledThemes in drupal-7.x/modules/update/update.test
- Tests that disabled themes are only shown when desired.
- UpdateTestHelper::standardTests in drupal-7.x/modules/update/update.test
- Runs a series of assertions that are applicable to all update statuses.
- UrlAlterFunctionalTest::testCurrentUrlRequestedPath in drupal-7.x/modules/simpletest/tests/path.test
- Test current_path() and request_path().
- UserAdminTestCase::testUserAdmin in drupal-7.x/modules/user/user.test
- Registers a user and deletes it.
- UserAutocompleteTestCase::testUserAutocomplete in drupal-7.x/modules/user/user.test
- Tests access to user autocompletion and verify the correct results.
- UserBlocksUnitTests::testWhosOnlineBlock in drupal-7.x/modules/user/user.test
- Test the Who's Online block.
- UserCancelTestCase::testUserAnonymize in drupal-7.x/modules/user/user.test
- Delete account and anonymize all content.
- UserCancelTestCase::testUserBlock in drupal-7.x/modules/user/user.test
- Disable account and keep all content.
- UserCancelTestCase::testUserBlockUnpublish in drupal-7.x/modules/user/user.test
- Disable account and unpublish all content.
- UserCancelTestCase::testUserCancelByAdmin in drupal-7.x/modules/user/user.test
- Create an administrative user and delete another user.
- UserCancelTestCase::testUserDelete in drupal-7.x/modules/user/user.test
- Delete account and remove all content.
- UserEditTestCase::testUserEdit in drupal-7.x/modules/user/user.test
- Test user edit page.
- UserLoginTestCase::assertFailedLogin in drupal-7.x/modules/user/user.test
- Make an unsuccessful login attempt.
- UserPasswordResetTestCase::testUserPasswordTextboxFilled in drupal-7.x/modules/user/user.test
- Prefill the text box on incorrect login via link to password reset page.
- UserPictureTestCase::testDeletePicture in drupal-7.x/modules/user/user.test
- Tests deletion of user pictures.
- UserPictureTestCase::testNoPicture in drupal-7.x/modules/user/user.test
- UserPictureTestCase::testPictureIsValid in drupal-7.x/modules/user/user.test
- Do the test:
Picture is valid (proper size and dimension)
- UserPictureTestCase::testWithGDinvalidDimension in drupal-7.x/modules/user/user.test
- Do the test:
GD Toolkit is installed
Picture has invalid dimension
- UserPictureTestCase::testWithGDinvalidSize in drupal-7.x/modules/user/user.test
- Do the test:
GD Toolkit is installed
Picture has invalid size
- UserPictureTestCase::testWithoutGDinvalidDimension in drupal-7.x/modules/user/user.test
- Do the test:
GD Toolkit is not installed
Picture has invalid size
- UserPictureTestCase::testWithoutGDinvalidSize in drupal-7.x/modules/user/user.test
- Do the test:
GD Toolkit is not installed
Picture has invalid size
- UserRegistrationTestCase::testRegistrationWithUserFields in drupal-7.x/modules/user/user.test
- Tests Field API fields on user registration forms.
- UserRoleAdminTestCase::testRoleAdministration in drupal-7.x/modules/user/user.test
- Test adding, renaming and deleting roles.
- UserSignatureTestCase::testUserSignature in drupal-7.x/modules/user/user.test
- Test that a user can change their signature format and that it is respected
upon display.