145 calls to WebTestBase::assertNoText()

AggregatorRenderingTest::testBlockLinks in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php
Add a feed block to the page and checks its links.
BasicTest::testViewsWizardAndListing in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/BasicTest.php
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.
BlockLanguageTest::testLanguageBlockVisibility in drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php
Tests the visibility settings for the blocks based on language.
BlockTest::testBlock in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test configuring and moving a module-define block to specific regions.
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.
BookTest::testBookNavigationBlock in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Tests the functionality of the book navigation block.
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.
CommentAnonymousTest::testAnonymous in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentBlockTest::testRecentCommentBlock in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php
Tests the recent comments block.
CommentInterfaceTest::testCommentInterface in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentLinksTest::assertCommentLinks in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Asserts that comment links appear according to the passed environment.
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.
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.
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.
DisplayApiTest::testFieldViewField in drupal/core/modules/field/lib/Drupal/field/Tests/DisplayApiTest.php
Test the field_view_field() function.
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.
ElementValidationTest::testAjaxElementValidation in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/ElementValidationTest.php
Tries to post an Ajax change to a form that has a validated element.
FastTest::testUserAutocomplete in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/FastTest.php
Tests access to user autocompletion and verify the correct results.
FieldAccessTest::testFieldAccess in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php
Test that hook_field_access() is called.
FileFieldDisplayTest::testNodeDisplay in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldDisplayTest.php
Tests normal formatter display on node display.
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::testFieldFormSingle in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
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
ForumBlockTest::testNewForumTopicsBlock in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumBlockTest.php
Tests disabling and re-enabling the Forum module.
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.
FrameworkTest::testLazyLoadOverriddenCSS in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FrameworkTest.php
Tests that overridden CSS files are not added during lazy load.
FrontPageTest::testDrupalIsFrontPage in drupal/core/modules/system/lib/Drupal/system/Tests/System/FrontPageTest.php
Test front page functionality.
GotoTest::testDrupalGotoAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Common/GotoTest.php
Tests hook_drupal_goto_alter().
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.
ItemsPerPageTest::testItemsPerPage in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/ItemsPerPageTest.php
Tests the number of items per page.
LinkFieldTest::testLinkTitle in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Tests the title settings of a link field.
LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Test automatic import of a module's translation files.
LocaleImportFunctionalTest::testStandalonePoFile in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Test import of standalone .po files.
LocalePluralFormatTest::testPluralEditExport in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePluralFormatTest.php
Tests plural editing and export functionality.
LocaleTranslationTest::testStringSearch in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php
Tests translation search form.
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.
LocaleTranslationTest::testStringValidation in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php
Tests the validation of the translation input.
MainContentFallbackTest::testMainContentFallback in drupal/core/modules/system/lib/Drupal/system/Tests/System/MainContentFallbackTest.php
Test availability of main content.
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.
MenuTest::deleteMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Delete 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::toggleMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Alternately disable and enable a menu link.
MissingCheckedRequirementsTest::testCheckRequirements in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MissingCheckedRequirementsTest.php
Ensures test will not run when requirements are missing.
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.
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.
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.
NodeTypePersistenceTest::testNodeTypeCustomizationPersistence in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypePersistenceTest.php
Tests that node type customizations persist through disable and uninstall.
NodeTypeTest::testNodeTypeDeletion in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
Tests deleting a content type that still has content.
NoHelpTest::testMainPageNoHelp in drupal/core/modules/help/lib/Drupal/help/Tests/NoHelpTest.php
Ensures modules not implementing help do not appear on admin/help.
OpenIDFunctionalTest::testDelete in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDFunctionalTest.php
Test deleting an OpenID identity from a user's profile.
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.
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.
PathTaxonomyTermTest::testTermAlias in drupal/core/modules/path/lib/Drupal/path/Tests/PathTaxonomyTermTest.php
Tests alias functionality through the admin interfaces.
PhpFilterTest::testPhpFilter in drupal/core/modules/php/lib/Drupal/php/Tests/PhpFilterTest.php
Makes sure that the PHP filter evaluates PHP code when used.
PictureAdminUITest::testPictureAdmin in drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureAdminUITest.php
Test picture administration functionality.
PollBlockTest::testRecentBlock in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollBlockTest.php
Tests creating, viewing, voting on recent poll block.
PollDeleteChoiceTest::testChoiceRemoval in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollDeleteChoiceTest.php
Tests removing a choice from a poll.
PollVoteTest::testPollVote in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollVoteTest.php
Tests voting on a poll.
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.
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".
SearchCommentCountToggleTest::testSearchCommentCountToggle in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php
Verify that comment count display toggles properly on comment status of node
SearchCommentTest::assertCommentAccess in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php
Update search index and search for comment.
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::testSearchResultsComment in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php
Verify that comments are rendered using proper format in search results.
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.
SearchNumberMatchingTest::testNumberSearching in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php
Tests that all the numbers can be searched.
SearchNumbersTest::testNumberSearching in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumbersTest.php
Tests that all the numbers can be searched.
SessionHttpsTest::testHttpsSession in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php
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.
SiteMaintenanceTest::testSiteMaintenance in drupal/core/modules/system/lib/Drupal/system/Tests/System/SiteMaintenanceTest.php
Verify site maintenance mode functionality.
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.
StatusExtraTest::testStatusExtra in drupal/core/modules/views/lib/Drupal/views/Tests/Node/StatusExtraTest.php
Tests the status extra filter.
SystemAuthorizeTest::testFileTransferHooks in drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemAuthorizeTest.php
Tests the FileTransfer hooks
TaggedWithTest::testTaggedWith in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php
Tests the "tagged with" functionality.
TermFieldMultipleVocabularyTest::testTaxonomyTermFieldMultipleVocabularies in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php
Tests term reference field and widget with multiple vocabularies.
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.
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::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::testThemeSettings in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test the theme settings form.
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::testTrackerAll in drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php
Tests for the presence of nodes on the global tracker listing.
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.
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.
TriggeringElementTest::testNoButtonInfoInPost in drupal/core/modules/system/lib/Drupal/system/Tests/Form/TriggeringElementTest.php
Test the determination of $form_state['triggering_element'] when no button information is included in the POST data, as is sometimes the case when the ENTER key is pressed in a textfield in Internet Explorer.
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.
UpdateContribTest::testUpdateBrokenFetchURL in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateContribTest::testUpdateContribBasic in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php
Tests the basic functionality of a contrib module on the status report.
UpdateContribTest::testUpdateContribOrder in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php
Tests that contrib projects are ordered by project name.
UpdateContribTest::testUpdateShowDisabledThemes in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php
Tests that disabled themes are only shown when desired.
UpdateCoreTest::testDatestampMismatch in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php
Ensures proper results where there are date mismatches among modules.
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.
UpdateCoreTest::testNormalUpdateAvailable in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php
Tests the Update Manager module when one normal update is available.
UpdateCoreTest::testNoUpdatesAvailable in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php
Tests the Update Manager module when no updates are available.
UpdateCoreTest::testSecurityUpdateAvailable in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php
Tests the Update Manager module when a security update is available.
UpdateCoreTest::testServiceUnavailable in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php
Tests the Update Manager module when the update server returns 503 errors.
UpdateScriptTest::testRequirements in drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php
Tests that requirements warnings and errors are correctly displayed.
UpdateTestBase::standardTests in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateTestBase.php
Runs a series of assertions that are applicable to all update statuses.
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.
UserAdminTest::testUserAdmin in drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminTest.php
Registers a user and deletes it.
UserBlocksTests::testUserLoginBlock in drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php
Test the user login block.
UserBlocksTests::testWhosOnlineBlock in drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php
Test the Who's Online block.
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::testUserDelete in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Delete account and remove all content.
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.
UserSearchTest::testUserSearch in drupal/core/modules/user/lib/Drupal/user/Tests/UserSearchTest.php
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.
ValidationTest::testCustomRequiredError in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php
Tests #required with custom validation errors.
ValidationTest::testValidateLimitErrors in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php
Tests partial form validation through #limit_validation_errors.