401 calls to WebTestBase::drupalLogin()

AccessDeniedTest::testAccessDenied in drupal/core/modules/system/lib/Drupal/system/Tests/System/AccessDeniedTest.php
AdminTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/AdminTest.php
Sets up a Drupal site for running functional and integration tests.
AdminTest::testAdminPages in drupal/core/modules/system/lib/Drupal/system/Tests/System/AdminTest.php
Tests output on administrative listing pages.
AggregatorRenderingTest::testBlockLinks in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php
Add a feed block to the page and checks its links.
AggregatorTestBase::setUp in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
Sets up a Drupal site for running functional and integration tests.
AlterTest::setUp in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/AlterTest.php
Sets up a Drupal site for running functional and integration tests.
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::testUI in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTest.php
Tests the generic UI of a area handler.
ArgumentDefaultTest::testArgumentDefaultNoOptions in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ArgumentDefaultTest.php
Tests the use of a default argument plugin that provides no options.
ArgumentDefaultTest::test_plugin_argument_default_current_user in drupal/core/modules/views/lib/Drupal/views/Tests/User/ArgumentDefaultTest.php
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.
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::setUp in drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php
Sets up a Drupal site for running functional and integration tests.
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.
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::setUp in drupal/core/modules/block/lib/Drupal/block/Tests/BlockHtmlIdTest.php
Sets up a Drupal site for running functional and integration tests.
BlockInvalidRegionTest::setUp in drupal/core/modules/block/lib/Drupal/block/Tests/BlockInvalidRegionTest.php
Sets up a Drupal site for running functional and integration tests.
BlockLanguageTest::testLanguageBlockVisibility in drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php
Tests the visibility settings for the blocks based on language.
BlockLanguageTest::testLanguageBlockVisibilityBlockDelete in drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php
Tests if the visibility settings are removed if the block is deleted.
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete in drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.php
Tests if the visibility settings are removed if the language is deleted.
BlockTest::setUp in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Sets up a Drupal site for running functional and integration tests.
BlockTest::testCustomBlockFormat in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test creating custom block using Full HTML.
BlockUserAccountSettingsTest::setUp in drupal/core/modules/block/lib/Drupal/block/Tests/BlockUserAccountSettingsTest.php
Sets up a Drupal site for running functional and integration tests.
BookTest::createBook in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Create a new book with a page hierarchy.
BookTest::testBook in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Test book functionality through node interfaces.
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.
BreadcrumbTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/BreadcrumbTest.php
Sets up a Drupal site for running functional and integration tests.
BreadcrumbTest::testBreadCrumbs in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
BrokenSetUpTest::setUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrokenSetUpTest.php
Sets up a Drupal site for running functional and integration tests.
ColorTest::testValidColor in drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php
Tests whether the provided color is valid.
ColorTest::_testColor in drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php
Tests the Color module functionality using the given theme.
CommandsTest::testAjaxCommands in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/CommandsTest.php
Tests the various Ajax Commands.
CommentActionsTest::testCommentPublishUnpublishActions in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php
Tests comment publish and unpublish actions.
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::setUp in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php
Sets up a Drupal site for running functional and integration tests.
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.
CommentContentRebuildTest::testCommentRebuild in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentContentRebuildTest.php
Tests the rebuilding of comment's content arrays on calling comment_view().
CommentCSSTest::testCommentClasses in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentCSSTest.php
Tests CSS classes on comments.
CommentFieldsTest::testCommentEnable in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php
Tests that comment module works when enabled after a content module.
CommentFieldsTest::testCommentFormat in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php
Tests that comment module works correctly with plain text format.
CommentInterfaceTest::testCommentInterface in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentLanguageTest::setUp in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
CommentLinksTest::setEnvironment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Re-configures the environment, module settings, and user permissions.
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.
CommentNodeChangesTest::testNodeDeletion in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNodeChangesTest.php
Tests that comments are deleted with the node.
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.
CommentPreviewTest::testCommentPreview in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php
Tests comment preview.
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::setUp in drupal/core/modules/views/lib/Drupal/views/Tests/Comment/CommentTestBase.php
Sets up a Drupal site for running functional and integration tests.
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.
ConfigImportUITest::setUp in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php
Sets up a Drupal site for running functional and integration tests.
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::testAutoReply in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
Tests auto-reply on the site-wide contact form.
ContactSitewideTest::testSiteWideContact in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContextualDynamicContextTest::setUp in drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualDynamicContextTest.php
Sets up a Drupal site for running functional and integration tests.
CronRunTest::testAutomaticCron in drupal/core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php
Ensure that the automatic cron run feature is working.
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::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/DateFormatsLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
DateTimeTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/DateTimeTest.php
Sets up a Drupal site for running functional and integration tests.
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::testDBLog in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Tests Database Logging module functionality through interfaces.
DBLogTest::testDBLogAddAndClear in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Tests the addition and clearing of log events through the admin interface.
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.
DeleteTest::testDelete in drupal/core/modules/rest/lib/Drupal/rest/Tests/DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
DisplayFeedTest::setUp in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayFeedTest.php
Sets up a Drupal site for running functional and integration tests.
DisplayTest::setUp in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php
Sets up a Drupal site for running functional and integration tests.
DrupalDateTimeTest::testDateTimezone in drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DrupalDateTimeTest.php
Test that DrupalDateTime can detect the right timezone to use. Test with a variety of less commonly used timezone names to help ensure that the system timezone will be different than the stated timezones.
EfqTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/EfqTest.php
Sets up a Drupal site for running functional and integration tests.
ElementsVerticalTabsTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsVerticalTabsTest.php
Sets up a Drupal site for running functional and integration tests.
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.
EmailFieldTest::setUp in drupal/core/modules/field/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php
Sets up a Drupal site for running functional and integration tests.
EntityAccessTest::testEntityAccess in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php
Ensures entity access is properly working.
EntityAccessTest::testEntityTranslationAccess in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php
Ensures entity access for entity translations is properly working.
EntityFilteringThemeTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php
Sets up a Drupal site for running functional and integration tests.
EntityFormTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php
Sets up a Drupal site for running functional and integration tests.
EntityRevisionsTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php
Sets up a Drupal site for running functional and integration tests.
EntityTranslationFormTest::testEntityFormLanguage in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php
Tests entity form language.
EntityTranslationUITest::setupTranslator in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
Creates and activates a translator user.
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::setUp in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php
Set the default field storage backend for fields created during tests.
FieldUiTestBase::setUp in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUiTestBase.php
Sets up a Drupal site for running functional and integration tests.
FileFieldTestBase::setUp in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php
Sets up a Drupal site for running functional and integration tests.
FileFieldWidgetTest::testPrivateFileComment in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
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::setUp in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
Sets up a Drupal site for running functional and integration tests.
FilterAdminTest::testFilterAdmin in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterDateTest::_testUiValidation in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterDateTest.php
Make sure the validation callbacks works.
FilterDefaultFormatTest::testDefaultTextFormats in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultFormatTest.php
Tests if the default text format is accessible to users.
FilterFormatAccessTest::setUp in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php
Sets up a Drupal site for running functional and integration tests.
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.
FilterHooksTest::setUp in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHooksTest.php
Sets up a Drupal site for running functional and integration tests.
FilterHtmlImageSecureTest::setUp in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHtmlImageSecureTest.php
Sets up a Drupal site for running functional and integration tests.
FilterSecurityTest::setUp in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php
Sets up a Drupal site for running functional and integration tests.
FormatDateTest::testAdminDefinedFormatDate in drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php
Tests admin-defined formats in format_date().
FormatDateTest::testFormatDate in drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php
Tests the format_date() function.
FormTest::setUp in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
Set the default field storage backend for fields created during tests.
FormValuesTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FormValuesTest.php
Sets up a Drupal site for running functional and integration tests.
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::setUp in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumIndexTest.php
Sets up a Drupal site for running functional and integration tests.
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::doAdminTests in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Runs admin tests on the admin user.
ForumTest::doBasicTests in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Runs basic tests on the indicated user.
ForumTest::testAddOrphanTopic in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Tests that forum nodes can't be added without a parent.
ForumTest::testEnableForumField in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Tests disabling and re-enabling the Forum module.
ForumTest::testForum in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Tests forum functionality through the admin and user interfaces.
FrontPageTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/FrontPageTest.php
Sets up a Drupal site for running functional and integration tests.
HandlerFilterUserNameTest::testAdminUserInterface in drupal/core/modules/views/lib/Drupal/views/Tests/User/HandlerFilterUserNameTest.php
Tests using the user interface.
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.
HooksTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/HooksTest.php
Sets up a Drupal site for running functional and integration tests.
ImageFieldDisplayTest::_testImageFieldFormatters in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php
Test image formatters on node display.
ImageFieldTestBase::setUp in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php
Sets up a Drupal site for running functional and integration tests.
InstallationProfileModuleTestsTest::setUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/InstallationProfileModuleTestsTest.php
Sets up a Drupal site for running functional and integration tests.
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.
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::testNodeTypeUpdate in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php
Tests that the configuration is updated when the node type is changed.
LanguageConfigurationTest::testLanguageConfiguration in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageCustomLanguageConfigurationTest::testLanguageConfiguration in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageCustomLanguageConfigurationTest.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::setUp in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php
Sets up a Drupal site for running functional and integration tests.
LanguagePathMonolingualTest::setUp in drupal/core/modules/language/lib/Drupal/language/Tests/LanguagePathMonolingualTest.php
Sets up a Drupal site for running functional and integration tests.
LanguageSwitchingTest::setUp in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php
Sets up a Drupal site for running functional and integration tests.
LanguageUILanguageNegotiationTest::setUp in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
Sets up a Drupal site for running functional and integration tests.
LanguageUrlRewritingTest::setUp in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUrlRewritingTest.php
Sets up a Drupal site for running functional and integration tests.
LegacyTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/LegacyTest.php
Sets up a Drupal site for running functional and integration tests.
LinkFieldTest::setUp in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Sets up a Drupal site for running functional and integration tests.
LinkFieldUITest::setUp in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldUITest.php
Sets up a Drupal site for running functional and integration tests.
LoadMultipleTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/LoadMultipleTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleCompareTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php
Setup the test environment.
LocaleCompareTest::testLocaleCompare in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php
Test for translation status storage and translation status comparison.
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::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleFileImportStatus::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleFileImportStatus.php
Sets up a Drupal site for running functional and integration tests.
LocaleImportFunctionalTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Sets up a Drupal site for running functional and integration tests.
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::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePluralFormatTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleTranslationTest::testEnglishTranslation in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php
Enable interface translation to English
LocaleTranslationTest::testJavaScriptTranslation in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php
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.
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.
LoopTest::testActionLoop in drupal/core/modules/action/lib/Drupal/action/Tests/LoopTest.php
Sets up a loop with 3 - 12 recursions, and sees if it aborts properly.
MainContentFallbackTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/MainContentFallbackTest.php
Sets up a Drupal site for running functional and integration tests.
MainContentFallbackTest::testMainContentFallback in drupal/core/modules/system/lib/Drupal/system/Tests/System/MainContentFallbackTest.php
Test availability of main content.
MappingDefinitionTest::testUserAttributesInMarkup in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php
Tests if default mapping for user is being used.
MenuNodeTest::setUp in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuNodeTest.php
Sets up a Drupal site for running functional and integration tests.
MenuTest::testMenu in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
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.
MissingCheckedRequirementsTest::setUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MissingCheckedRequirementsTest.php
Sets up a Drupal site for running functional and integration tests.
ModuleApiTest::testModuleImplements in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test module_implements() caching.
ModuleTestBase::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Sets up a Drupal site for running functional and integration tests.
MultiFormTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/MultiFormTest.php
Sets up a Drupal site for running functional and integration tests.
MultiStepNodeFormBasicOptionsTest::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/MultiStepNodeFormBasicOptionsTest.php
Sets up a Drupal site for running functional and integration tests.
NewDefaultThemeBlocksTest::testNewDefaultThemeBlocks in drupal/core/modules/block/lib/Drupal/block/Tests/NewDefaultThemeBlocksTest.php
Check the enabled Bartik blocks are correctly copied over.
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::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessRebuildTest.php
Sets up a Drupal site for running functional and integration tests.
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.
NodeBlockTest::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeBlockTest.php
Sets up a Drupal site for running functional and integration tests.
NodeCreationTest::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeCreationTest.php
Sets up a Drupal site for running functional and integration tests.
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::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeFieldMultilingualTestCase.php
Sets up a Drupal site for running functional and integration tests.
NodeLoadMultipleTest::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeLoadMultipleTest.php
Sets up a Drupal site for running functional and integration tests.
NodePostSettingsTest::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodePostSettingsTest.php
Sets up a Drupal site for running functional and integration tests.
NodeQueryAlterTest::testNodeQueryAlterOverride in drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter override.
NodeQueryAlterTest::testNodeQueryAlterWithUI in drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php
Tests that node access permissions are followed.
NodeRevisionsAllTestCase::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php
Sets up a Drupal site for running functional and integration tests.
NodeRevisionsAllTestCase::testRevisions in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php
Checks node revision operations.
NodeRevisionsTest::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php
Sets up a Drupal site for running functional and integration tests.
NodeRSSContentTest::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRSSContentTest.php
Sets up a Drupal site for running functional and integration tests.
NodeSaveTest::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php
Sets up a Drupal site for running functional and integration tests.
NodeTitleTest::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTitleTest.php
Sets up a Drupal site for running functional and integration tests.
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::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeInitialLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
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::setUp in drupal/core/modules/field/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php
Sets up a Drupal site for running functional and integration tests.
OpenIDFunctionalTest::testBlockedUserLogin in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDFunctionalTest.php
Test that a blocked user cannot log in.
OpenIDFunctionalTest::testDelete in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDFunctionalTest.php
Test deleting an OpenID identity from a user's profile.
OpenIDFunctionalTest::testDiscovery in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDFunctionalTest.php
Test discovery of OpenID Provider Endpoint via Yadis and HTML.
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.
OptionsFieldUITest::setUp in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php
Set the default field storage backend for fields created during tests.
OptionsSelectDynamicValuesTest::testSelectListDynamic in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsSelectDynamicValuesTest.php
Tests the 'options_select' widget (single select).
OptionsWidgetsTest::setUp in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Set the default field storage backend for fields created during tests.
OptionsWidgetsTest::testOnOffCheckbox in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_onoff' widget.
OtherInstallationProfileModuleTestsTest::setUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/OtherInstallationProfileModuleTestsTest.php
Sets up a Drupal site for running functional and integration tests.
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.
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
PagePreviewTest::setUp in drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php
Sets up a Drupal site for running functional and integration tests.
PagerTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Pager/PagerTest.php
Sets up a Drupal site for running functional and integration tests.
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::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php
Implement setUp().
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::setUp in drupal/core/modules/path/lib/Drupal/path/Tests/PathAliasTest.php
Sets up a Drupal site for running functional and integration tests.
PathLanguageTest::setUp in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
PathLanguageUiTest::setUp in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageUiTest.php
Sets up a Drupal site for running functional and integration tests.
PathTaxonomyTermTest::setUp in drupal/core/modules/path/lib/Drupal/path/Tests/PathTaxonomyTermTest.php
Sets up a Drupal site for running functional and integration tests.
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::setUp in drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureAdminUITest.php
Drupal\simpletest\WebTestBase\setUp().
PictureFieldDisplayTest::setUp in drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php
Drupal\simpletest\WebTestBase\setUp().
PictureFieldDisplayTest::_testPictureFieldFormatters in drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php
Test picture formatters on node display.
PollBlockTest::setUp in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollBlockTest.php
Sets up a Drupal site for running functional and integration tests.
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.
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.
PollTokenReplaceTest::testPollTokenReplacement in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollTokenReplaceTest.php
Creates a poll, then tests the tokens generated from it.
PollTranslateTest::testPollTranslate in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollTranslateTest.php
Tests poll creation and translation.
PollVoteCheckHostnameTest::setUp in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollVoteCheckHostnameTest.php
Sets up a Drupal site for running functional and integration tests.
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.
RdfaMarkupTest::testAttributesInMarkupFile in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfaMarkupTest.php
Tests if file fields in teasers have correct resources.
ReadTest::testRead in drupal/core/modules/rest/lib/Drupal/rest/Tests/ReadTest.php
Tests several valid and invalid read requests on all entity types.
RebuildTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php
Sets up a Drupal site for running functional and integration tests.
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.
RouterPermissionTest::testPermissionAccess in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterPermissionTest.php
Tests permission requirements on routes.
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::testMenuLinkMaintain in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Tests for menu_link_maintain().
RouterTest::testMenuName in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Tests for menu_name parameter for hook_menu().
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.
RssTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/RssTest.php
Sets up a Drupal site for running functional and integration tests.
SaveUploadTest::setUp in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Sets up a Drupal site for running functional and integration tests.
SearchAdvancedSearchFormTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchAdvancedSearchFormTest.php
Sets up a Drupal site for running functional and integration tests.
SearchBlockTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchBlockTest.php
Sets up a Drupal site for running functional and integration tests.
SearchCommentCountToggleTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php
Sets up a Drupal site for running functional and integration tests.
SearchCommentTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php
Sets up a Drupal site for running functional and integration tests.
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.
SearchCommentTest::testSearchResultsCommentAccess in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentTest.php
Verify access rules for comment indexing with different permissions.
SearchConfigSettingsFormTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php
Sets up a Drupal site for running functional and integration tests.
SearchEmbedFormTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchEmbedFormTest.php
Sets up a Drupal site for running functional and integration tests.
SearchExactTest::testExactQuery in drupal/core/modules/search/lib/Drupal/search/Tests/SearchExactTest.php
Tests that the correct number of pager links are found for both keywords and phrases.
SearchKeywordsConditionsTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchKeywordsConditionsTest.php
Sets up a Drupal site for running functional and integration tests.
SearchLanguageTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
SearchNodeAccessTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNodeAccessTest.php
Sets up a Drupal site for running functional and integration tests.
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::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageOverrideTest.php
Sets up a Drupal site for running functional and integration tests.
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.
SearchPreprocessLangcodeTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php
Sets up a Drupal site for running functional and integration tests.
SearchRankingTest::testDoubleRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
Verifies that if we combine two rankings, search still works.
SearchRankingTest::testHTMLRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
Test rankings of HTML tags.
SearchRankingTest::testRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
SelectComplexTest::testJoinSubquery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests that we can join on a query.
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::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.
ShortcutTestBase::setUp in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutTestBase.php
Sets up a Drupal site for running functional and integration tests.
SimpleTestTest::setUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
Sets up a Drupal site for running functional and integration tests.
SimpleTestTest::testInternalBrowser in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
Test the internal browsers functionality.
SiteMaintenanceTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/SiteMaintenanceTest.php
Sets up a Drupal site for running functional and integration tests.
SiteMaintenanceTest::testSiteMaintenance in drupal/core/modules/system/lib/Drupal/system/Tests/System/SiteMaintenanceTest.php
Verify site maintenance mode functionality.
StatisticsAdminTest::setUp in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Sets up a Drupal site for running functional and integration tests.
StatisticsAdminTest::testDeleteUser in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Tests that accesslog reflects when a user is deleted.
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.
StatisticsTestBase::setUp in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTestBase.php
Sets up a Drupal site for running functional and integration tests.
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::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php
Sets up a Drupal site for running functional and integration tests.
SyslogTest::testSettings in drupal/core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php
Tests the syslog settings page.
SystemAuthorizeTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemAuthorizeTest.php
Sets up a Drupal site for running functional and integration tests.
TermFieldMultipleVocabularyTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php
Sets up a Drupal site for running functional and integration tests.
TermFieldTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php
Sets up a Drupal site for running functional and integration tests.
TermIndexTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php
Sets up a Drupal site for running functional and integration tests.
TermLanguageTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
TermTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Sets up a Drupal site for running functional and integration tests.
TermTranslationUITest::testTranslateLinkVocabularyAdminPage in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php
Tests translate link on vocabulary term list.
TextFieldTest::setUp in drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php
Sets up a Drupal site for running functional and integration tests.
TextFieldTest::_testTextfieldWidgetsFormatted in drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
TextSummaryTest::testOnlyTextSummary in drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextSummaryTest.php
Test sending only summary.
TextTranslationTest::setUp in drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextTranslationTest.php
Sets up a Drupal site for running functional and integration tests.
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::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/ThemeTest.php
Sets up a Drupal site for running functional and integration tests.
ThemeTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Sets up a Drupal site for running functional and integration tests.
TokenReplaceTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TokenReplaceTest.php
Sets up a Drupal site for running functional and integration tests.
ToolbarHookToolbarTest::setUp in drupal/core/modules/toolbar/lib/Drupal/toolbar/Tests/ToolbarHookToolbarTest.php
Sets up a Drupal site for running functional and integration tests.
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::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TrailTest.php
Sets up a Drupal site for running functional and integration tests.
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::testFieldFormTranslationRevisions in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Tests field translations when creating a new revision.
TranslationTest::testLanguageSwitcherBlockIntegration in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Tests that the language switcher block alterations work as intended.
TranslationTest::testLanguageSwitchLinks in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Checks that the language switch links behave properly.
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.
UITestBase::setUp in drupal/core/modules/views/lib/Drupal/views/Tests/UI/UITestBase.php
Sets up a Drupal site for running functional and integration tests.
UpdateContribTest::setUp in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php
Sets up a Drupal site for running functional and integration tests.
UpdateContribTest::testHookUpdateStatusAlter in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php
Checks that hook_update_status_alter() works to change a status.
UpdateCoreTest::setUp in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php
Sets up a Drupal site for running functional and integration tests.
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::testRequirements in drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptTest::testSuccessfulUpdateFunctionality in drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php
Tests update.php after performing a successful update.
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.
UpdateUploadTest::setUp in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php
Sets up a Drupal site for running functional and integration tests.
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.
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::testMassUserCancelByAdmin in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Create an administrative user and mass-delete other users.
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::testUserCancelUid1 in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Tests that user account for uid 1 cannot be cancelled.
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.
UserEditedOwnAccountTest::testUserEditedOwnAccount in drupal/core/modules/user/lib/Drupal/user/Tests/UserEditedOwnAccountTest.php
UserEditTest::testUserEdit in drupal/core/modules/user/lib/Drupal/user/Tests/UserEditTest.php
Test user edit page.
UserEditTest::testUserWithoutEmailEdit in drupal/core/modules/user/lib/Drupal/user/Tests/UserEditTest.php
Tests editing of a user account without an e-mail address.
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.
UserLoginTest::testGlobalLoginFloodControl in drupal/core/modules/user/lib/Drupal/user/Tests/UserLoginTest.php
Test the global login flood control.
UserLoginTest::testPasswordRehashOnLogin in drupal/core/modules/user/lib/Drupal/user/Tests/UserLoginTest.php
Test that user password is re-hashed upon login after changing $count_log2.
UserLoginTest::testPerUserLoginFloodControl in drupal/core/modules/user/lib/Drupal/user/Tests/UserLoginTest.php
Test the per-user login flood control.
UserPasswordResetTest::testUserPasswordReset in drupal/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php
Tests password reset functionality.
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.
UserPermissionsTest::testUserPermissionChanges in drupal/core/modules/user/lib/Drupal/user/Tests/UserPermissionsTest.php
Change user permissions and check user_access().
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.
UserRegistrationTest::testRegistrationWithoutEmailVerification 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.
UserRoleAdminTest::testRoleWeightChange in drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php
Test user role weight change operation.
UserRolesAssignmentTest::setUp in drupal/core/modules/user/lib/Drupal/user/Tests/UserRolesAssignmentTest.php
Sets up a Drupal site for running functional and integration tests.
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.
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.
UserTokenReplaceTest::testUserTokenReplacement in drupal/core/modules/user/lib/Drupal/user/Tests/UserTokenReplaceTest.php
Creates a user, then tests the tokens generated from it.
UserTranslationUITest::testTranslateLinkUserAdminPage in drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php
Tests translate link on user admin list.
UserValidateCurrentPassCustomFormTest::testUserValidateCurrentPassCustomForm in drupal/core/modules/user/lib/Drupal/user/Tests/UserValidateCurrentPassCustomFormTest.php
Tests that user_validate_current_pass can be reused on a custom form.
VocabularyLanguageTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php
Sets up a Drupal site for running functional and integration tests.
VocabularyTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php
Sets up a Drupal site for running functional and integration tests.
VocabularyUnitTest::setUp in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php
Sets up a Drupal site for running functional and integration tests.
WizardTestBase::setUp in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/WizardTestBase.php
Sets up a Drupal site for running functional and integration tests.