404 calls to WebTestBase::assertText()

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
Creates and ensures that a feed is unique, checks source, and deletes feed.
AddFeedTest::testAddLongFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AddFeedTest.php
Tests feeds with very long URLs.
AdminTest::testAdminPages in drupal/core/modules/system/lib/Drupal/system/Tests/System/AdminTest.php
Tests output on administrative listing pages.
AggregatorConfigurationTest::testSettingsPage in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorConfigurationTest.php
Tests the settings form to ensure the correct default values are used.
AggregatorRenderingTest::testBlockLinks in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php
Adds a feed block to the page and checks its links.
AnalyzeTest::testAnalyzeBasic in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/AnalyzeTest.php
Tests that analyze works in general.
ArbitraryRebuildTest::testUserRegistrationMultipleField in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ArbitraryRebuildTest.php
Tests a rebuild caused by a multiple value field.
ArbitraryRebuildTest::testUserRegistrationRebuild in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ArbitraryRebuildTest.php
Tests a basic rebuild with the user registration form.
AreaTest::testRenderAreaToken in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTest.php
Tests global tokens.
AreaTest::testTitleArea in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTest.php
Tests overriding the view title using the area title handler.
AreaTest::testUI in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTest.php
Tests the generic UI of a area handler.
BareMinimalUpgradePathTest::testBasicMinimalUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalUpgradePathTest.php
Tests a successful major version release upgrade.
BareStandardUpgradePathTest::testBasicStandardUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareStandardUpgradePathTest.php
Tests a successful major version release upgrade.
BasicTest::testViewsWizardAndListing in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/BasicTest.php
BlockCacheTest::testCacheGlobal in drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php
Test DRUPAL_CACHE_GLOBAL.
BlockCacheTest::testCachePerPage in drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php
Test DRUPAL_CACHE_PER_PAGE.
BlockCacheTest::testCachePerRole in drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php
Test DRUPAL_CACHE_PER_ROLE.
BlockCacheTest::testCachePerUser in drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php
Test DRUPAL_CACHE_PER_USER.
BlockCacheTest::testNoCache in drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php
Test DRUPAL_NO_CACHE.
BlockHiddenRegionTest::testBlockNotInHiddenRegion in drupal/core/modules/block/lib/Drupal/block/Tests/BlockHiddenRegionTest.php
Tests that hidden regions do not inherit blocks when a theme is enabled.
BlockLanguageCacheTest::testBlockLinks in drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageCacheTest.php
Creates a block in a language, check blocks page in all languages.
BlockLanguageTest::setUp in drupal/core/modules/block/lib/Drupal/block/Tests/BlockLanguageTest.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.
BlockLibrarySearchTest::testBlockLibrarySearch in drupal/core/modules/block/lib/Drupal/block/Tests/BlockLibrarySearchTest.php
Test block library search.
BlockTest::moveBlockToRegion in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Moves a block to a given region via the UI and confirms the result.
BlockTest::testBlock in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test configuring and moving a module-define block to specific regions.
BlockTest::testBlockModuleDisable in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Tests blocks belonging to disabled modules.
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::testHideBlockTitle in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test block title display settings.
BlockTestBase::moveBlockToRegion in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTestBase.php
Moves a block to a given region via the UI and confirms the result.
BlockUpgradePathTest::testBlockUpgradeTitleLength in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BlockUpgradePathTest.php
Tests block title length after successful upgrade.
BookTest::checkBookNode in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Checks the outline of sub-pages; previous, up, and next.
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
Tests the book navigation block when an access module is enabled.
BulkFormTest::testBulkForm in drupal/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php
Tests the bulk form.
BulkFormTest::testBulkForm in drupal/core/modules/user/lib/Drupal/user/Tests/Views/BulkFormTest.php
Tests the user bulk form.
BundleTest::testBundleRegistration in drupal/core/modules/system/lib/Drupal/system/Tests/Bundle/BundleTest.php
Tests that services provided by module bundles get registered to the DIC.
CachedDataUITest::testCacheData in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/CachedDataUITest.php
Tests the user tempstore views data in the UI.
CacheDecoratorLanguageTest::testCacheDecoratorLanguage in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorLanguageTest.php
Check the translations of the cached plugin definitions.
CategorizeFeedTest::testCategorizeFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedTest.php
Creates a feed and makes sure you can add more than one category to it.
ClassLoaderTest::testClassLoading in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ClassLoaderTest.php
Tests that module-provided classes can be loaded when a module is enabled.
ColorTest::testValidColor in drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php
Tests whether the provided color is valid.
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.
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.
CommentNodeAccessTest::testThreadedCommentView in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNodeAccessTest.php
Test that threaded comments can be viewed.
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.
CommentTestBase::deleteComment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Deletes a comment.
CommentTestBase::performCommentOperation in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Performs the specified operation on the specified comment.
CommentTestBase::postComment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Posts a comment.
ConditionFormTest::testConfigForm in drupal/core/modules/system/lib/Drupal/system/Tests/Condition/ConditionFormTest.php
Submit the condition_node_type_test_form to test condition forms.
ConfigEntityListTest::testListUI in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php
Tests the listing UI.
ConfigEntityTest::testCRUDUI in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigImportUITest::testImport in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php
Tests importing configuration.
ConfigImportUITest::testImportLock in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php
Tests concurrent importing of configuration.
ConfigLocaleOverrideWebTest::testSiteNameTranslation in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigLocaleOverrideWebTest.php
Tests translating the site name.
ConfigTest::testFileConfigurationPage in drupal/core/modules/system/lib/Drupal/system/Tests/File/ConfigTest.php
Tests file configuration page.
ConfigurationTest::testActionConfiguration in drupal/core/modules/action/lib/Drupal/action/Tests/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
ConfirmFormTest::testConfirmForm in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ConfirmFormTest.php
ContactPersonalTest::testPersonalContactAccess in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactPersonalTest.php
Tests access to the personal contact form.
ContactPersonalTest::testPersonalContactFlood in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactPersonalTest.php
Tests the personal contact form flood protection.
ContactSitewideTest::testSiteWideContact in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContactUpgradePathTest::testContactUpgrade in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactUpgradePathTest.php
Tests upgrade of contact table to configuration entities.
ContentNegotiationTest::testBogusAcceptHeader in drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/ContentNegotiationTest.php
Verifies HTML responses for bogus Accept headers.
CronRunTest::testAutomaticCron in drupal/core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php
Ensure that the automatic cron run feature is working.
CustomBlockCreationTest::testBlockDelete in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockCreationTest.php
Test deleting a block.
CustomBlockFieldTest::testBlockFields in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockFieldTest.php
Checks block edit functionality.
CustomBlockTypeTest::testCustomBlockTypeDeletion in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTypeTest.php
Tests deleting a block type that still has content.
DateFormatsLanguageTest::testLocalizeDateFormats in drupal/core/modules/system/lib/Drupal/system/Tests/System/DateFormatsLanguageTest.php
Functional tests for localizing date formats.
DatetimeFieldTest::testDateField in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Tests date field functionality.
DatetimeFieldTest::testDatelistWidget in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Tests Date List Widget functionality.
DatetimeFieldTest::testDatetimeField in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Tests date and time field.
DatetimeFieldTest::testInvalidField in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Test that invalid values are caught and marked as invalid.
DateTimeTest::testDateFormatConfiguration in drupal/core/modules/system/lib/Drupal/system/Tests/System/DateTimeTest.php
Test date format configuration.
DateTimeTest::testTimeZoneHandling in drupal/core/modules/system/lib/Drupal/system/Tests/System/DateTimeTest.php
Test time zones and DST handling.
DbLogTest::doNode in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php
Generates and then verifies some node events.
DbLogTest::doUser in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php
Generates and then verifies some user events.
DbLogTest::testFilter in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php
Tests the database log filter functionality at admin/reports/dblog.
DbLogTest::verifyReports in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php
Confirms that database log reports are displayed at the correct paths.
DefaultViewsTest::testDefaultViews in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DefaultViewsTest.php
Tests default views.
DependencyTest::testEnableRequirementsFailureDependency in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Tests enabling a module that depends on a module which fails hook_requirements().
DependencyTest::testEnableWithoutDependency in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Attempts to enable the Entity Translation module without Language enabled.
DependencyTest::testMissingModules in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Attempts to enable a module with a missing dependency.
DependencyTest::testModuleEnableOrder in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents.
DependencyTest::testUninstallDependents in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Tests attempting to uninstall a module that has installed dependents.
DisplayAttachmentTest::testAttachmentUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayAttachmentTest.php
Tests the attachment UI.
DisplayPath::testPathUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayPath.php
DisplayTest::testCloneDisplay in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php
Tests the cloning of a display.
DisplayTest::testDisplayPlugin in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php
Tests the display test plugin.
DisplayTest::testInvalidDisplayPlugins in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php
Tests invalid display plugins.
ElementsTableSelectTest::testEmptyText in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php
Test the display of the #empty text when #options is an empty array.
ElementsTableSelectTest::testMultipleFalseSubmit in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php
Test submission of values when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrueSubmit in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php
Test the submission of single and multiple values 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.
EmailFieldTest::testEmailField in drupal/core/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php
Tests e-mail field.
EnableDisableTest::assertSuccessfulDisableAndUninstall in drupal/core/modules/system/lib/Drupal/system/Tests/Module/EnableDisableTest.php
Disables and uninstalls a module and asserts that it was done correctly.
EnableDisableTest::testEnableDisable in drupal/core/modules/system/lib/Drupal/system/Tests/Module/EnableDisableTest.php
Tests that all core modules can be enabled, disabled and uninstalled.
ErrorHandlerTest::testExceptionHandler in drupal/core/modules/system/lib/Drupal/system/Tests/System/ErrorHandlerTest.php
Test the exception handler.
ExposedFormUITest::testExposedAdminUi in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/ExposedFormUITest.php
Tests the admin interface of exposed filter and sort items.
FeedParserTest::testAtomSample in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php
Tests a feed that uses the Atom format.
FeedParserTest::testRSS091Sample in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php
Tests a feed that uses the RSS 0.91 format.
FieldAccessTest::testFieldAccess in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php
Test that hook_field_access() is called.
FieldUIRouteTest::testFieldUIRoutes in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUIRouteTest.php
Ensures that entity types with bundles do not break following entity types.
FieldUITest::testFieldUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/FieldUITest.php
Tests the UI of field handlers.
FieldUpgradePathTest::testFieldUpgradeToConfig in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUpgradePathTest.php
Tests migration of field and instance definitions to config.
FileFieldDisplayTest::testNodeDisplay in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldDisplayTest.php
Tests normal formatter display on node display.
FileInclusionTest::testLoadCustomInclude in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FileInclusionTest.php
Tests loading a custom specified include.
FileInclusionTest::testLoadMenuInclude in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FileInclusionTest.php
Tests loading an include specified in hook_menu().
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
Tests the format administration functionality.
FilterDateTest::_testUiValidation in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterDateTest.php
Make sure the validation callbacks works.
FilterFormatAccessTest::testFormatWidgetPermissions in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php
Tests editing a page using a disallowed text format.
FilterHooksTest::testFilterHooks in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHooksTest.php
Tests hooks on format management.
FilterSecurityTest::testDisableFilterModule in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php
Tests removal of filtered content when an active filter is disabled.
FormatDateTest::testAdminDefinedFormatDate in drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php
Tests admin-defined formats in format_date().
FormObjectTest::testObjectFormCallback in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormObjectTest.php
Tests using an object as the form callback.
FormTest::testFieldFormSingle in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
FormTest::testFormStateDatabaseConnection in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Tests a form with a form state storing a database connection.
FormTest::testInputForgery in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Test Form API protections against input forgery.
FormTest::testSelect in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Tests validation of #type 'select' elements.
ForumIndexTest::testForumIndexStatus in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumIndexTest.php
Tests the forum index for published and unpublished nodes.
ForumNodeAccessTest::testForumNodeAccess in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumNodeAccessTest.php
Creates some users and creates a public node and a private node.
ForumTest::deleteForum in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Deletes a forum.
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.
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.
FrontPageTest::testDrupalIsFrontPage in drupal/core/modules/system/lib/Drupal/system/Tests/System/FrontPageTest.php
Test front page functionality.
GotoTest::testDrupalGetDestination in drupal/core/modules/system/lib/Drupal/system/Tests/Common/GotoTest.php
Tests drupal_get_destination().
GotoTest::testDrupalGoto in drupal/core/modules/system/lib/Drupal/system/Tests/Common/GotoTest.php
Tests drupal_goto().
HandlerFilterUserNameTest::testAdminUserInterface in drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFilterUserNameTest.php
Tests using the user interface.
HookRequirementsTest::testHookRequirementsFailure in drupal/core/modules/system/lib/Drupal/system/Tests/Module/HookRequirementsTest.php
Assert that a module cannot be installed if it fails hook_requirements().
ImageAdminStylesTest::testEditEffect in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
Verifies that editing an image effect does not cause it to be duplicated.
ImageAdminStylesTest::testStyleReplacement in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
Test deleting a style and choosing a replacement style.
ImageFieldDisplayTest::testImageFieldSettings in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php
Tests for image field settings.
ImageFieldValidateTest::testRequiredAttributes in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldValidateTest.php
Test that required alt/title fields gets validated right.
ImageFieldValidateTest::testResolution in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldValidateTest.php
Test min/max resolution settings.
ImportOpmlTest::openImportForm in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php
Opens OPML import form.
ImportOpmlTest::submitImportForm in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php
Submits form with invalid, empty, and valid OPML files.
ImportOpmlTest::validateImportFormFields in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php
Submits form filled with invalid fields.
InstallationProfileModuleTestsTest::testInstallationProfileTests in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/InstallationProfileModuleTestsTest.php
Tests existence of test case located in an installation profile module.
IpAddressBlockingTest::testIPAddressValidation in drupal/core/modules/ban/lib/Drupal/ban/Tests/IpAddressBlockingTest.php
Tests various user input to confirm correct validation and saving of data.
ItemsPerPageTest::testItemsPerPage in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/ItemsPerPageTest.php
Tests the number of items per page.
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.
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.
LanguagePathMonolingualTest::testPageLinks in drupal/core/modules/language/lib/Drupal/language/Tests/LanguagePathMonolingualTest.php
Verifies that links do not have language prefixes in them.
LanguageSwitchingTest::testLanguageBlock in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php
Functional tests for the language switcher block.
LanguageUILanguageNegotiationTest::runTest in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
LanguageUpgradePathTest::testLanguageUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/LanguageUpgradePathTest.php
Tests a successful upgrade.
LanguageUrlRewritingTest::testUrlRewritingEdgeCases in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUrlRewritingTest.php
Check that non-installed languages are not considered.
LayoutDerivativesTest::testDerivatives in drupal/core/modules/layout/lib/Drupal/layout/Tests/LayoutDerivativesTest.php
Tests for module/theme layout derivatives.
LayoutDerivativesTest::testPageLayout in drupal/core/modules/layout/lib/Drupal/layout/Tests/LayoutDerivativesTest.php
Test layout functionality as applies to pages.
LinkFieldTest::testLinkFormatter in drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Tests the default 'link' formatter.
LinkFieldTest::testLinkSeparateFormatter in drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Tests the 'link_separate' formatter.
LinkFieldTest::testLinkTitle in drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Tests the link title settings of a link field.
LinkFieldTest::testURLValidation in drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Tests link field URL validation.
LinkFieldUITest::testFieldUI in drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldUITest.php
Tests that link field UI functionality does not generate warnings.
LocaleConfigTranslationTest::testConfigTranslation in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleConfigTranslationTest.php
Tests basic configuration translation.
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.
LocaleImportFunctionalTest::testConfigPoFile in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Tests .po file import with configuration translation.
LocaleImportFunctionalTest::testEmptyMsgstr in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Test empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testStandalonePoFile in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Test import of standalone .po files.
LocalePathTest::testPathLanguageConfiguration in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePathTest.php
Test if a language can be associated with a path alias.
LocalePluralFormatTest::testPluralEditExport in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePluralFormatTest.php
Tests plural editing and export functionality.
LocaleTranslationTest::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::testUICustomizedStrings in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php
Tests that only changed strings are saved customized when edited.
LocaleUpdateInterfaceTest::testInterface in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateInterfaceTest.php
Tests the user interfaces of the interface translation update system.
LocaleUpdateTest::testEnableCustomLanguage in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests automatic translation import when a custom langauge is enabled.
LocaleUpdateTest::testUpdateImportSourceRemote in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests translation import from remote sources.
LocalTasksTest::testLocalTasks in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/LocalTasksTest.php
Tests appearance of local tasks.
LockFunctionalTest::testLockAcquire in drupal/core/modules/system/lib/Drupal/system/Tests/Lock/LockFunctionalTest.php
Confirms that we can acquire and release locks in two parallel requests.
MailUpgradePathTest::checkCompletionPage in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/MailUpgradePathTest.php
Overrides UpgradePathTestBase::checkCompletionPage().
MainContentFallbackTest::testMainContentFallback in drupal/core/modules/system/lib/Drupal/system/Tests/System/MainContentFallbackTest.php
Test availability of main content.
ManageDisplayTest::testFormatterUI in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
Tests formatter settings.
ManageFieldsTest::cardinalitySettings in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests the cardinality settings of a field.
ManageFieldsTest::manageFieldsPage in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests the manage fields page.
ManageFieldsTest::testDefaultValue in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests that default value is correctly validated and saved.
ManageFieldsTest::testDuplicateFieldName in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests that a duplicate field name is caught by validation.
MenuNodeTest::testMenuNodeFormWidget in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuNodeTest.php
Test creating, editing, deleting menu links via node form widget.
MenuRouterTest::testDescriptionMenuItems in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Tests menu item descriptions.
MenuRouterTest::testFileInheritance in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Test that 'page callback', 'file' and 'file path' keys are properly inherited from parent menu paths.
MenuRouterTest::testHookCustomTheme in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Test that hook_custom_theme() can control the theme of a page.
MenuRouterTest::testHookMenuIntegration in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Test local tasks with route placeholders.
MenuRouterTest::testMaintenanceModeLoginPaths in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Make sure the maintenance mode can be bypassed using an EventSubscriber.
MenuRouterTest::testThemeCallbackAdministrative in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Test the theme callback when it is set to use an administrative theme.
MenuRouterTest::testThemeCallbackFakeTheme in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Test the theme callback when it is set to use a theme that does not exist.
MenuRouterTest::testThemeCallbackHookCustomTheme in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Test that the theme callback wins out over hook_custom_theme().
MenuRouterTest::testThemeCallbackInheritance in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Test that the theme callback is properly inherited.
MenuRouterTest::testThemeCallbackMaintenanceMode in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Test the theme callback when the site is in maintenance mode.
MenuRouterTest::testThemeCallbackNoThemeRequested in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Test the theme callback when no theme is requested.
MenuRouterTest::testThemeCallbackOptionalTheme in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Test the theme callback when it is set to use an optional theme.
MenuRouterTest::testTitleCallbackFalse in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Test title callback set to FALSE.
MenuRouterTest::testTitleMenuCallback in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Tests page title of MENU_CALLBACKs.
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::modifyMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Modify a menu link using the menu module UI.
MenuTest::resetMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Reset a standard menu link using the menu module UI.
MenuTest::testSystemMenuRename in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Test renaming built-in menu.
MenuTest::toggleMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Alternately disable and enable a menu link.
MenuTest::verifyAccess in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Verify the logged in user has the desired access to the various menu nodes.
MinimalTest::testMinimal in drupal/core/profiles/minimal/lib/Drupal/minimal/Tests/MinimalTest.php
Tests Minimal installation profile.
MiniPagerTest::testMiniPagerRender in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/MiniPagerTest.php
Tests the rendering of mini pagers.
ModuleApiTest::testModuleInvoke in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test that module_invoke() can load a hook defined in hook_hook_info().
ModuleApiTest::testModuleInvokeAll in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test that module_invoke_all() can load a hook defined in hook_hook_info().
ModuleApiTest::testModuleInvokeAllDuringLoadFunction in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test that a menu item load function can invoke hooks defined in hook_hook_info().
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.
NodeAccessRebuildTest::testNodeAccessRebuild in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessRebuildTest.php
Tests rebuilding the node access permissions table.
NodeBlockFunctionalTest::testRecentNodeBlock in drupal/core/modules/node/lib/Drupal/node/Tests/NodeBlockFunctionalTest.php
Tests the recent comments block.
NodeCreationTest::testUnpublishedNodeCreation in drupal/core/modules/node/lib/Drupal/node/Tests/NodeCreationTest.php
Creates an unpublished node and confirms correct redirect behavior.
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.
NodeRevisionsAllTestCase::testRevisions in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsAllTestCase.php
Checks node revision operations.
NodeRevisionsTest::testNodeRevisionWithoutLogMessage in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php
Checks that revisions are correctly saved without log messages.
NodeRevisionsTest::testRevisions in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php
Checks node revision related operations.
NodeRSSContentTest::testNodeRSSContent in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRSSContentTest.php
Ensures that a new node includes the custom data when added to an RSS feed.
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.
NonDefaultBlockAdminTest::testNonDefaultBlockAdmin in drupal/core/modules/block/lib/Drupal/block/Tests/NonDefaultBlockAdminTest.php
Test non-default theme admin.
NumberFieldTest::testNumberDecimalField in drupal/core/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php
Test number_decimal field.
OptionsFieldUITest::assertAllowedValuesInput in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php
Tests a string input for the 'allowed values' form element.
OptionsFieldUITest::testNodeDisplay in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php
Tests normal and key formatter display on node display.
OptionsWidgetsTest::testCheckBoxes in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTest::testOnOffCheckbox in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_onoff' widget.
OptionsWidgetsTest::testSelectListMultiple in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (multiple select).
OverrideDisplaysTest::testOverrideDisplays in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/OverrideDisplaysTest.php
Tests that displays can be overridden via the UI.
OverrideDisplaysTest::testRevertAllDisplays in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/OverrideDisplaysTest.php
Tests that the revert to all displays select-option works as expected.
OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/OverrideDisplaysTest.php
Tests that the wizard correctly sets up default and overridden displays.
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.
PageEditTest::testPageEdit in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/PageEditTest.php
Checks block edit functionality.
PageNotFoundTest::testPageNotFound in drupal/core/modules/system/lib/Drupal/system/Tests/System/PageNotFoundTest.php
PagePreviewTest::testPagePreview in drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php
Checks the node preview functionality.
PagePreviewTest::testPagePreviewWithRevisions in drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php
Checks the node preview functionality, when using revisions.
PagerTest::testStorePagerSettings in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php
Pagers was sometimes not stored.
PageTitleFilteringTest::testTitleTags in drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php
Tests the handling of HTML by drupal_set_title() and drupal_get_title()
PathAliasTest::testAdminAlias in drupal/core/modules/path/lib/Drupal/path/Tests/PathAliasTest.php
Tests alias functionality through the admin interfaces.
PathAliasTest::testDuplicateNodeAlias in drupal/core/modules/path/lib/Drupal/path/Tests/PathAliasTest.php
Tests that duplicate aliases fail validation.
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.
PathLanguageUiTest::testDefaultLanguageUrl in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageUiTest.php
Tests that a default language URL alias works.
PathLanguageUiTest::testLanguageNeutralUrl in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageUiTest.php
Tests that a language-neutral URL alias works.
PathLanguageUiTest::testNonDefaultUrl in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageUiTest.php
Tests that a non-default language URL alias works.
PathTaxonomyTermTest::testTermAlias in drupal/core/modules/path/lib/Drupal/path/Tests/PathTaxonomyTermTest.php
Tests alias functionality through the admin interfaces.
PhpAccessTest::testNoPrivileges in drupal/core/modules/php/lib/Drupal/php/Tests/PhpAccessTest.php
Makes sure that the user can't use the PHP filter when not given access.
PhpFilterTest::testPhpFilter in drupal/core/modules/php/lib/Drupal/php/Tests/PhpFilterTest.php
Makes sure that the PHP filter evaluates PHP code when used.
PhpTestBase::setUp in drupal/core/modules/php/lib/Drupal/php/Tests/PhpTestBase.php
Sets up a Drupal site for running functional and integration tests.
PictureAdminUITest::testPictureAdmin in drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureAdminUITest.php
Test picture administration functionality.
PreviewTest::testPreviewContextual in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/PreviewTest.php
Tests contextual links in the preview form.
PreviewTest::testPreviewUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/PreviewTest.php
Tests arguments in the preview form.
ProcessingTest::testBatchForm in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches defined in a form submit handler.
ProcessingTest::testBatchFormMultipleBatches in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches defined in different submit handlers on the same form.
ProcessingTest::testBatchFormMultistep in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches defined in a multistep form.
ProcessingTest::testBatchFormProgrammatic in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches defined in a programmatically submitted form.
ProcessingTest::testBatchLargePercentage in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches that return $context['finished'] > 1 do in fact complete.
ProcessingTest::testBatchNoForm in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches triggered outside of form submission.
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.
SearchAdvancedSearchFormTest::testNodeType in drupal/core/modules/search/lib/Drupal/search/Tests/SearchAdvancedSearchFormTest.php
Test using the search form with GET and POST queries. Test using the advanced search form to limit search to nodes of type "Basic page".
SearchBlockTest::testSearchFormBlock in drupal/core/modules/search/lib/Drupal/search/Tests/SearchBlockTest.php
Test that the search form block can be placed and works.
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::testSearchModuleSettingsPage in drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php
Verify module-supplied settings form.
SearchConfigSettingsFormTest::testSearchSettingsPage in drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php
Verify the search settings form.
SearchEmbedFormTest::testEmbeddedForm in drupal/core/modules/search/lib/Drupal/search/Tests/SearchEmbedFormTest.php
Tests that the embedded form appears and can be submitted.
SearchKeywordsConditionsTest::testSearchKeyswordsConditions in drupal/core/modules/search/lib/Drupal/search/Tests/SearchKeywordsConditionsTest.php
Verify the kewords are captured and conditions respected.
SearchLanguageTest::testLanguages in drupal/core/modules/search/lib/Drupal/search/Tests/SearchLanguageTest.php
SearchNodeAccessTest::testPhraseSearchPunctuation in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNodeAccessTest.php
Tests that search returns results with punctuation in the search phrase.
SearchNumberMatchingTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php
Sets up a Drupal site for running functional and integration tests.
SearchNumberMatchingTest::testNumberSearching in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php
Tests that all the numbers can be searched.
SearchNumbersTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumbersTest.php
Sets up a Drupal site for running functional and integration tests.
SearchNumbersTest::testNumberSearching in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumbersTest.php
Tests that all the numbers can be searched.
SearchPageOverrideTest::testSearchPageHook in drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageOverrideTest.php
SearchPageTextTest::testSearchText in drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageTextTest.php
Tests the failed search text, and various other text on the search page.
SearchPreprocessLangcodeTest::testPreprocessLangcode in drupal/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php
Tests that hook_search_preprocess() returns the correct langcode.
SearchPreprocessLangcodeTest::testPreprocessStemming in drupal/core/modules/search/lib/Drupal/search/Tests/SearchPreprocessLangcodeTest.php
Tests stemming for hook_search_preprocess().
SelectTableSortDefaultTest::testTableSortDefaultSort in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php
Confirms that no error is thrown if no sort is set in a tableselect.
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.
SessionTest::testSessionSaveRegenerate in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Tests for drupal_save_session() and drupal_session_regenerate().
ShortcutSetsTest::testShortcutSetAdd in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests creating a shortcut set.
ShortcutSetsTest::testShortcutSetCreateWithSetName in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests creating a new shortcut set with a defined set name.
ShortcutSetsTest::testShortcutSetSwitchNoSetName in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests switching a user's shortcut set without providing a new set name.
ShutdownFunctionsTest::testShutdownFunctions in drupal/core/modules/system/lib/Drupal/system/Tests/System/ShutdownFunctionsTest.php
Test shutdown functions.
SiteMaintenanceTest::testSiteMaintenance in drupal/core/modules/system/lib/Drupal/system/Tests/System/SiteMaintenanceTest.php
Verify site maintenance mode functionality.
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.
StatisticsAdminTest::testExpiredLogs in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Tests that cron clears day counts and expired access logs.
StatisticsAdminTest::testStatisticsSettings in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Verifies that the statistics settings page works.
StatisticsReportsTest::testPopularContentBlock in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php
Tests the "popular content" block.
StatusExtraTest::testStatusExtra in drupal/core/modules/node/lib/Drupal/node/Tests/Views/StatusExtraTest.php
Tests the status extra filter.
StorageTest::testCachedFormStorageValidation in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php
Tests updating cached form storage during form validation.
StorageTest::testForm in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php
Tests using the form in a usual way.
StorageTest::testFormCached in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php
Tests using the form with an activated $form_state['cache'] property.
StorageTest::testFormStatePersist in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php
Tests a form using form state without using 'storage' to pass data from the constructor to a submit handler. The data has to persist even when caching gets activated, what may happen when a modules alter the form and adds #ajax properties.
StyleSerializerTest::testUIFieldAlias in drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php
Test the field ID alias functionality of the DataFieldRow plugin.
SummaryLengthTest::testSummaryLength in drupal/core/modules/node/lib/Drupal/node/Tests/SummaryLengthTest.php
Tests the node summary length functionality.
SyslogTest::testSettings in drupal/core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php
Tests the syslog settings page.
SystemAuthorizeTest::testFileTransferHooks in drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemAuthorizeTest.php
Tests the FileTransfer hooks
SystemConfigFormTest::testSystemConfigForm in drupal/core/modules/system/lib/Drupal/system/Tests/Form/SystemConfigFormTest.php
Tests the SystemConfigFormTestBase class.
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.
TermFieldTest::testTaxonomyTermFieldWidgets in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php
Test widgets.
TermTest::testNodeTermCreationAndDeletion in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Test term creation with a free-tagging vocabulary from the node form.
TermTest::testTaxonomyNode in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Test that hook_node_$op implementations work correctly.
TermTest::testTermInterface in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TextFieldTest::_testTextfieldWidgets in drupal/core/modules/text/lib/Drupal/text/Tests/TextFieldTest.php
Helper function for testTextfieldWidgets().
TextFieldTest::_testTextfieldWidgetsFormatted in drupal/core/modules/text/lib/Drupal/text/Tests/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
TextTranslationTest::testTextFieldFormatted in drupal/core/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::testAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Ensures theme hook_*_alter() implementations can run before anything is rendered.
ThemeTest::testInvalidTheme in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test that themes can't be enabled when the base theme or engine is missing.
ThemeTest::testPreprocessForSuggestions in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Ensures preprocess functions run even for suggestion implementations.
ThemeTest::testSwitchDefaultTheme in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test switching the default theme.
ThemeTest::testTemplateOverride in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Ensures a themes template is overrideable based on the 'template' filename.
ThemeTest::testThemeSettings in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test the theme settings form.
ThemeTestPhpTemplate::testTemplateOverride in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTestPhpTemplate.php
Ensures a theme's template is overrideable based on the 'template' filename.
ToolbarMenuTranslationTest::testToolbarClasses in drupal/core/modules/toolbar/lib/Drupal/toolbar/Tests/ToolbarMenuTranslationTest.php
Tests that toolbar classes don't change when adding a translation.
TourTest::testTourFunctionality in drupal/core/modules/tour/lib/Drupal/tour/Tests/TourTest.php
Test tour functionality.
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::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::testUpdateBaseThemeSecurityUpdate in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php
Tests that subthemes are notified about security updates for base themes.
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::testLanguageModuleUpdate in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php
Checks language module in core package at admin/reports/updates.
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::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.
UpdateFeedTest::testUpdateFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedTest.php
Creates a feed and attempts 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::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.
UpdateUploadTest::testUploadModule in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php
Tests upload and extraction of a module.
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.
UserAdminTest::testUserAdmin in drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminTest.php
Registers a user and deletes it.
UserBlocksTests::testWhosOnlineBlock in drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php
Test the Who's Online block.
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::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.
UserCreateFailMailTest::testUserAdd in drupal/core/modules/user/lib/Drupal/user/Tests/UserCreateFailMailTest.php
Tests the create user administration page.
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.
UserEditTest::testUserEdit in drupal/core/modules/user/lib/Drupal/user/Tests/UserEditTest.php
Test user edit page.
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::assertFailedLogin in drupal/core/modules/user/lib/Drupal/user/Tests/UserLoginTest.php
Make an unsuccessful login attempt.
UserPasswordResetTest::testUserPasswordReset in drupal/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php
Tests password reset functionality.
UserPermissionsTest::testUserPermissionChanges in drupal/core/modules/user/lib/Drupal/user/Tests/UserPermissionsTest.php
Change user permissions and check user_access().
UserRegistrationTest::testRegistrationEmailDuplicates in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithEmailVerification in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithoutEmailVerification in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithUserFields in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
Tests Field API fields on user registration forms.
UserRoleAdminTest::testRoleWeightOrdering in drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php
Test user role weight change operation and ordering.
UserRolesAssignmentTest::testAssignAndRemoveRole in drupal/core/modules/user/lib/Drupal/user/Tests/UserRolesAssignmentTest.php
Tests that a user can be assigned a role and that the role can be removed again.
UserRolesAssignmentTest::testCreateUserWithRole in drupal/core/modules/user/lib/Drupal/user/Tests/UserRolesAssignmentTest.php
Tests that when creating a user the role can be assigned. And that it can be removed again.
UserRoleUpgradePathTest::testRoleUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserRoleUpgradePathTest.php
Tests expected role ID conversions after a successful upgrade.
UserSearchTest::testUserSearch in drupal/core/modules/user/lib/Drupal/user/Tests/UserSearchTest.php
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.
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.
ValidationTest::testCustomRequiredError in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php
Tests #required with custom validation errors.
ValidationTest::testValidate in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php
Tests form alterations by #element_validate, #validate, and form_set_value().
ValidationTest::testValidateLimitErrors in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php
Tests partial form validation through #limit_validation_errors.
VariableTest::testVariable in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/VariableTest.php
Tests variables then deletes them.
VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyPermissionsTest.php
Create, edit and delete a taxonomy term via the user interface.
VocabularyTest::testTaxonomyAdminDeletingVocabulary in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php
Deleting a vocabulary.
VocabularyTest::testTaxonomyAdminNoVocabularies in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php
Test the vocabulary overview with no vocabularies.
VocabularyTest::testVocabularyInterface in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php
Create, edit and delete a vocabulary via the user interface.
WrapperTest::testWrapperCallback in drupal/core/modules/system/lib/Drupal/system/Tests/Form/WrapperTest.php
Tests using the form in a usual way.