576 calls to WebTestBase::drupalGet()

AccessDeniedTest::testAccessDenied in drupal/core/modules/system/lib/Drupal/system/Tests/System/AccessDeniedTest.php
AddFeedTest::testAddFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AddFeedTest.php
Create a feed, ensure that it is unique, check the source, and delete the feed.
AddFeedTest::testAddLongFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AddFeedTest.php
Tests feeds with very long URLs.
AdminMetaTagTest::testMetaTag in drupal/core/modules/system/lib/Drupal/system/Tests/System/AdminMetaTagTest.php
Verify that the meta tag HTML is generated correctly.
AdminTest::testAdminPages in drupal/core/modules/system/lib/Drupal/system/Tests/System/AdminTest.php
Tests output on administrative listing pages.
AdminTest::testCompactMode in drupal/core/modules/system/lib/Drupal/system/Tests/System/AdminTest.php
Test compact mode.
AggregatorRenderingTest::testBlockLinks in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php
Add a feed block to the page and checks its links.
AggregatorRenderingTest::testFeedPage in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php
Create a feed and check that feed's page.
AggregatorTestBase::updateFeedItems in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
Update feed items (simulate click to admin/config/services/aggregator/update/$fid).
AlterTest::testDefaultWidgetPropertiesAlter in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/AlterTest.php
Tests hook_field_widget_properties_alter() on the default field widget.
AlterTest::testExecutionOrder in drupal/core/modules/system/lib/Drupal/system/Tests/Form/AlterTest.php
Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
AnalyzeTest::testAnalyzeBasic in drupal/core/modules/views/lib/Drupal/views/Tests/AnalyzeTest.php
Tests that analyze works in general.
AreaTest::testRenderAreaToken in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTest.php
Tests global tokens.
AreaTest::testTitleArea in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTest.php
Tests overriding the view title using the area title handler.
AreaTest::testUI in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTest.php
Tests the generic UI of a area handler.
BareMinimalUpgradePathTest::testBasicMinimalUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalUpgradePathTest.php
Tests a successful major version release upgrade.
BareStandardUpgradePathTest::testBasicStandardUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareStandardUpgradePathTest.php
Tests a successful major version release upgrade.
BasicTest::testViewsWizardAndListing in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/BasicTest.php
BlockAdminThemeTest::testAdminTheme in drupal/core/modules/block/lib/Drupal/block/Tests/BlockAdminThemeTest.php
Check for the accessibility of the admin theme on the block admin page.
BlockCacheTest::testCacheGlobal in drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php
Test DRUPAL_CACHE_GLOBAL.
BlockCacheTest::testCachePerPage in drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php
Test DRUPAL_CACHE_PER_PAGE.
BlockCacheTest::testCachePerRole in drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php
Test DRUPAL_CACHE_PER_ROLE.
BlockCacheTest::testCachePerUser in drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php
Test DRUPAL_CACHE_PER_USER.
BlockCacheTest::testNoCache in drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php
Test DRUPAL_NO_CACHE.
BlockHiddenRegionTest::testBlockNotInHiddenRegion in drupal/core/modules/block/lib/Drupal/block/Tests/BlockHiddenRegionTest.php
Tests that hidden regions do not inherit blocks when a theme is enabled.
BlockHtmlIdTest::testHtmlId in drupal/core/modules/block/lib/Drupal/block/Tests/BlockHtmlIdTest.php
Test valid HTML id.
BlockLanguageTest::testLanguageBlockVisibility in drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php
Tests the visibility settings for the blocks based on language.
BlockTest::moveBlockToRegion in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Moves a block to a given region via the UI and confirms the result.
BlockTest::testBlockRehash in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test _block_rehash().
BlockTest::testBlockVisibility in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test block visibility.
BlockTest::testBlockVisibilityListedEmpty in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test block visibility when using "pages" restriction but leaving "pages" textarea empty
BlockTest::testBlockVisibilityPerUser in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test user customization of block visibility.
BlockTest::testCustomBlock in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test creating custom block, moving it to a specific region and then deleting it.
BlockTest::testCustomBlockFormat in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test creating custom block using Full HTML.
BlockUpgradePathTest::testBlockUpgradeTitleLength in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BlockUpgradePathTest.php
Tests block title length after successful upgrade.
BlockUserAccountSettingsTest::testAccountSettingsPage in drupal/core/modules/block/lib/Drupal/block/Tests/BlockUserAccountSettingsTest.php
Tests that the personalized block is shown.
BookTest::checkBookNode in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Check the outline of sub-pages; previous, up, and next; and printer friendly version.
BookTest::testBookDelete in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Tests the access for deleting top-level book nodes.
BookTest::testBookExport in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Tests book export ("printer-friendly version") functionality.
BookTest::testBookNavigationBlock in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Tests the functionality of the book navigation block.
BookTest::testNavigationBlockOnAccessModuleEnabled in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Test the book navigation block when an access module is enabled.
BrowserTest::testGetAbsoluteUrl in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrowserTest.php
Test Drupal\simpletest\WebTestBase::getAbsoluteUrl().
BulkFormTest::testBulkForm in drupal/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php
Tests the bulk form.
BundleTest::testBundleRegistration in drupal/core/modules/system/lib/Drupal/system/Tests/Bundle/BundleTest.php
Tests that services provided by module bundles get registered to the DIC.
CascadingStylesheetsTest::testAddCssFileWithQueryString in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests that CSS query string remains intact when added to file.
CascadingStylesheetsTest::testModuleInfo in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests that stylesheets in module .info files are loaded.
CascadingStylesheetsTest::testRenderInlineFullPage in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests rendering inline stylesheets through a full page request.
ClassLoaderTest::testClassLoading in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ClassLoaderTest.php
Tests that module-provided classes can be loaded when a module is enabled.
ColorTest::_testColor in drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php
Tests the Color module functionality using the given theme.
CommentAnonymousTest::testAnonymous in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentApprovalTest::testApprovalAdminInterface in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentApprovalTest.php
Test comment approval functionality through admin/content/comment.
CommentApprovalTest::testApprovalNodeInterface in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentApprovalTest.php
Tests comment approval functionality through the node interface.
CommentAttributesTest::testCommentRdfaMarkup in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php
Tests if RDFa markup for meta information is present in comments.
CommentAttributesTest::testCommentReplyOfRdfaMarkup in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php
Tests RDF comment replies.
CommentAttributesTest::testNumberOfCommentsRdfaMarkup in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php
Tests the presence of the RDFa markup for the number of comments.
CommentBlockTest::testRecentCommentBlock in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php
Tests the recent comments block.
CommentCSSTest::testCommentClasses in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentCSSTest.php
Tests CSS classes on comments.
CommentInterfaceTest::testCommentInterface in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentLanguageTest::testCommentLanguage in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLanguageTest.php
Test that comment language is properly set.
CommentLinksTest::assertCommentLinks in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Asserts that comment links appear according to the passed environment.
CommentNewIndicatorTest::testCommentNewCommentsIndicator in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNewIndicatorTest.php
Tests new comment marker.
CommentNodeAccessTest::testThreadedCommentView in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNodeAccessTest.php
Test that threaded comments can be viewed.
CommentPagerTest::testCommentNewPageIndicator in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php
Tests comment_new_page_count().
CommentPagerTest::testCommentOrderingThreading in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php
Tests comment ordering and threading.
CommentPagerTest::testCommentPaging in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php
Confirms comment paging works correctly with flat and threaded comments.
CommentPreviewTest::testCommentEditPreviewSave in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php
Tests comment edit, preview, and save.
CommentRssTest::testCommentRss in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentRssTest.php
Tests comments as part of an RSS feed.
CommentStatisticsTest::testCommentNodeCommentStatistics in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentStatisticsTest.php
Tests the node comment statistics.
CommentTestBase::getUnapprovedComment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Gets the comment ID for an unapproved comment.
CommentTestBase::postComment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Posts a comment.
CommentThreadingTest::testCommentThreading in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentThreadingTest.php
Tests the comment threading.
CommentTokenReplaceTest::testCommentTokenReplacement in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
CommentTranslationUITest::testTranslateLinkCommentAdminPage in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php
Tests translate link on comment content admin page.
ConfigEntityListTest::testListUI in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php
Tests the listing UI.
ConfigEntityTest::testCRUDUI in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigImportUITest::testImport in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php
Tests importing configuration.
ConfigImportUITest::testImportLock in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php
Tests concurrent importing of configuration.
ConfigurationTest::testActionConfiguration in drupal/core/modules/action/lib/Drupal/action/Tests/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
ContactAuthenticatedUserTest::testContactSiteWideTextfieldsLoggedInTestCase in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactAuthenticatedUserTest.php
Tests that name and email fields are not present for authenticated users.
ContactPersonalTest::testPersonalContactAccess in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactPersonalTest.php
Tests access to the personal contact form.
ContactPersonalTest::testPersonalContactFlood in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactPersonalTest.php
Tests the personal contact form flood protection.
ContactSitewideTest::testSiteWideContact in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContentNegotiationTest::testBogusAcceptHeader in drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/ContentNegotiationTest.php
Verifies HTML responses for bogus Accept headers.
ContextualDynamicContextTest::testNodeLinks in drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualDynamicContextTest.php
Tests contextual links on node lists with different permissions.
CronRunTest::testAutomaticCron in drupal/core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php
Ensure that the automatic cron run feature is working.
CronRunTest::testCronRun in drupal/core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php
Test cron runs.
CronRunTest::testCronUI in drupal/core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php
Make sure the cron UI reads from the state storage.
DateFormatsLanguageTest::testLocalizeDateFormats in drupal/core/modules/system/lib/Drupal/system/Tests/System/DateFormatsLanguageTest.php
Functional tests for localizing date formats.
DateTimeTest::testDateFormatConfiguration in drupal/core/modules/system/lib/Drupal/system/Tests/System/DateTimeTest.php
Test date format configuration.
DateTimeTest::testTimeZoneHandling in drupal/core/modules/system/lib/Drupal/system/Tests/System/DateTimeTest.php
Test time zones and DST handling.
DBLogTest::doNode in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Generates and then verifies some node events.
DBLogTest::doUser in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Generates and then verifies some user events.
DBLogTest::testFilter in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Tests the database log filter functionality at admin/reports/dblog.
DBLogTest::verifyReports in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Confirms that database log reports are displayed at the correct paths.
DefaultMobileMetaTagsTest::testDefaultMetaTagsExist in drupal/core/modules/system/lib/Drupal/system/Tests/System/DefaultMobileMetaTagsTest.php
Verifies that the default mobile meta tags are added.
DefaultMobileMetaTagsTest::testRemovingDefaultMetaTags in drupal/core/modules/system/lib/Drupal/system/Tests/System/DefaultMobileMetaTagsTest.php
Verifies that the default mobile meta tags can be removed.
DefaultViewsTest::testDefaultViews in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DefaultViewsTest.php
Tests default views.
DefaultViewsTest::testSplitListing in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DefaultViewsTest.php
Tests that enabling views moves them to the correct table.
DependencyTest::testIncompatibleCoreVersionDependency in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Tests enabling a module that depends on a module with an incompatible core version.
DependencyTest::testIncompatibleModuleVersionDependency in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Tests enabling a module that depends on an incompatible version of a module.
DependencyTest::testMissingModules in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Attempts to enable a module with a missing dependency.
DependencyTest::testUninstallDependents in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Tests attempting to uninstall a module that has installed dependents.
DialogTest::testDialog in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/DialogTest.php
Ensure elements with #ajax['dialog'] render correctly.
DisplayExtenderUITest::testDisplayExtenderUI in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayExtenderUITest.php
Tests the display extender UI.
DisplayFeedTest::testFeedUI in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayFeedTest.php
Tests feed display admin ui.
DisplayPageTest::testPageResponses in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php
Checks the behavior of the page for access denied/not found behaviours.
DisplayPath::testPathUI in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayPath.php
DisplayTest::testAddDisplay in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php
Tests adding a display.
DisplayTest::testCloneDisplay in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php
Tests the cloning of a display.
DisplayTest::testDefaultDisplay in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php
Tests that the correct display is loaded by default.
DisplayTest::testDisableDisplay in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php
Tests disabling of a display.
DisplayTest::testDisplayAreas in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php
Tests display areas.
DisplayTest::testDisplayPlugin in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php
Tests the display test plugin.
DisplayTest::testRemoveDisplay in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php
Tests removing a display.
DownloadTest::checkUrl in drupal/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php
Download a file from the URL generated by file_create_url().
DownloadTest::testPrivateFileTransfer in drupal/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php
Test the private file transfer system.
ElementsLabelsTest::testFormLabels in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsLabelsTest.php
Test form elements, labels, title attibutes and required marks output correctly and have the correct label option class if needed.
ElementsTableSelectTest::testAdvancedSelect in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php
Test the #js_select property.
ElementsTableSelectTest::testEmptyText in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php
Test the display of the #empty text when #options is an empty array.
ElementsTableSelectTest::testMultipleFalse in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php
Test the display of radios when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrue in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php
Test the display of checkboxes when #multiple is TRUE.
ElementsTableSelectTest::testTableselectColSpan in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php
Tests the display when #colspan is set.
ElementsVerticalTabsTest::testJavaScriptOrdering in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsVerticalTabsTest.php
Ensures that vertical-tabs.js is included before collapse.js.
ElementsVerticalTabsTest::testWrapperNotShownWhenEmpty in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsVerticalTabsTest.php
Ensures that vertical tab markup is not shown if user has no tab access.
ElementTest::testButtonClasses in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php
Tests button classes.
ElementTest::testOptions in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php
Tests expansion of #options for #type checkboxes and radios.
ElementTest::testPlaceHolderText in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php
Tests placeholder text for elements that support placeholders.
EmailFieldTest::testEmailField in drupal/core/modules/field/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php
Tests e-mail field.
EnableDisableTest::testEnableDisable in drupal/core/modules/system/lib/Drupal/system/Tests/Module/EnableDisableTest.php
Tests that all core modules can be enabled, disabled and uninstalled.
EntityFilteringThemeTest::testThemedEntity in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php
Checks each themed entity for XSS filtering in available themes.
EntityRevisionsTest::testRevisions in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php
Check node revision related operations.
EntityTranslationFormTest::testEntityFormLanguage in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php
Tests entity form language.
EntityTranslationUITest::testTranslationUI in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
Tests the basic translation UI.
ErrorHandlerTest::testErrorHandler in drupal/core/modules/system/lib/Drupal/system/Tests/System/ErrorHandlerTest.php
Test the error handler.
ErrorHandlerTest::testExceptionHandler in drupal/core/modules/system/lib/Drupal/system/Tests/System/ErrorHandlerTest.php
Test the exception handler.
ExposedFormTest::testExposedAdminUi in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php
Tests the admin interface of exposed filter and sort items.
ExposedFormTest::testRenameResetButton in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php
Tests, whether and how the reset button can be renamed.
ExposedFormTest::testResetButton in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php
Tests whether the reset button works on an expoed form.
FastTest::testUserAutocomplete in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/FastTest.php
Tests access to user autocompletion and verify the correct results.
FeedParserTest::testAtomSample in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php
Test a feed that uses the Atom format.
FeedParserTest::testHtmlEntitiesSample in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php
Tests a feed that uses HTML entities in item titles.
FeedParserTest::testRSS091Sample in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php
Test a feed that uses the RSS 0.91 format.
FieldAccessTest::testFieldAccess in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php
Test that hook_field_access() is called.
FieldUiTestBase::fieldUIDeleteField in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUiTestBase.php
Deletes a field instance through the Field UI.
FieldWebTest::testClickSorting in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php
Tests the click sorting functionality.
FileFieldDisplayTest::testNodeDisplay in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldDisplayTest.php
Tests normal formatter display on node display.
FileFieldRevisionTest::testRevisions in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRevisionTest.php
Tests creating multiple revisions of a node and managing attached files.
FileFieldRSSContentTest::testFileFieldRSSContent in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRSSContentTest.php
Tests RSS enclosure formatter display for RSS feeds.
FileFieldWidgetTest::testMultiValuedWidget in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testPrivateFileComment in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
FileFieldWidgetTest::testPrivateFileSetting in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTest::testSingleValuedWidget in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for a single-valued File field.
FileManagedFileElementTest::testManagedFile in drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedFileElementTest.php
Tests the managed_file element type.
FilePrivateTest::testPrivateFile in drupal/core/modules/file/lib/Drupal/file/Tests/FilePrivateTest.php
Tests file access for file uploaded to a private node.
FilledMinimalUpgradePathTest::testFilledMinimalUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledMinimalUpgradePathTest.php
Tests a successful point release update.
FilledStandardUpgradePathTest::testFilledStandardUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledStandardUpgradePathTest.php
Tests a successful point release update.
FilterAdminTest::testFilterAdmin in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterAdminTest::testFormatAdmin in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
FilterDateTest::_testUiValidation in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterDateTest.php
Make sure the validation callbacks works.
FilterFormatAccessTest::testFormatPermissions in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php
FilterFormatAccessTest::testFormatWidgetPermissions in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php
Tests editing a page using a disallowed text format.
FilterSecurityTest::testDisableFilterModule in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php
Tests removal of filtered content when an active filter is disabled.
FormTest::testDisabledElements in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Test handling of disabled elements.
FormTest::testDisabledMarkup in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Verify markup for disabled form elements.
FormTest::testFieldFormAccess in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
Tests fields with no 'edit' access.
FormTest::testFieldFormJSAddMore in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
FormTest::testFieldFormMultipleWidget in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
Tests widgets handling multiple values.
FormTest::testFieldFormMultivalueWithRequiredRadio in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
Tests widget handling of multiple required radios.
FormTest::testFieldFormSingle in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
FormTest::testFieldFormUnlimited in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
FormTest::testInputForgery in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Test Form API protections against input forgery.
FormTest::testNestedFieldForm in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
Tests Field API form integration within a subform.
FormTest::testRequiredAttribute in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Tests required attribute.
FormTest::testSelect in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Tests validation of #type 'select' elements.
ForumBlockTest::testActiveForumTopicsBlock in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumBlockTest.php
ForumIndexTest::testForumIndexStatus in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumIndexTest.php
Tests the forum index for published and unpublished nodes.
ForumNodeAccessTest::testForumNodeAccess in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumNodeAccessTest.php
Creates some users and creates a public node and a private node.
ForumTest::createForumTopic in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Creates a forum topic.
ForumTest::deleteForum in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Deletes a forum.
ForumTest::doAdminTests in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Runs admin tests on the admin user.
ForumTest::testForum in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Tests forum functionality through the admin and user interfaces.
ForumTest::verifyForums in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Verifies that the logged in user has access to a forum node.
ForumTest::verifyForumView in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Verifies the display of a forum page.
FrameworkTest::testAJAXRender in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FrameworkTest.php
Ensures ajax_render() returns JavaScript settings from the page request.
FrameworkTest::testLazyLoad in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FrameworkTest.php
Tests that new JavaScript and CSS files are returned on an Ajax request.
FrontPageTest::testDrupalIsFrontPage in drupal/core/modules/system/lib/Drupal/system/Tests/System/FrontPageTest.php
Test front page functionality.
GetNamespacesTest::testGetRdfNamespaces in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/GetNamespacesTest.php
Tests RDF namespaces.
GotoTest::testDrupalGetDestination in drupal/core/modules/system/lib/Drupal/system/Tests/Common/GotoTest.php
Tests drupal_get_destination().
GotoTest::testDrupalGoto in drupal/core/modules/system/lib/Drupal/system/Tests/Common/GotoTest.php
Tests drupal_goto().
GotoTest::testDrupalGotoAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Common/GotoTest.php
Tests hook_drupal_goto_alter().
GroupByTest::testGroupBySave in drupal/core/modules/views/lib/Drupal/views/Tests/UI/GroupByTest.php
Tests whether basic saving works.
HandlerFilterUserNameTest::testAdminUserInterface in drupal/core/modules/views/lib/Drupal/views/Tests/User/HandlerFilterUserNameTest.php
Tests using the user interface.
HandlerFilterUserNameTest::testExposedFilter in drupal/core/modules/views/lib/Drupal/views/Tests/User/HandlerFilterUserNameTest.php
Tests exposed filters.
HandlerTest::testFilterInOperatorUi in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
@todo This should probably moved to a filter related test.
HandlerTest::testRelationshipUI in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
Tests the relationship ui for field/filter/argument/relationship.
HelpTest::testHelp in drupal/core/modules/help/lib/Drupal/help/Tests/HelpTest.php
Logs in users, creates dblog events, and tests dblog functionality.
HelpTest::verifyHelp in drupal/core/modules/help/lib/Drupal/help/Tests/HelpTest.php
Verifies the logged in user has access to the various help nodes.
HookBootExitTest::testHookBootExit in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/HookBootExitTest.php
Tests calling of hook_boot() and hook_exit().
HookInitTest::testThemeInitializationHookInit in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/HookInitTest.php
Test that the theme system can generate output when called by hook_init().
HTMLIdTest::testHTMLId in drupal/core/modules/system/lib/Drupal/system/Tests/Form/HTMLIdTest.php
Tests that HTML IDs do not get duplicated when form validation fails.
HtmlTplPhpAttributesTest::testThemeHtmlTplPhpAttributes in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/HtmlTplPhpAttributesTest.php
Tests that modules and themes can alter variables in html.tpl.php.
ImageAdminStylesTest::testEditEffect in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
Verifies that editing an image effect does not cause it to be duplicated.
ImageAdminStylesTest::testStyle in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminStylesTest::testStyleReplacement in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
Test deleting a style and choosing a replacement style.
ImageDimensionsTest::testImageDimensions in drupal/core/modules/image/lib/Drupal/image/Tests/ImageDimensionsTest.php
Test styled image dimensions cumulatively.
ImageFieldDefaultImagesTest::testDefaultImages in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDefaultImagesTest.php
Tests CRUD for fields and fields instances with default images.
ImageFieldDisplayTest::testImageFieldDefaultImage in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php
Test use of a default image with an image field.
ImageFieldDisplayTest::testImageFieldSettings in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php
Tests for image field settings.
ImageFieldDisplayTest::_testImageFieldFormatters in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php
Test image formatters on node display.
ImageStylesPathAndUrlTest::_testImageStyleUrlAndPath in drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php
Test image_style_url().
ImportOpmlTest::openImportForm in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php
Open OPML import form.
IndexPhpTest::testIndexPhpHandling in drupal/core/modules/system/lib/Drupal/system/Tests/System/IndexPhpTest.php
Test index.php handling.
InstallationProfileModuleTestsTest::testInstallationProfileTests in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/InstallationProfileModuleTestsTest.php
Tests existence of test case located in an installation profile module.
IpAddressBlockingTest::testIPAddressValidation in drupal/core/modules/ban/lib/Drupal/ban/Tests/IpAddressBlockingTest.php
Tests various user input to confirm correct validation and saving of data.
ItemsPerPageTest::testItemsPerPage in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/ItemsPerPageTest.php
Tests the number of items per page.
JavaScriptTest::testAddJsFileWithQueryString in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests JavaScript files that have querystrings attached get added right.
JavaScriptTest::testHeaderSetting in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests drupal_get_js() for JavaScript settings.
LanguageBrowserDetectionUnitTest::testUIBrowserLanguageMappings in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageBrowserDetectionUnitTest.php
Tests for adding, editing and deleting mappings between browser language codes and Drupal language codes.
LanguageConfigurationElementTest::testDefaultLangcode in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php
Tests that the language_get_default_langcode() returns the correct values.
LanguageConfigurationElementTest::testLanguageConfigurationElement in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php
Tests the language settings have been saved.
LanguageConfigurationTest::testLanguageConfiguration in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageListTest::testLanguageList in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguageNegotiationInfoTest::languageNegotiationUpdate in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php
Update language types/negotiation information.
LanguageNegotiationInfoTest::testInfoAlterations in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php
Tests alterations to language types/negotiation info.
LanguagePathMonolingualTest::testPageLinks in drupal/core/modules/language/lib/Drupal/language/Tests/LanguagePathMonolingualTest.php
Verifies that links do not have language prefixes in them.
LanguageSelectElementTest::testHiddenLanguageSelectElement in drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php
Tests the case when the language select elements should not be printed.
LanguageSelectElementTest::testLanguageSelectElementOptions in drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php
Tests that the options printed by the language select element are correct.
LanguageSwitchingTest::testLanguageBlock in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php
Functional tests for the language switcher block.
LanguageUILanguageNegotiationTest::runTest in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
LanguageUILanguageNegotiationTest::testUILanguageNegotiation in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
Tests for language switching by URL path.
LanguageUILanguageNegotiationTest::testUrlLanguageFallback in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
Test URL language detection when the requested URL has no language.
LanguageUpgradePathTest::testLanguageUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/LanguageUpgradePathTest.php
Tests a successful upgrade.
LanguageUrlRewritingTest::checkUrl in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUrlRewritingTest.php
Check URL rewriting for the given language.
LayoutDerivativesTest::testPageLayout in drupal/core/modules/layout/lib/Drupal/layout/Tests/LayoutDerivativesTest.php
Test layout functionality as applies to pages.
LinkFieldTest::testLinkFormatter in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Tests the default 'link' formatter.
LinkFieldTest::testLinkSeparateFormatter in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Tests the 'link_separate' formatter.
LinkFieldTest::testLinkTitle in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Tests the title settings of a link field.
LinkFieldTest::testURLValidation in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Tests link field URL validation.
LinkFieldUITest::testFieldUI in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldUITest.php
Tests that link field UI functionality does not generate warnings.
LocaleCompareTest::testCompareCheckLocal in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php
Checks if local or remote translation sources are detected.
LocaleContentTest::testContentTypeDirLang in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php
Test if a dir and lang tags exist in node's attributes.
LocaleContentTest::testContentTypeLanguageConfiguration in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php
Test if a content type can be set to multilingual and language is present.
LocaleContentTest::testMachineNameLTR in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php
Verifies that machine name fields are always LTR.
LocaleContentTest::testNodeAdminLanguageFilter in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php
Test filtering Node content by language.
LocaleExportTest::testExportTranslationTemplateFile in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php
Test exportation of translation template file.
LocalePathTest::testPathLanguageConfiguration in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePathTest.php
Test if a language can be associated with a path alias.
LocalePluralFormatTest::testPluralEditExport in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePluralFormatTest.php
Tests plural editing and export functionality.
LocaleTranslationTest::testStringTranslation in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleUninstallTest::testUninstallProcess in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php
Check if the values of the Locale variables are correct after uninstall.
LockFunctionalTest::testLockAcquire in drupal/core/modules/system/lib/Drupal/system/Tests/Lock/LockFunctionalTest.php
Confirms that we can acquire and release locks in two parallel requests.
LoopTest::triggerActions in drupal/core/modules/action/lib/Drupal/action/Tests/LoopTest.php
Loops watchdog messages up to actions_max_stack times.
MainContentFallbackTest::testMainContentFallback in drupal/core/modules/system/lib/Drupal/system/Tests/System/MainContentFallbackTest.php
Test availability of main content.
ManageDisplayTest::testFormatterUI in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
Tests formatter settings.
ManageDisplayTest::testNoFieldsDisplayOverview in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
Tests that a message is shown when there are no fields.
ManageDisplayTest::testNonInitializedFields in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
Tests that field instances with no explicit display settings do not break.
ManageDisplayTest::testSingleViewMode in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
Tests hiding the view modes fieldset when there's only one available.
ManageFieldsTest::addExistingField in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests adding an existing field in another content type.
ManageFieldsTest::cardinalitySettings in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests the cardinality settings of a field.
ManageFieldsTest::createField in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests adding a new field.
ManageFieldsTest::manageFieldsPage in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests the manage fields page.
ManageFieldsTest::testDefaultValue in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests that default value is correctly validated and saved.
ManageFieldsTest::testHiddenFields in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests that Field UI respects the 'no_ui' option in hook_field_info().
ManageFieldsTest::updateField in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests editing an existing field.
MappingDefinitionTest::testAttributesInMarkup1 in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php
Create a node of type article and test whether the RDF mapping defined for this node type in rdf_test.module is used in the node page.
MappingDefinitionTest::testAttributesInMarkup2 in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php
Tests if RDF mapping defined in rdf_test.install is used.
MappingDefinitionTest::testAttributesInMarkup3 in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php
Tests if the default mapping for a node is being used.
MappingDefinitionTest::testTaxonomyTermRdfaAttributes in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php
Creates a random term and ensures the right RDFa markup is used.
MappingDefinitionTest::testUserAttributesInMarkup in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php
Tests if default mapping for user is being used.
MenuNodeTest::testMenuNodeFormWidget in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuNodeTest.php
Test creating, editing, deleting menu links via node form widget.
MenuTest::addCustomMenu in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Add custom menu.
MenuTest::addCustomMenuCRUD in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Add custom menu using CRUD functions.
MenuTest::addMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Add a menu link using the menu module UI.
MenuTest::deleteMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Delete a menu link using the menu module UI.
MenuTest::modifyMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Modify a menu link using the menu module UI.
MenuTest::resetMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Reset a standard menu link using the menu module UI.
MenuTest::testMenuQueryAndFragment in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Add and remove a menu link with a query string and fragment.
MenuTest::testMenus in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/MenuTest.php
Tests the menu functionality.
MenuTest::toggleMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Alternately disable and enable a menu link.
MenuTest::verifyAccess in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Verify the logged in user has the desired access to the various menu nodes.
MenuTest::verifyMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Verify a menu link using the menu module UI.
MenuTestBase::assertBreadcrumb in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuTestBase.php
Assert that a given path shows certain breadcrumb links.
ModuleApiTest::testModuleImplements in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test module_implements() caching.
ModuleApiTest::testModuleInvoke in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test that module_invoke() can load a hook defined in hook_hook_info().
ModuleApiTest::testModuleInvokeAll in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test that module_invoke_all() can load a hook defined in hook_hook_info().
ModuleApiTest::testModuleInvokeAllDuringLoadFunction in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test that a menu item load function can invoke hooks defined in hook_hook_info().
MultiFormTest::testMultiForm in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/MultiFormTest.php
Tests that pages with the 'page_node_form' included twice work correctly.
NodeAccessBaseTableTest::assertTaxonomyPage in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessBaseTableTest.php
Checks taxonomy/term listings to ensure only accessible nodes are listed.
NodeAccessBaseTableTest::testNodeAccessBasic in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessBaseTableTest.php
Tests the "private" node access functionality.
NodeAccessFieldTest::testNodeAccessAdministerField in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessFieldTest.php
Tests administering fields when node access is restricted.
NodeAccessPagerTest::testCommentPager in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessPagerTest.php
Tests the comment pager for nodes with multiple grants per realm.
NodeAccessPagerTest::testForumPager in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessPagerTest.php
Tests the forum node pager for nodes with multiple grants per realm.
NodeAccessRebuildTest::testNodeAccessRebuild in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessRebuildTest.php
Tests rebuilding the node access permissions table.
NodeAdminTest::testContentAdminPages in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAdminTest.php
Tests content overview with different user permissions.
NodeAdminTest::testContentAdminSort in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAdminTest.php
Tests that the table sorting works on the content admin pages.
NodeBlockFunctionalTest::testRecentNodeBlock in drupal/core/modules/node/lib/Drupal/node/Tests/NodeBlockFunctionalTest.php
Tests the recent comments block.
NodeEntityFieldQueryAlterTest::testNodeQueryAlterWithUI in drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php
Tests that node access permissions are followed.
NodeEntityViewModeAlterTest::testNodeViewModeChange in drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityViewModeAlterTest.php
Create a "Basic page" node and verify its consistency in the database.
NodeFieldMultilingualTestCase::testMultilingualDisplaySettings in drupal/core/modules/node/lib/Drupal/node/Tests/NodeFieldMultilingualTestCase.php
NodeFieldMultilingualTestCase::testMultilingualNodeForm in drupal/core/modules/node/lib/Drupal/node/Tests/NodeFieldMultilingualTestCase.php
Tests whether field languages are correctly set through the node form.
NodeLoadMultipleTest::testNodeMultipleLoad in drupal/core/modules/node/lib/Drupal/node/Tests/NodeLoadMultipleTest.php
Creates four nodes and ensures that they are loaded correctly.
NodeQueryAlterTest::testNodeQueryAlterWithUI in drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php
Tests that node access permissions are followed.
NodeRevisionsAllTestCase::testRevisions in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php
Checks node revision operations.
NodeRevisionsTest::testNodeRevisionWithoutLogMessage in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php
Checks that revisions are correctly saved without log messages.
NodeRevisionsTest::testRevisions in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php
Checks node revision related operations.
NodeRSSContentTest::testNodeRSSContent in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRSSContentTest.php
Ensures that a new node includes the custom data when added to an RSS feed.
NodeTitleTest::testNodeTitle in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTitleTest.php
Creates one node and tests if the node title has the correct value.
NodeTitleXSSTest::testNodeTitleXSS in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTitleXSSTest.php
Tests XSS functionality with a node entity.
NodeTranslationUITest::testFieldTranslationForm in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php
Tests field translation form.
NodeTranslationUITest::testTranslateLinkContentAdminPage in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php
Tests translate link on content admin page.
NodeTypeInitialLanguageTest::testLanguageFieldVisibility in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeInitialLanguageTest.php
Tests language field visibility features.
NodeTypeInitialLanguageTest::testNodeTypeInitialLanguageDefaults in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeInitialLanguageTest.php
Tests the node type initial language defaults, and modifies them.
NodeTypePersistenceTest::testNodeTypeCustomizationPersistence in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypePersistenceTest.php
Tests that node type customizations persist through disable and uninstall.
NodeTypeTest::testNodeTypeCreation in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
Tests creating a content type programmatically and via a form.
NodeTypeTest::testNodeTypeDeletion in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
Tests deleting a content type that still has content.
NodeTypeTest::testNodeTypeEditing in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
Tests editing a node type using the UI.
NoHelpTest::testMainPageNoHelp in drupal/core/modules/help/lib/Drupal/help/Tests/NoHelpTest.php
Ensures modules not implementing help do not appear on admin/help.
NonDefaultBlockAdminTest::testNonDefaultBlockAdmin in drupal/core/modules/block/lib/Drupal/block/Tests/NonDefaultBlockAdminTest.php
Test non-default theme admin.
NumberFieldTest::testNumberDecimalField in drupal/core/modules/field/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php
Test number_decimal field.
NumberFieldTest::testNumberIntegerField in drupal/core/modules/field/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php
Test number_integer field.
OpenIDFunctionalTest::testBlockedUserLogin in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDFunctionalTest.php
Test that a blocked user cannot log in.
OpenIDRegistrationTest::testRegisterUserWithEmailVerification in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php
Test OpenID auto-registration with e-mail verification enabled.
OpenIDRegistrationTest::testRegisterUserWithInvalidSreg in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php
Test OpenID auto-registration with a provider that supplies invalid SREG information (a username that is already taken, and no e-mail address).
OpenIDRegistrationTest::testRegisterUserWithoutSreg in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php
Test OpenID auto-registration with a provider that does not supply SREG information (i.e. no username or e-mail address).
OptionsFieldUITest::testOptionsAllowedValuesBoolean in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php
Options (boolen) : test 'On/Off' values input.
OptionsSelectDynamicValuesTest::testSelectListDynamic in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsSelectDynamicValuesTest.php
Tests the 'options_select' widget (single select).
OptionsWidgetsTest::testCheckBoxes in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTest::testOnOffCheckbox in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_onoff' widget.
OptionsWidgetsTest::testRadioButtons in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTest::testSelectListMultiple in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTest::testSelectListSingle in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (single select).
OtherInstallationProfileModuleTestsTest::testOtherInstallationProfile in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/OtherInstallationProfileModuleTestsTest.php
Tests that tests located in another installation profile do not appear.
OverrideDisplaysTest::testOverrideDisplays in drupal/core/modules/views/lib/Drupal/views/Tests/UI/OverrideDisplaysTest.php
Tests that displays can be overridden via the UI.
OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays in drupal/core/modules/views/lib/Drupal/views/Tests/UI/OverrideDisplaysTest.php
Tests that the wizard correctly sets up default and overridden displays.
PageCacheTest::testConditionalRequests in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php
Tests support of requests with If-Modified-Since and If-None-Match headers.
PageCacheTest::testPageCache in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php
Tests cache headers.
PageCacheTest::testPageCompression in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php
Tests page compression.
PageEditTest::testPageAuthoredBy in drupal/core/modules/node/lib/Drupal/node/Tests/PageEditTest.php
Tests changing a node's "authored by" field.
PageEditTest::testPageEdit in drupal/core/modules/node/lib/Drupal/node/Tests/PageEditTest.php
Checks node edit functionality.
PageNotFoundTest::testPageNotFound in drupal/core/modules/system/lib/Drupal/system/Tests/System/PageNotFoundTest.php
PagerTest::testActiveClass in drupal/core/modules/system/lib/Drupal/system/Tests/Pager/PagerTest.php
Tests markup and CSS classes of pager links.
PagerTest::testStorePagerSettings in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php
Pagers was sometimes not stored.
PageTest::testBatchProgressPageTheme in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/PageTest.php
Tests that the batch API progress page uses the correct theme.
PageTitleFilteringTest::testTitleTags in drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php
Tests the handling of HTML by drupal_set_title() and drupal_get_title()
PageTitleFilteringTest::testTitleXSS in drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php
Test if the title of the site is XSS proof.
PageViewTest::testPageView in drupal/core/modules/node/lib/Drupal/node/Tests/PageViewTest.php
Tests an anonymous and unpermissioned user attempting to edit the node.
PathAliasTest::testAdminAlias in drupal/core/modules/path/lib/Drupal/path/Tests/PathAliasTest.php
Tests alias functionality through the admin interfaces.
PathAliasTest::testNodeAlias in drupal/core/modules/path/lib/Drupal/path/Tests/PathAliasTest.php
Tests alias functionality through the node interfaces.
PathAliasTest::testPathCache in drupal/core/modules/path/lib/Drupal/path/Tests/PathAliasTest.php
Tests the path cache.
PathLanguageTest::testAliasTranslation in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageTest.php
Test alias functionality through the admin interfaces.
PathLanguageUiTest::testDefaultLanguageUrl in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageUiTest.php
Tests that a default language URL alias works.
PathLanguageUiTest::testLanguageNeutralUrl in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageUiTest.php
Tests that a language-neutral URL alias works.
PathLanguageUiTest::testNonDefaultUrl in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageUiTest.php
Tests that a non-default language URL alias works.
PathTaxonomyTermTest::testTermAlias in drupal/core/modules/path/lib/Drupal/path/Tests/PathTaxonomyTermTest.php
Tests alias functionality through the admin interfaces.
PhpAccessTest::testNoPrivileges in drupal/core/modules/php/lib/Drupal/php/Tests/PhpAccessTest.php
Makes sure that the user can't use the PHP filter when not given access.
PhpFilterTest::testPhpFilter in drupal/core/modules/php/lib/Drupal/php/Tests/PhpFilterTest.php
Makes sure that the PHP filter evaluates PHP code when used.
PhpTestBase::setUp in drupal/core/modules/php/lib/Drupal/php/Tests/PhpTestBase.php
Sets up a Drupal site for running functional and integration tests.
PictureAdminUITest::testPictureAdmin in drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureAdminUITest.php
Test picture administration functionality.
PictureFieldDisplayTest::_testPictureFieldFormatters in drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php
Test picture formatters on node display.
PollBlockTest::testRecentBlock in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollBlockTest.php
Tests creating, viewing, voting on recent poll block.
PollCreateTest::testPollClose in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollCreateTest.php
Tests creating, editing, and closing a poll.
PollCreateTest::testPollCreate in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollCreateTest.php
Tests creating, listing, editing a new poll.
PollDeleteChoiceTest::testChoiceRemoval in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollDeleteChoiceTest.php
Tests removing a choice from a poll.
PollExpirationTest::testAutoExpire in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollExpirationTest.php
Tests the expiration of a poll.
PollJsAddChoiceTest::testAddChoice in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollJsAddChoiceTest.php
Tests adding a new choice to a poll.
PollTestBase::pollCreate in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollTestBase.php
Creates a poll.
PollTranslateTest::testPollTranslate in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollTranslateTest.php
Tests poll creation and translation.
PollVoteCheckHostnameTest::testHostnamePollVote in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollVoteCheckHostnameTest.php
Checks that anonymous users with the same IP address can only vote once.
PollVoteTest::testPollVote in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollVoteTest.php
Tests voting on a poll.
PreviewTest::testPreviewUI in drupal/core/modules/views/lib/Drupal/views/Tests/UI/PreviewTest.php
Tests arguments in the preview form.
ProcessingTest::testBatchFormMultistep in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches defined in a multistep form.
ProcessingTest::testBatchFormProgrammatic in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches defined in a programmatically submitted form.
ProcessingTest::testBatchLargePercentage in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches that return $context['finished'] > 1 do in fact complete.
ProcessingTest::testBatchNoForm in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches triggered outside of form submission.
ProcessingTest::testDrupalFormSubmitInBatch in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests that drupal_form_submit() can run within a batch operation.
RdfaMarkupTest::testAttributesInMarkupFile in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfaMarkupTest.php
Tests if file fields in teasers have correct resources.
RebuildTest::testMenuRebuildByVariable in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RebuildTest.php
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
RebuildTest::testPreserveFormActionAfterAJAX in drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php
Tests that a form's action is retained after an Ajax submission.
RemoveFeedTest::testRemoveFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedTest.php
Remove a feed and ensure that all it services are removed.
RenderTest::testDrupalRenderInvalidKeys in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php
Tests rendering elements with invalid keys.
RequiredTest::testDisableRequired in drupal/core/modules/system/lib/Drupal/system/Tests/Module/RequiredTest.php
Assert that core required modules cannot be disabled.
RouterPermissionTest::testPermissionAccess in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterPermissionTest.php
Tests permission requirements on routes.
RouterTest::menuItemTitlesCasesHelper in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Get a URL and assert the title given a case number. If override is true, the title is asserted to begin with "Alternative".
RouterTest::testAuthUserUserLogin in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Test that an authenticated user hitting 'user/login' gets redirected to 'user' and 'user/register' gets redirected to the user edit page.
RouterTest::testCanRoute in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php
Confirms that the router can get to a controller.
RouterTest::testControllerPlaceholders in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php
Confirms that placeholders in paths work correctly.
RouterTest::testControllerPlaceholdersDefaultValues in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php
Confirms that default placeholders in paths work correctly.
RouterTest::testDefaultController in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php
Confirms that our default controller logic works properly.
RouterTest::testDescriptionMenuItems in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Tests menu item descriptions.
RouterTest::testDynamicRoutes in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php
Checks that dynamically defined and altered routes work correctly.
RouterTest::testExoticPath in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Test path containing "exotic" characters.
RouterTest::testFileInheritance in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Test that 'page callback', 'file' and 'file path' keys are properly inherited from parent menu paths.
RouterTest::testHookCustomTheme in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Test that hook_custom_theme() can control the theme of a page.
RouterTest::testMaintenanceModeLoginPaths in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Make sure the maintenance mode can be bypassed using hook_menu_site_status_alter().
RouterTest::testMenuGetItemNoAncestors in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Test menu_get_item() with empty ancestors.
RouterTest::testMenuLinkMaintain in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Tests for menu_link_maintain().
RouterTest::testMenuLinkOptions in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Test menu link 'options' storage and rendering.
RouterTest::testThemeCallbackAdministrative in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Test the theme callback when it is set to use an administrative theme.
RouterTest::testThemeCallbackFakeTheme in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Test the theme callback when it is set to use a theme that does not exist.
RouterTest::testThemeCallbackHookCustomTheme in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Test that the theme callback wins out over hook_custom_theme().
RouterTest::testThemeCallbackInheritance in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Test that the theme callback is properly inherited.
RouterTest::testThemeCallbackMaintenanceMode in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Test the theme callback when the site is in maintenance mode.
RouterTest::testThemeCallbackNoThemeRequested in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Test the theme callback when no theme is requested.
RouterTest::testThemeCallbackOptionalTheme in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Test the theme callback when it is set to use an optional theme.
RouterTest::testTitleCallbackFalse in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Test title callback set to FALSE.
RouterTest::testTitleMenuCallback in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Tests page title of MENU_CALLBACKs.
RowUITest::testRowUI in drupal/core/modules/views/lib/Drupal/views/Tests/UI/RowUITest.php
Tests changing the row plugin and changing some options of a row.
RssTest::testTaxonomyRss in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/RssTest.php
Tests that terms added to nodes are displayed in core RSS feed.
SearchAdvancedSearchFormTest::testNodeType in drupal/core/modules/search/lib/Drupal/search/Tests/SearchAdvancedSearchFormTest.php
Test using the search form with GET and POST queries. Test using the advanced search form to limit search to nodes of type "Basic page".
SearchBlockTest::testBlock in drupal/core/modules/search/lib/Drupal/search/Tests/SearchBlockTest.php
Test that the search block form works correctly.
SearchCommentTest::testAddNewComment in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTest::testSearchResultsCommentAccess in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php
Verify access rules for comment indexing with different permissions.
SearchConfigSettingsFormTest::testSearchModuleDisabling in drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php
Verify that you can disable individual search modules.
SearchConfigSettingsFormTest::testSearchSettingsPage in drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php
Verify the search settings form.
SearchEmbedFormTest::testEmbeddedForm in drupal/core/modules/search/lib/Drupal/search/Tests/SearchEmbedFormTest.php
Tests that the embedded form appears and can be submitted.
SearchKeywordsConditionsTest::testSearchKeyswordsConditions in drupal/core/modules/search/lib/Drupal/search/Tests/SearchKeywordsConditionsTest.php
Verify the kewords are captured and conditions respected.
SearchLanguageTest::testLanguages in drupal/core/modules/search/lib/Drupal/search/Tests/SearchLanguageTest.php
SearchNumberMatchingTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php
Sets up a Drupal site for running functional and integration tests.
SearchNumbersTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumbersTest.php
Sets up a Drupal site for running functional and integration tests.
SearchPageOverrideTest::testSearchPageHook in drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageOverrideTest.php
SearchPageTextTest::testSearchText in drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageTextTest.php
Tests the failed search text, and various other text on the search page.
SearchRankingTest::testRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
SelectPagerDefaultTest::testEvenPagerQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php
Confirms that a pager query returns the correct results.
SelectPagerDefaultTest::testOddPagerQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php
Confirms that a pager query returns the correct results.
SelectTableSortDefaultTest::testTableSortDefaultSort in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php
Confirms that no error is thrown if no sort is set in a tableselect.
SelectTableSortDefaultTest::testTableSortQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php
Confirms that a tablesort query returns the correct results.
SelectTableSortDefaultTest::testTableSortQueryFirst in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php
Confirms precedence of tablesorts headers.
SessionHttpsTest::testHttpsSession in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php
SessionTest::sessionReset in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Reset the cookie file so that it refers to the specified user.
SessionTest::testDataPersistence in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Test data persistence via the session_test module callbacks. Also tests drupal_session_count() since session data is already generated here.
SessionTest::testEmptyAnonymousSession in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Test that empty anonymous sessions are destroyed.
SessionTest::testEmptySessionID in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Test that empty session IDs are not allowed.
SessionTest::testSessionSaveRegenerate in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Tests for drupal_save_session() and drupal_session_regenerate().
SessionTest::testSessionWrite in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Test that sessions are only saved when necessary.
SettingsTest::testEditUI in drupal/core/modules/views/lib/Drupal/views/Tests/UI/SettingsTest.php
Tests the settings for the edit ui.
ShortcutLinksTest::testNoShortcutLink in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
Tests that the add shortcut link is not displayed for 404/403 errors.
ShortcutLinksTest::testShortcutQuickLink in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
Tests that the "add to shortcut" link changes to "remove shortcut".
ShortcutSetsTest::testShortcutSetAdd in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests creating a shortcut set.
ShortcutSetsTest::testShortcutSetCreateWithSetName in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests creating a new shortcut set with a defined set name.
ShortcutSetsTest::testShortcutSetDeleteDefault in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests deleting the default shortcut set.
ShutdownFunctionsTest::testShutdownFunctions in drupal/core/modules/system/lib/Drupal/system/Tests/System/ShutdownFunctionsTest.php
Test shutdown functions.
SimpleTestErrorCollectorTest::testErrorCollect in drupal/core/modules/system/lib/Drupal/system/Tests/Common/SimpleTestErrorCollectorTest.php
Tests that simpletest collects errors from the tested site.
SimpleTestTest::testInternalBrowser in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
Test the internal browsers functionality.
SimpleTestTest::testUserAgentValidation in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
Test validation of the User-Agent header we use to perform test requests.
SimpleTestTest::testWebTestRunner in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
Make sure that tests selected through the web interface are run and that the results are displayed correctly.
SiteMaintenanceTest::testSiteMaintenance in drupal/core/modules/system/lib/Drupal/system/Tests/System/SiteMaintenanceTest.php
Verify site maintenance mode functionality.
StandardTest::testStandard in drupal/core/profiles/standard/lib/Drupal/standard/Tests/StandardTest.php
Tests Standard installation profile.
StatisticsAdminTest::testDeleteNode in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Tests that when a node is deleted, the node counter is deleted too.
StatisticsAdminTest::testDeleteUser in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Tests that accesslog reflects when a user is deleted.
StatisticsAdminTest::testExpiredLogs in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Tests that cron clears day counts and expired access logs.
StatisticsAdminTest::testStatisticsSettings in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Verifies that the statistics settings page works.
StatisticsBlockVisitorsTest::testIPAddressBlocking in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsBlockVisitorsTest.php
Blocks an IP address via the top visitors report and then unblocks it.
StatisticsLoggingTest::testLogging in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsLoggingTest.php
Verifies request logging for cached and uncached pages.
StatisticsReportsTest::testAccessLogging in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php
Verifies that access logging is working and is reported correctly.
StatisticsReportsTest::testDetails in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php
Verifies that 'Details' page renders properly and displays the added hit.
StatisticsReportsTest::testPopularContentBlock in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php
Tests the "popular content" block.
StatisticsReportsTest::testRecentHits in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php
Verifies that 'Recent hits' renders properly and displays the added hit.
StatisticsReportsTest::testTopPages in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php
Verifies that 'Top pages' renders properly and displays the added hit.
StatisticsReportsTest::testTopReferrers in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php
Verifies that 'Top referrers' renders properly and displays the added hit.
StatisticsTokenReplaceTest::testStatisticsTokenReplacement in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTokenReplaceTest.php
Creates a node, then tests the statistics tokens generated from it.
StatusExtraTest::testStatusExtra in drupal/core/modules/views/lib/Drupal/views/Tests/Node/StatusExtraTest.php
Tests the status extra filter.
StorageTest::testCachedFormStorageValidation in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php
Tests updating cached form storage during form validation.
StorageTest::testForm in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php
Tests using the form in a usual way.
StorageTest::testFormCached in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php
Tests using the form with an activated $form_state['cache'] property.
StyleUITest::testStyleUI in drupal/core/modules/views/lib/Drupal/views/Tests/UI/StyleUITest.php
Tests changing the style plugin and changing some options of a style.
SyslogTest::testSettings in drupal/core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php
Tests the syslog settings page.
SystemAuthorizeTest::drupalGetAuthorizePHP in drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemAuthorizeTest.php
Helper function to initialize authorize.php and load it via drupalGet().
TaggedWithTest::testTaggedWith in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php
Tests the "tagged with" functionality.
TaggedWithTest::testTaggedWithByNodeType in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php
Tests that the "tagged with" form element only shows for node types that support it.
TemporaryQueryTest::testTemporaryQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TemporaryQueryTest.php
Confirms that temporary tables work and are limited to one request.
TermFieldMultipleVocabularyTest::testTaxonomyTermFieldMultipleVocabularies in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php
Tests term reference field and widget with multiple vocabularies.
TermFieldTest::testTaxonomyTermFieldWidgets in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php
Test widgets.
TermIndexTest::testTaxonomyTermHierarchyBreadcrumbs in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php
Tests that there is a link to the parent term on the child term page.
TermLanguageTest::testDefaultTermLanguage in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermLanguageTest.php
TermLanguageTest::testTermLanguage in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermLanguageTest.php
TermTest::testNodeTermCreationAndDeletion in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Test term creation with a free-tagging vocabulary from the node form.
TermTest::testTaxonomyNode in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Test that hook_node_$op implementations work correctly.
TermTest::testTermAutocompletion in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Tests term autocompletion edge cases with slashes in the names.
TermTest::testTermInterface in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermTest::testTermReorder in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermTranslationUITest::testTranslateLinkVocabularyAdminPage in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php
Tests translate link on vocabulary term list.
TextFieldTest::_testTextfieldWidgets in drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php
Helper function for testTextfieldWidgets().
TextFieldTest::_testTextfieldWidgetsFormatted in drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
TextTranslationTest::testTextField in drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextTranslationTest.php
Test that a plaintext textfield widget is correctly populated.
TextTranslationTest::testTextFieldFormatted in drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextTranslationTest.php
Check that user that does not have access the field format cannot see the source value when creating a translation.
ThemeTest::testAdministrationTheme in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test the administration theme functionality.
ThemeTest::testAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Ensures theme hook_*_alter() implementations can run before anything is rendered.
ThemeTest::testCSSOverride in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Ensures a theme's .info file is able to override a module CSS file from being added to the page.
ThemeTest::testInvalidTheme in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test that themes can't be enabled when the base theme or engine is missing.
ThemeTest::testPreprocessForSuggestions in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Ensures preprocess functions run even for suggestion implementations.
ThemeTest::testSwitchDefaultTheme in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test switching the default theme.
ThemeTest::testTaxonomyTermThemes in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/ThemeTest.php
Test the theme used when adding, viewing and editing taxonomy terms.
ThemeTest::testTemplateOverride in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Ensures a themes template is overrideable based on the 'template' filename.
ThemeTest::testThemeSettings in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test the theme settings form.
ThemeTestTwig::testTemplateOverride in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTestTwig.php
Ensures a themes template is overrideable based on the 'template' filename.
ToolbarHookToolbarTest::testHookToolbar in drupal/core/modules/toolbar/lib/Drupal/toolbar/Tests/ToolbarHookToolbarTest.php
Tests for a tab and tray provided by a module implementing hook_toolbar().
TrackerAttributesTest::_testBasicTrackerRdfaMarkup in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TrackerAttributesTest.php
Helper function for testAttributesInTracker().
TrackerNodeAccessTest::testTrackerNodeAccess in drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerNodeAccessTest.php
Ensure private node on /tracker is only visible to users with permission.
TrackerTest::testTrackerAdminUnpublish in drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php
Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerAll in drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php
Tests for the presence of nodes on the global tracker listing.
TrackerTest::testTrackerCronIndexing in drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php
Tests that existing nodes are indexed by cron.
TrackerTest::testTrackerNewComments in drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php
Tests for comment counters on the tracker listing.
TrackerTest::testTrackerNewNodes in drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php
Tests for the presence of the "new" flag for nodes.
TrackerTest::testTrackerUser in drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.
TrailTest::testCustom403And404Pages in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TrailTest.php
Tests that the active trail works correctly on custom 403 and 404 pages.
TranslationTest::addLanguage in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Installs the specified language, or enables it if it is already installed.
TranslationTest::assertLanguageSwitchLinks in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Tests whether the specified language switch links are found.
TranslationTest::createTranslation in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Creates a translation for a basic page in the specified language.
TranslationTest::setUp in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Sets up a Drupal site for running functional and integration tests.
TranslationTest::testContentTranslation in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Creates, modifies, and updates a basic page with a translation.
TranslationTest::testTranslateOwnContentRole in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Checks that users with "translate own content" role only can translate own content.
TriggeringElementTest::testAttemptAccessControlBypass in drupal/core/modules/system/lib/Drupal/system/Tests/Form/TriggeringElementTest.php
Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE.
UpdateContribTest::testHookUpdateStatusAlter in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php
Checks that hook_update_status_alter() works to change a status.
UpdateContribTest::testNoReleasesAvailable in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php
Tests when there is no available release data for a contrib module.
UpdateCoreTest::testModulePageRegularUpdate in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php
Checks the messages at admin/modules when an update is missing.
UpdateCoreTest::testModulePageRunCron in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php
Checks that running cron updates the list of available updates.
UpdateCoreTest::testModulePageSecurityUpdate in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTest::testModulePageUpToDate in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php
Checks the messages at admin/modules when the site is up to date.
UpdateFeedItemTest::testUpdateFeedItem in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedItemTest.php
Test running "update items" from the 'admin/config/services/aggregator' page.
UpdateFeedTest::testUpdateFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedTest.php
Create a feed and attempt to update it.
UpdateScriptTest::testRequirements in drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptTest::testThemeSystem in drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php
Tests the effect of using the update script on the theme system.
UpdateScriptTest::testUpdateAccess in drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php
Tests access to the update script.
UpdateTestBase::refreshUpdateStatus in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateTestBase.php
Refreshes the update status based on the desired available update scenario.
UpdateUploadTest::testFileNameExtensionMerging in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php
Ensures that archiver extensions are properly merged in the UI.
UpdateUploadTest::testUpdateManagerCoreSecurityUpdateMessages in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php
Checks the messages on update manager pages when missing a security update.
UrlAlterFunctionalTest::testCurrentUrlRequestedPath in drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAlterFunctionalTest.php
Test current_path() and request_path().
UrlAlterFunctionalTest::testUrlAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAlterFunctionalTest.php
Test that URL altering works and that it occurs in the correct order.
UrlTest::testLActiveClass in drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php
Tests for active class in l() function.
UserAccountLinksTests::testAccountPageTitles in drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php
Tests page title is set correctly on user account tabs.
UserAccountLinksTests::testDisabledAccountLink in drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php
Tests disabling the 'My account' link.
UserAccountLinksTests::testSecondaryMenu in drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php
Tests the secondary menu.
UserAdminTest::testUserAdmin in drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminTest.php
Registers a user and deletes it.
UserAutocompleteTest::testUserAutocomplete in drupal/core/modules/user/lib/Drupal/user/Tests/UserAutocompleteTest.php
Tests access to user autocompletion and verify the correct results.
UserCancelTest::testUserAnonymize in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Delete account and anonymize all content.
UserCancelTest::testUserBlock in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Disable account and keep all content.
UserCancelTest::testUserBlockUnpublish in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Disable account and unpublish all content.
UserCancelTest::testUserCancelByAdmin in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Create an administrative user and delete another user.
UserCancelTest::testUserCancelInvalid in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Attempt invalid account cancellations.
UserCancelTest::testUserCancelWithoutPermission in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Attempt to cancel account without permission.
UserCancelTest::testUserDelete in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Delete account and remove all content.
UserCancelTest::testUserWithoutEmailCancelByAdmin in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Tests deletion of a user account without an e-mail address.
UserCreateTest::testUserAdd in drupal/core/modules/user/lib/Drupal/user/Tests/UserCreateTest.php
Create a user through the administration interface and ensure that it displays in the user list.
UserLanguageCreationTest::testLocalUserCreation in drupal/core/modules/user/lib/Drupal/user/Tests/UserLanguageCreationTest.php
Functional test for language handling during user creation.
UserLanguageTest::testUserLanguageConfiguration in drupal/core/modules/user/lib/Drupal/user/Tests/UserLanguageTest.php
Test if user can change their default language.
UserPasswordResetTest::testUserPasswordResetExpired in drupal/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php
Attempts login using an expired password reset link.
UserPermissionsTest::testAdministratorRole in drupal/core/modules/user/lib/Drupal/user/Tests/UserPermissionsTest.php
Test assigning of permissions for the administrator role.
UserPictureTest::testCreateDeletePicture in drupal/core/modules/user/lib/Drupal/user/Tests/UserPictureTest.php
Tests creation, display, and deletion of user pictures.
UserPictureTest::testPictureOnNodeComment in drupal/core/modules/user/lib/Drupal/user/Tests/UserPictureTest.php
Tests embedded users on node pages.
UserPictureUpgradePathTest::testUserPictureUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php
Tests expected user picture conversions after a successful upgrade.
UserRegistrationTest::testRegistrationDefaultValues in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithEmailVerification in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithUserFields in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
Tests Field API fields on user registration forms.
UserRoleAdminTest::testRoleAdministration in drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
UserRolesAssignmentTest::testCreateUserWithRole in drupal/core/modules/user/lib/Drupal/user/Tests/UserRolesAssignmentTest.php
Tests that when creating a user the role can be assigned. And that it can be removed again.
UserRoleUpgradePathTest::testRoleUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserRoleUpgradePathTest.php
Tests expected role ID conversions after a successful upgrade.
UserSignatureTest::testUserSignature in drupal/core/modules/user/lib/Drupal/user/Tests/UserSignatureTest.php
Test that a user can change their signature format and that it is respected upon display.
UserTimeZoneTest::testUserTimeZone in drupal/core/modules/user/lib/Drupal/user/Tests/UserTimeZoneTest.php
Tests the display of dates and time when user-configurable time zones are set.
UserTranslationUITest::testTranslateLinkUserAdminPage in drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php
Tests translate link on user admin list.
ValidationTest::testValidate in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php
Tests form alterations by #element_validate, #validate, and form_set_value().
ValidationTest::testValidateLimitErrors in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php
Tests partial form validation through #limit_validation_errors.
VariableTest::testVariable in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/VariableTest.php
Tests variables then deletes them.
VersionTest::testModuleVersions in drupal/core/modules/system/lib/Drupal/system/Tests/Module/VersionTest.php
Test version dependencies.
ViewElementTest::testViewElement in drupal/core/modules/views/lib/Drupal/views/Tests/ViewElementTest.php
Tests the rendered output and form output of a view element.
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.
VocabularyLanguageTest::testVocabularyLanguage in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php
Tests language settings for vocabularies.
VocabularyTest::testTaxonomyAdminNoVocabularies in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php
Test the vocabulary overview with no vocabularies.
VocabularyTest::testVocabularyInterface in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php
Create, edit and delete a vocabulary via the user interface.
WebTestBase::checkForMetaRefresh in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Check for meta refresh tag and if found call drupalGet() recursively. This function looks for the http-equiv attribute to be set to "Refresh" and is case-sensitive.
WebTestBase::clickLink in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Follows a link by name.
WebTestBase::cronRun in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Runs cron in the Drupal installed by Simpletest.
WebTestBase::drupalGetAJAX in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Retrieve a Drupal path or an absolute path and JSON decode the result.
WebTestBase::drupalLogout in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
WebTestBase::drupalPost in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Execute a POST request on a Drupal page. It will be done as usual POST request with SimpleBrowser.
WebTestBase::drupalPostAJAX in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Execute an Ajax submission.
WizardTest::testCommentWizard in drupal/core/modules/views/lib/Drupal/views/Tests/Comment/WizardTest.php
Tests adding a view of comments.
WrapperTest::testWrapperCallback in drupal/core/modules/system/lib/Drupal/system/Tests/Form/WrapperTest.php
Tests using the form in a usual way.