145 calls to WebTestBase::assertResponse()

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.
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).
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.
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.
BreadcrumbTest::testBreadCrumbs in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
ColorTest::_testColor in drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php
Tests the Color module functionality using the given theme.
CommentApprovalTest::testApprovalNodeInterface in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentApprovalTest.php
Tests comment approval functionality through the node interface.
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.
ContactPersonalTest::testPersonalContactAccess in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactPersonalTest.php
Tests access to the personal contact form.
ContactSitewideTest::testSiteWideContact in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
CronRunTest::testCronRun in drupal/core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php
Test cron runs.
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::testWatchdog in drupal/core/modules/rest/lib/Drupal/rest/Tests/DBLogTest.php
Writes a log messages and retrieves it via the web API.
DBLogTest::verifyReports in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Confirms that database log reports are displayed at the correct paths.
DBLogTest::verifyRowLimit in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Verifies setting of the database log row limit.
DefaultViewsTest::testDefaultViews in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DefaultViewsTest.php
Tests default views.
DeleteTest::testDelete in drupal/core/modules/rest/lib/Drupal/rest/Tests/DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
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.
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.
DownloadTest::testPublicFileTransfer in drupal/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php
Test the public file transfer system.
EntityFilteringThemeTest::testThemedEntity in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php
Checks each themed entity for XSS filtering in available themes.
ErrorHandlerTest::testErrorHandler in drupal/core/modules/system/lib/Drupal/system/Tests/System/ErrorHandlerTest.php
Test the error handler.
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.
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.
FieldWebTest::testClickSorting in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php
Tests the click sorting functionality.
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.
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
FilterFormatAccessTest::testFormatPermissions in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php
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.
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::createForum in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Creates a forum container or a forum.
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::editForumTaxonomy in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Edits the forum taxonomy.
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.
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.
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.
ImageDimensionsTest::testImageDimensions in drupal/core/modules/image/lib/Drupal/image/Tests/ImageDimensionsTest.php
Test styled image dimensions cumulatively.
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().
IndexPhpTest::testIndexPhpHandling in drupal/core/modules/system/lib/Drupal/system/Tests/System/IndexPhpTest.php
Test index.php handling.
ItemsPerPageTest::testItemsPerPage in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/ItemsPerPageTest.php
Tests the number of items per page.
LanguageListTest::testLanguageList in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguagePathMonolingualTest::testPageLinks in drupal/core/modules/language/lib/Drupal/language/Tests/LanguagePathMonolingualTest.php
Verifies that links do not have language prefixes in them.
LanguageUILanguageNegotiationTest::testUILanguageNegotiation in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
Tests for language switching by URL path.
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.
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.
MenuTest::addCustomMenu in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Add custom menu.
MenuTest::addMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Add a menu link using the menu module UI.
MenuTest::deleteCustomMenu in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Delete custom menu.
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::moveMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Change the parent of 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::testMenus in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/MenuTest.php
Tests the menu functionality.
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.
NodeAccessBaseTableTest::testNodeAccessBasic in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessBaseTableTest.php
Tests the "private" node access functionality.
NodeAdminTest::testContentAdminPages in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAdminTest.php
Tests content overview with different user permissions.
NodeTranslationUITest::testTranslateLinkContentAdminPage in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php
Tests translate link on content admin page.
NodeTypeTest::testNodeTypeCreation in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
Tests creating a content type programmatically and via a form.
OpenIDFunctionalTest::testLogin in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDFunctionalTest.php
Test login using OpenID.
OpenIDFunctionalTest::testLoginMaintenanceMode in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDFunctionalTest.php
Test login using OpenID during maintenance mode.
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.
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.
PathLanguageTest::testAliasTranslation in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageTest.php
Test alias functionality through the admin interfaces.
PathTaxonomyTermTest::testTermAlias in drupal/core/modules/path/lib/Drupal/path/Tests/PathTaxonomyTermTest.php
Tests alias functionality through the admin interfaces.
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.
PreviewTest::testPreviewUI in drupal/core/modules/views/lib/Drupal/views/Tests/UI/PreviewTest.php
Tests arguments in the preview form.
ReadTest::testRead in drupal/core/modules/rest/lib/Drupal/rest/Tests/ReadTest.php
Tests several valid and invalid read requests on all entity types.
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.
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::testDynamicRoutes in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php
Checks that dynamically defined and altered routes work correctly.
SaveUploadTest::setUp in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Sets up a Drupal site for running functional and integration tests.
SaveUploadTest::testExistingError in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test for failure when uploading over a file that already exists.
SaveUploadTest::testExistingRename in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test renaming when uploading over a file that already exists.
SaveUploadTest::testExistingReplace in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test replacement when uploading over a file that already exists.
SaveUploadTest::testHandleDangerousFile in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test dangerous file handling.
SaveUploadTest::testHandleExtension in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test extension handling.
SaveUploadTest::testHandleFileMunge in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test file munge handling.
SaveUploadTest::testNormal in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test the file_save_upload() function.
SearchBlockTest::testBlock in drupal/core/modules/search/lib/Drupal/search/Tests/SearchBlockTest.php
Test that the search block form works correctly.
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::testEmptySessionID in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Test that empty session IDs are not allowed.
ShortcutLinksTest::testShortcutLinkAdd in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
Tests that creating a shortcut works properly.
ShortcutSetsTest::testShortcutSetDeleteDefault in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests deleting the default shortcut set.
ShortcutSetsTest::testShortcutSetSwitchOwn in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests switching a user's own shortcut set.
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.
SortingTest::testSorting in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/SortingTest.php
Tests the sorting functionality.
StandardTest::testStandard in drupal/core/profiles/standard/lib/Drupal/standard/Tests/StandardTest.php
Tests Standard installation profile.
StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanAdvancedTest.php
Tests form_state_values_clean().
TaggedWithTest::testTaggedWith in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php
Tests the "tagged with" functionality.
TermTest::testTermInterface 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.
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().
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::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.
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::testNoUpdateFunctionality in drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php
Tests update.php when there are no updates to apply.
UpdateScriptTest::testSuccessfulUpdateFunctionality in drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php
Tests update.php after performing a successful update.
UpdateScriptTest::testUpdateAccess in drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php
Tests access to the update script.
UpgradePathTestBase::performUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php
Perform the upgrade.
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.
UserAutocompleteTest::testUserAutocomplete in drupal/core/modules/user/lib/Drupal/user/Tests/UserAutocompleteTest.php
Tests access to user autocompletion and verify the correct results.
UserCancelTest::testUserCancelWithoutPermission in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Attempt to cancel account without permission.
UserRegistrationTest::testRegistrationWithEmailVerification in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
UserRoleAdminTest::testRoleAdministration in drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
UserRoleUpgradePathTest::testRoleUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserRoleUpgradePathTest.php
Tests expected role ID conversions after a successful upgrade.
UserTranslationUITest::testTranslateLinkUserAdminPage in drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php
Tests translate link on user admin list.
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.
WebTestBase::drupalLogout in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php