493 calls to WebTestBase::drupalPost()
- AccessDeniedTest::testAccessDenied in drupal/core/modules/system/lib/Drupal/system/Tests/System/AccessDeniedTest.php
- 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
- Add a feed block to the page and checks its links.
- AggregatorTestBase::createFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
- Create an aggregator feed (simulate form submission on admin/config/services/aggregator/add/feed).
- AggregatorTestBase::createSampleNodes in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
- Creates sample article nodes.
- AggregatorTestBase::deleteFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
- Delete an aggregator feed.
- AggregatorTestBase::removeFeedItems in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
- Confirm item removal from a feed.
- AnalyzeTest::testAnalyzeBasic in drupal/core/modules/views/lib/Drupal/views/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::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.
- BasicTest::testViewsWizardAndListing in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/BasicTest.php
- BlockAdminThemeTest::testAdminTheme in drupal/core/modules/block/lib/Drupal/block/Tests/BlockAdminThemeTest.php
- Check for the accessibility of the admin theme on the block admin page.
- BlockCacheTest::setUp in drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php
- Sets up a Drupal site for running functional and integration tests.
- 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::testBlockInInvalidRegion in drupal/core/modules/block/lib/Drupal/block/Tests/BlockInvalidRegionTest.php
- Tests that blocks assigned to invalid regions work correctly.
- 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::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::testBlockVisibility in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
- Test block visibility.
- BlockTest::testBlockVisibilityListedEmpty in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
- Test block visibility when using "pages" restriction but leaving
"pages" textarea empty
- BlockTest::testBlockVisibilityPerUser in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
- Test user customization of block visibility.
- BlockTest::testCustomBlock in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
- Test creating custom block, moving it to a specific region and then deleting it.
- BlockTest::testCustomBlockFormat in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
- Test creating custom block using Full HTML.
- BlockUpgradePathTest::testBlockUpgradeTitleLength in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BlockUpgradePathTest.php
- Tests block title length after successful upgrade.
- BookTest::createBookNode in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
- Create book node.
- 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::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::testBreadCrumbs in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/BreadcrumbTest.php
- Tests breadcrumbs on node and administrative paths.
- BrokenSetUpTest::testBreakSetUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrokenSetUpTest.php
- Runs this test case from within the simpletest child site.
- BrowserTest::testGetAbsoluteUrl in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrowserTest.php
- Test Drupal\simpletest\WebTestBase::getAbsoluteUrl().
- BulkFormTest::testBulkForm in drupal/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php
- Tests the bulk form.
- CategorizeFeedItemTest::testCategorizeFeedItem in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedItemTest.php
- If a feed has a category, make sure that the children inherit that
categorization.
- CategorizeFeedTest::testCategorizeFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedTest.php
- Create a feed and make sure you can add more than one category to it.
- CheckboxTest::testFormCheckbox in drupal/core/modules/system/lib/Drupal/system/Tests/Form/CheckboxTest.php
- 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.
- 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.
- CommentBlockTest::testRecentCommentBlock in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php
- Tests the recent comments block.
- 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.
- CommentLanguageTest::setUp in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLanguageTest.php
- Sets up a Drupal site for running functional and integration tests.
- CommentLanguageTest::testCommentLanguage in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLanguageTest.php
- Test that comment language is properly set.
- 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.
- ConfigEntityListTest::testListUI in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php
- Tests the listing UI.
- ConfigEntityTest::testCRUDUI in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php
- Tests CRUD operations through the UI.
- ConfigImportUITest::testImport in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php
- Tests importing configuration.
- ConfigImportUITest::testImportLock in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php
- Tests concurrent importing of configuration.
- ConfigurationTest::testActionConfiguration in drupal/core/modules/action/lib/Drupal/action/Tests/ConfigurationTest.php
- Tests configuration of advanced actions through administration interface.
- ContactPersonalTest::submitPersonalContact in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactPersonalTest.php
- Fills out a user's personal contact form and submits it.
- ContactPersonalTest::testPersonalContactAccess in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactPersonalTest.php
- Tests access to the personal contact form.
- ContactSitewideTest::addCategory in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
- Adds a category.
- ContactSitewideTest::deleteCategories in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
- Deletes all categories.
- ContactSitewideTest::submitContact in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
- Submits the contact form.
- ContactSitewideTest::testSiteWideContact in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
- Tests configuration options and the site-wide contact form.
- ContactSitewideTest::updateCategory in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
- Updates a category.
- CronRunTest::testAutomaticCron in drupal/core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php
- Ensure that the automatic cron run feature is working.
- DateFormatsLanguageTest::testLocalizeDateFormats in drupal/core/modules/system/lib/Drupal/system/Tests/System/DateFormatsLanguageTest.php
- Functional tests for localizing date formats.
- DateTimeTest::testDateFormatConfiguration in drupal/core/modules/system/lib/Drupal/system/Tests/System/DateTimeTest.php
- Test date format configuration.
- 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::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::verifyRowLimit in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
- Verifies setting of the database log row limit.
- DefaultViewsTest::testDefaultViews in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DefaultViewsTest.php
- Tests default views.
- 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.
- DisplayExtenderUITest::testDisplayExtenderUI in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayExtenderUITest.php
- Tests the display extender UI.
- DisplayFeedTest::testFeedUI in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayFeedTest.php
- Tests feed display admin ui.
- DisplayPath::testPathUI in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayPath.php
- DisplayTest::randomView in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php
- A helper method which creates a random view.
- DisplayTest::testAddDisplay in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php
- Tests adding a display.
- DisplayTest::testCloneDisplay in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php
- Tests the cloning of a display.
- DisplayTest::testDisableDisplay in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php
- Tests disabling of a display.
- DisplayTest::testDisplayPlugin in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php
- Tests the display test plugin.
- DisplayTest::testRemoveDisplay in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php
- Tests removing a display.
- DisplayTest::testReorderDisplay in drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayTest.php
- Tests reordering of displays.
- 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.
- 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.
- EmailFieldTest::testEmailField in drupal/core/modules/field/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php
- Tests e-mail field.
- EmailTest::testFormEmail in drupal/core/modules/system/lib/Drupal/system/Tests/Form/EmailTest.php
- Tests that #type 'email' fields are properly validated.
- 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.
- EntityFormTest::testFormCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php
- Tests basic form CRUD functionality.
- EntityTranslationFormTest::testEntityFormLanguage in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php
- Tests entity form language.
- EntityTranslationUITest::testTranslationUI in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
- Tests the basic translation UI.
- ExposedFormTest::testExposedAdminUi in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php
- Tests the admin interface of exposed filter and sort items.
- FieldUiTestBase::fieldUIAddExistingField in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUiTestBase.php
- Adds an existing field through the Field UI.
- FieldUiTestBase::fieldUIAddNewField in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUiTestBase.php
- Creates a new field through the Field UI.
- FieldUiTestBase::fieldUIDeleteField in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUiTestBase.php
- Deletes a field instance through the Field UI.
- FileFieldDisplayTest::testNodeDisplay in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldDisplayTest.php
- Tests normal formatter display on node display.
- FileFieldRevisionTest::testRevisions in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRevisionTest.php
- Tests creating multiple revisions of a node and managing attached files.
- FileFieldRSSContentTest::testFileFieldRSSContent in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRSSContentTest.php
- Tests RSS enclosure formatter display for RSS feeds.
- FileFieldTestBase::removeNodeFile in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php
- Removes a file from a node.
- FileFieldTestBase::replaceNodeFile in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php
- Replaces a file within a node.
- FileFieldTestBase::uploadNodeFile in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php
- Uploads a file to a node.
- FileFieldValidateTest::testRequired in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldValidateTest.php
- Tests the required property on file fields.
- FileFieldWidgetTest::testMultiValuedWidget in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
- Tests upload and remove buttons for multiple multi-valued File fields.
- FileFieldWidgetTest::testPrivateFileComment in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
- Tests that download restrictions on private files work on comments.
- FileFieldWidgetTest::testPrivateFileSetting in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
- Tests a file field with a "Private files" upload destination setting.
- FileFieldWidgetTest::testSingleValuedWidget in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
- Tests upload and remove buttons for a single-valued File field.
- FileInclusionTest::testLoadCustomInclude in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FileInclusionTest.php
- Tests loading a custom specified include.
- FileManagedFileElementTest::testManagedFile in drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedFileElementTest.php
- Tests the managed_file element type.
- 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
- FilterAdminTest::testUrlFilterAdmin in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
- Tests the URL filter settings form is properly validated.
- 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::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.
- FilterHtmlImageSecureTest::testImageSource in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHtmlImageSecureTest.php
- Tests removal of images having a non-local source.
- 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().
- FormatDateTest::testFormatDate in drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php
- Tests the format_date() function.
- FormTest::testCheckboxProcessing in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
- Test default value handling for checkboxes.
- FormTest::testColorValidation in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
- Tests validation of #type 'color' elements.
- FormTest::testDisabledElements in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
- Test handling of disabled elements.
- FormTest::testFieldFormAccess in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
- Tests fields with no 'edit' access.
- FormTest::testFieldFormJSAddMore in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
- FormTest::testFieldFormMultipleWidget in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
- Tests widgets handling multiple values.
- FormTest::testFieldFormMultivalueWithRequiredRadio in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
- Tests widget handling of multiple required radios.
- FormTest::testFieldFormSingle in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
- FormTest::testFieldFormSingleRequired in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
- FormTest::testFieldFormUnlimited in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
- FormTest::testInputForgery in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
- Test Form API protections against input forgery.
- FormTest::testNestedFieldForm in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
- Tests Field API form integration within a subform.
- FormTest::testNumber in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
- Tests validation of #type 'number' and 'range' elements.
- FormTest::testRange in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
- Tests default value handling of #type 'range' elements.
- FormTest::testRequiredCheckboxesRadio in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
- Tests validation for required checkbox, select, and radio elements.
- FormTest::testRequiredTextfieldNoTitle in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
- Tests validation for required textfield element without title.
- FormTest::testSelect in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
- Tests validation of #type 'select' elements.
- ForumBlockTest::createForumTopics in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumBlockTest.php
- Creates a forum topic.
- ForumBlockTest::testActiveForumTopicsBlock in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumBlockTest.php
- ForumBlockTest::testNewForumTopicsBlock in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumBlockTest.php
- Tests disabling and re-enabling the Forum module.
- ForumIndexTest::testForumIndexStatus in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumIndexTest.php
- Tests the forum index for published and unpublished nodes.
- ForumNodeAccessTest::testForumNodeAccess in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumNodeAccessTest.php
- Creates some users and creates a public node and a private node.
- ForumTest::createForum in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
- Creates a forum container or a forum.
- ForumTest::createForumTopic in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
- Creates a forum topic.
- ForumTest::deleteForum in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
- Deletes a forum.
- ForumTest::doAdminTests in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
- Runs admin tests on the admin user.
- ForumTest::editForumTaxonomy in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
- Edits the forum taxonomy.
- 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.
- 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.
- GroupByTest::testGroupBySave in drupal/core/modules/views/lib/Drupal/views/Tests/UI/GroupByTest.php
- Tests whether basic saving works.
- HandlerFilterUserNameTest::testAdminUserInterface in drupal/core/modules/views/lib/Drupal/views/Tests/User/HandlerFilterUserNameTest.php
- Tests using the user interface.
- 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.
- HandlerTest::testUICRUD in drupal/core/modules/views/lib/Drupal/views/Tests/UI/HandlerTest.php
- Tests UI CRUD.
- 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().
- HooksTest::testTaxonomyTermHooks in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/HooksTest.php
- Test hooks on CRUD of terms.
- HTMLIdTest::testHTMLId in drupal/core/modules/system/lib/Drupal/system/Tests/Form/HTMLIdTest.php
- Tests that HTML IDs do not get duplicated when form validation fails.
- 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::testNumericStyleName in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
- Test creating an image style with a numeric name and ensuring it can be
applied to an image.
- ImageAdminStylesTest::testStyle in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
- General test to add a style, add/remove/edit effects to it, then delete it.
- ImageAdminStylesTest::testStyleReplacement in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
- Test deleting a style and choosing a replacement style.
- ImageFieldDisplayTest::testImageFieldDefaultImage in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php
- Test use of a default image with an image field.
- ImageFieldDisplayTest::testImageFieldSettings in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php
- Tests for image field settings.
- ImageFieldTestBase::uploadNodeImage in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php
- Upload an image to a node.
- ImportOpmlTest::submitImportForm in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php
- Submit form with invalid, empty and valid OPML files.
- ImportOpmlTest::validateImportFormFields in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php
- Submit 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.
- LanguageConfigurationElementTest::testLanguageConfigurationElement in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php
- Tests the language settings have been saved.
- 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.
- LanguageNegotiationInfoTest::testInfoAlterations in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php
- Tests alterations to language types/negotiation info.
- LanguagePathMonolingualTest::setUp in drupal/core/modules/language/lib/Drupal/language/Tests/LanguagePathMonolingualTest.php
- Sets up a Drupal site for running functional and integration tests.
- LanguageSelectElementTest::testHiddenLanguageSelectElement in drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php
- Tests the case when the language select elements should not be printed.
- LanguageSwitchingTest::testLanguageBlock in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php
- Functional tests for the language switcher block.
- LanguageUILanguageNegotiationTest::testLanguageDomain in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
- Tests url() when separate domains are used for multiple languages.
- LanguageUILanguageNegotiationTest::testUILanguageNegotiation in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
- Tests for language switching by URL path.
- LanguageUILanguageNegotiationTest::testUrlLanguageFallback in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
- Test URL language detection when the requested URL has no language.
- LanguageUrlRewritingTest::setUp in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUrlRewritingTest.php
- Sets up a Drupal site for running functional and integration tests.
- LanguageUrlRewritingTest::testDomainNameNegotiationPort in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUrlRewritingTest.php
- Check URL rewriting when using a domain name and a non-standard port.
- LegacyTest::testTaxonomyLegacyNode in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/LegacyTest.php
- Test taxonomy functionality with nodes prior to 1970.
- LinkFieldTest::testLinkFormatter in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
- Tests the default 'link' formatter.
- LinkFieldTest::testLinkSeparateFormatter in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
- Tests the 'link_separate' formatter.
- LinkFieldTest::testLinkTitle in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
- Tests the title settings of a link field.
- LinkFieldTest::testURLValidation in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
- Tests link field URL validation.
- LinkFieldUITest::testFieldUI in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldUITest.php
- Tests that link field UI functionality does not generate warnings.
- LocaleCompareTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php
- Setup the test environment.
- 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::testExportTranslation in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php
- Test exportation of translations.
- LocaleExportTest::testExportTranslationTemplateFile in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php
- Test exportation of translation template file.
- LocaleFileImportStatus::addLanguage in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleFileImportStatus.php
- Add a language.
- LocaleImportFunctionalTest::importPoFile in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
- Helper function: import a standalone .po file in a given language.
- LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
- Test automatic import of a module's translation files.
- 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::importPoFile in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePluralFormatTest.php
- Imports a standalone .po file in a given language.
- LocalePluralFormatTest::testPluralEditExport in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePluralFormatTest.php
- Tests plural editing and export functionality.
- 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.
- MainContentFallbackTest::testMainContentFallback in drupal/core/modules/system/lib/Drupal/system/Tests/System/MainContentFallbackTest.php
- Test availability of main content.
- ManageDisplayTest::testFormatterUI in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
- Tests formatter settings.
- ManageDisplayTest::testSingleViewMode in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
- Tests hiding the view modes fieldset when there's only one available.
- ManageDisplayTest::testViewModeCustom in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
- Tests switching view modes to use custom or 'default' settings'.
- ManageFieldsTest::cardinalitySettings in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
- Tests the cardinality settings of a field.
- 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.
- ManageFieldsTest::testRenameBundle in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
- Tests renaming a bundle.
- ManageFieldsTest::updateField in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
- Tests editing an existing field.
- MenuNodeTest::testMenuNodeFormWidget in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuNodeTest.php
- Test creating, editing, deleting menu links via node form widget.
- MenuTest::addCustomMenu in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
- Add custom menu.
- MenuTest::addInvalidMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
- Attempt to add menu link with invalid path or no access permission.
- MenuTest::addMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
- Add a menu link using the menu module UI.
- MenuTest::deleteCustomMenu in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
- Delete custom menu.
- MenuTest::deleteMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
- Delete a menu link using the menu module UI.
- MenuTest::disableMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
- Disable a menu link.
- MenuTest::doMenuTests in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
- Tests menu functionality using the Tools menu.
- MenuTest::enableMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
- Enable a menu link.
- MenuTest::modifyMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
- Modify a menu link using the menu module UI.
- MenuTest::moveMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
- Change the parent of a menu link using the menu module UI.
- MenuTest::resetMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
- Reset a standard menu link using the menu module UI.
- MenuTest::testMenuQueryAndFragment in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
- Add and remove a menu link with a query string and fragment.
- MenuTest::testMenus in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/MenuTest.php
- Tests the menu functionality.
- MissingCheckedRequirementsTest::testCheckRequirements in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MissingCheckedRequirementsTest.php
- Ensures test will not run when requirements are missing.
- MultiStepNodeFormBasicOptionsTest::testMultiStepNodeFormBasicOptions in drupal/core/modules/node/lib/Drupal/node/Tests/MultiStepNodeFormBasicOptionsTest.php
- Tests changing the default values of basic options to ensure they persist.
- 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.
- NodeAccessRebuildTest::testNodeAccessRebuild in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessRebuildTest.php
- Tests rebuilding the node access permissions table.
- NodeAdminTest::testContentAdminPages in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAdminTest.php
- Tests content overview with different user permissions.
- NodeBlockFunctionalTest::testRecentNodeBlock in drupal/core/modules/node/lib/Drupal/node/Tests/NodeBlockFunctionalTest.php
- Tests the recent comments block.
- NodeBlockTest::testSyndicateBlock in drupal/core/modules/node/lib/Drupal/node/Tests/NodeBlockTest.php
- NodeCreationTest::testNodeCreation in drupal/core/modules/node/lib/Drupal/node/Tests/NodeCreationTest.php
- Creates a "Basic page" node and verifies its consistency in the database.
- NodeCreationTest::testUnpublishedNodeCreation in drupal/core/modules/node/lib/Drupal/node/Tests/NodeCreationTest.php
- Creates an unpublished node and confirms correct redirect behavior.
- 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.
- NodeFieldMultilingualTestCase::testMultilingualDisplaySettings in drupal/core/modules/node/lib/Drupal/node/Tests/NodeFieldMultilingualTestCase.php
- NodeFieldMultilingualTestCase::testMultilingualNodeForm in drupal/core/modules/node/lib/Drupal/node/Tests/NodeFieldMultilingualTestCase.php
- Tests whether field languages are correctly set through the node form.
- NodePostSettingsTest::testPageNotPostInfo in drupal/core/modules/node/lib/Drupal/node/Tests/NodePostSettingsTest.php
- Confirms absence of post information on a new node.
- NodePostSettingsTest::testPagePostInfo in drupal/core/modules/node/lib/Drupal/node/Tests/NodePostSettingsTest.php
- Confirms "Basic page" content type and post information is on a new node.
- NodeRevisionsAllTestCase::testRevisions in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php
- Checks node revision operations.
- NodeRevisionsTest::testRevisions in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php
- Checks node revision related operations.
- NodeTitleXSSTest::testNodeTitleXSS in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTitleXSSTest.php
- Tests XSS functionality with a node entity.
- NodeTypeInitialLanguageTest::testLanguageFieldVisibility in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeInitialLanguageTest.php
- Tests language field visibility features.
- NodeTypeInitialLanguageTest::testNodeTypeInitialLanguageDefaults in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeInitialLanguageTest.php
- Tests the node type initial language defaults, and modifies them.
- NodeTypePersistenceTest::testNodeTypeCustomizationPersistence in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypePersistenceTest.php
- Tests that node type customizations persist through disable and uninstall.
- NodeTypeTest::testNodeTypeCreation in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
- Tests creating a content type programmatically and via a form.
- NodeTypeTest::testNodeTypeEditing in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
- Tests editing a node type using the UI.
- NumberFieldTest::testNumberDecimalField in drupal/core/modules/field/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php
- Test number_decimal field.
- NumberFieldTest::testNumberIntegerField in drupal/core/modules/field/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php
- Test number_integer field.
- OpenIDFunctionalTest::addIdentity in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDFunctionalTest.php
- Add OpenID identity to user's profile.
- 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::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.
- OpenIDRegistrationTest::testRegisterUserWithEmailVerification in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php
- Test OpenID auto-registration with e-mail verification enabled.
- OpenIDRegistrationTest::testRegisterUserWithInvalidSreg in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php
- Test OpenID auto-registration with a provider that supplies invalid SREG
information (a username that is already taken, and no e-mail address).
- OpenIDRegistrationTest::testRegisterUserWithoutSreg in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php
- Test OpenID auto-registration with a provider that does not supply SREG
information (i.e. no username or e-mail address).
- OpenIDTestBase::submitLoginForm in drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTestBase.php
- Initiates the login procedure using the specified User-supplied Identity.
- OptionsFieldUITest::assertAllowedValuesInput in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php
- Tests a string input for the 'allowed values' form element.
- OptionsFieldUITest::testOptionsAllowedValuesBoolean in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php
- Options (boolen) : test 'On/Off' values input.
- OptionsWidgetsTest::testCheckBoxes in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
- Tests the 'options_buttons' widget (multiple select).
- OptionsWidgetsTest::testOnOffCheckbox in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
- Tests the 'options_onoff' widget.
- OptionsWidgetsTest::testRadioButtons in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
- Tests the 'options_buttons' widget (single select).
- OptionsWidgetsTest::testSelectListMultiple in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
- Tests the 'options_select' widget (multiple select).
- OptionsWidgetsTest::testSelectListSingle in drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php
- Tests the 'options_select' widget (single select).
- OverrideDisplaysTest::testOverrideDisplays in drupal/core/modules/views/lib/Drupal/views/Tests/UI/OverrideDisplaysTest.php
- Tests that displays can be overridden via the UI.
- OverrideDisplaysTest::testRevertAllDisplays in drupal/core/modules/views/lib/Drupal/views/Tests/UI/OverrideDisplaysTest.php
- Tests that the revert to all displays select-option works as expected.
- OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays in drupal/core/modules/views/lib/Drupal/views/Tests/UI/OverrideDisplaysTest.php
- Tests that the wizard correctly sets up default and overridden displays.
- 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::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()
- PageTitleFilteringTest::testTitleXSS in drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php
- Test if the title of the site is XSS proof.
- 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.
- PathAliasTest::testPathCache in drupal/core/modules/path/lib/Drupal/path/Tests/PathAliasTest.php
- Tests the path cache.
- PathLanguageTest::setUp in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageTest.php
- Sets up a Drupal site for running functional and integration tests.
- PathLanguageTest::testAliasTranslation in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageTest.php
- Test alias functionality through the admin interfaces.
- PathLanguageUiTest::setUp in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageUiTest.php
- Sets up a Drupal site for running functional and integration tests.
- 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.
- PhpFilterTest::testPhpFilter in drupal/core/modules/php/lib/Drupal/php/Tests/PhpFilterTest.php
- Makes sure that the PHP filter evaluates PHP code when used.
- PictureAdminUITest::testPictureAdmin in drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureAdminUITest.php
- Test picture administration functionality.
- PollBlockTest::testRecentBlock in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollBlockTest.php
- Tests creating, viewing, voting on recent poll block.
- PollCreateTest::testPollClose in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollCreateTest.php
- Tests creating, editing, and closing a poll.
- PollDeleteChoiceTest::testChoiceRemoval in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollDeleteChoiceTest.php
- Tests removing a choice from a poll.
- PollExpirationTest::testAutoExpire in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollExpirationTest.php
- Tests the expiration of a poll.
- PollTestBase::pollCreate in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollTestBase.php
- Creates a poll.
- PollTestBase::pollUpdate in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollTestBase.php
- Tests updating 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::testHostnamePollVote in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollVoteCheckHostnameTest.php
- Checks that anonymous users with the same IP address can only vote once.
- PollVoteTest::testPollVote in drupal/core/modules/poll/lib/Drupal/poll/Tests/PollVoteTest.php
- Tests voting on a poll.
- PreviewTest::testPreviewUI in drupal/core/modules/views/lib/Drupal/views/Tests/UI/PreviewTest.php
- Tests arguments in the preview form.
- ProcessingTest::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.
- QueryTest::testQueryUI in drupal/core/modules/views/lib/Drupal/views/Tests/UI/QueryTest.php
- Tests query plugins settings.
- RdfaMarkupTest::testAttributesInMarkupFile in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfaMarkupTest.php
- Tests if file fields in teasers have correct resources.
- 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.
- RebuildTest::testRebuildPreservesValues in drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php
- Tests preservation of values.
- RedirectTest::testRedirect in drupal/core/modules/views/lib/Drupal/views/Tests/UI/RedirectTest.php
- Tests the redirecting.
- RedirectTest::testRedirect in drupal/core/modules/system/lib/Drupal/system/Tests/Form/RedirectTest.php
- Tests form redirection.
- RowUITest::testRowUI in drupal/core/modules/views/lib/Drupal/views/Tests/UI/RowUITest.php
- Tests changing the row plugin and changing some options of a row.
- RssTest::testTaxonomyRss in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/RssTest.php
- Tests that terms added to nodes are displayed in core RSS feed.
- SaveUploadTest::setUp in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
- Sets up a Drupal site for running functional and integration tests.
- SaveUploadTest::testExistingError in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
- Test for failure when uploading over a file that already exists.
- SaveUploadTest::testExistingRename in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
- Test renaming when uploading over a file that already exists.
- SaveUploadTest::testExistingReplace in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
- Test replacement when uploading over a file that already exists.
- SaveUploadTest::testHandleDangerousFile in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
- Test dangerous file handling.
- SaveUploadTest::testHandleExtension in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
- Test extension handling.
- SaveUploadTest::testHandleFileMunge in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
- Test file munge handling.
- SaveUploadTest::testNormal in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
- Test the file_save_upload() function.
- SaveUploadTest::testNoUpload in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
- Test for no failures when not uploading a file.
- SearchAdvancedSearchFormTest::testNodeType in drupal/core/modules/search/lib/Drupal/search/Tests/SearchAdvancedSearchFormTest.php
- Test using the search form with GET and POST queries.
Test using the advanced search form to limit search to nodes of type "Basic page".
- SearchBlockTest::testBlock in drupal/core/modules/search/lib/Drupal/search/Tests/SearchBlockTest.php
- Test that the search block form works correctly.
- SearchBlockTest::testSearchFormBlock in drupal/core/modules/search/lib/Drupal/search/Tests/SearchBlockTest.php
- SearchCommentCountToggleTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php
- Sets up a Drupal site for running functional and integration tests.
- 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.
- 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.
- SearchConfigSettingsFormTest::testSearchModuleDisabling in drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php
- Verify that you can disable individual search modules.
- SearchConfigSettingsFormTest::testSearchSettingsPage in drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php
- Verify the search settings form.
- SearchEmbedFormTest::testEmbeddedForm in drupal/core/modules/search/lib/Drupal/search/Tests/SearchEmbedFormTest.php
- Tests that the embedded form appears and can be submitted.
- 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.
- 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::testNumberSearching in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php
- Tests that all the numbers can be searched.
- SearchNumbersTest::testNumberSearching in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumbersTest.php
- Tests that all the numbers can be searched.
- 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().
- SearchRankingTest::testRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
- SessionHttpsTest::testHttpsSession in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php
- SessionTest::testSessionSaveRegenerate in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
- Tests for drupal_save_session() and drupal_session_regenerate().
- SettingsTest::testEditUI in drupal/core/modules/views/lib/Drupal/views/Tests/UI/SettingsTest.php
- Tests the settings for the edit ui.
- ShortcutLinksTest::testShortcutLinkAdd in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
- Tests that creating a shortcut works properly.
- ShortcutLinksTest::testShortcutLinkChangePath in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
- Tests that changing the path of a shortcut link works.
- ShortcutLinksTest::testShortcutLinkDelete in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
- Tests deleting a shortcut link.
- ShortcutLinksTest::testShortcutLinkRename in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
- Tests that shortcut links can be renamed.
- ShortcutSetsTest::testShortcutSetDelete in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
- Tests deleting a shortcut set.
- ShortcutSetsTest::testShortcutSetRename in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
- Tests renaming a shortcut set.
- ShortcutSetsTest::testShortcutSetRenameAlreadyExists in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
- Tests renaming a shortcut set to the same name as another set.
- ShortcutSetsTest::testShortcutSetSwitchCreate in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
- Tests switching a user's shortcut set and creating one at the same time.
- 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.
- ShortcutSetsTest::testShortcutSetSwitchOwn in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
- Tests switching a user's own shortcut set.
- SimpleTestTest::testInternalBrowser in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
- Test the internal browsers functionality.
- SimpleTestTest::testWebTestRunner in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
- Make sure that tests selected through the web interface are run and
that the results are displayed correctly.
- SiteMaintenanceTest::testSiteMaintenance in drupal/core/modules/system/lib/Drupal/system/Tests/System/SiteMaintenanceTest.php
- Verify site maintenance mode functionality.
- SortingTest::testSorting in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/SortingTest.php
- Tests the sorting functionality.
- StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanAdvancedTest.php
- Tests form_state_values_clean().
- StateValuesCleanTest::testFormStateValuesClean in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanTest.php
- Tests form_state_values_clean().
- StatisticsAdminTest::testDeleteUser in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
- Tests that accesslog reflects when a user is deleted.
- StatisticsAdminTest::testStatisticsSettings in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
- Verifies that the statistics settings page works.
- StatisticsBlockVisitorsTest::testIPAddressBlocking in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsBlockVisitorsTest.php
- Blocks an IP address via the top visitors report and then unblocks it.
- StorageTest::testCachedFormStorageValidation in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php
- Tests updating cached form storage during form validation.
- StorageTest::testDetails in drupal/core/modules/views/lib/Drupal/views/Tests/UI/StorageTest.php
- Tests changing human_name, description and tag.
- 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.
- StorageTest::testValidation in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php
- Tests validation when form storage is used.
- StyleUITest::testStyleUI in drupal/core/modules/views/lib/Drupal/views/Tests/UI/StyleUITest.php
- Tests changing the style plugin and changing some options of a style.
- SyslogTest::testSettings in drupal/core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php
- Tests the syslog settings page.
- TaggedWithTest::testTaggedWith in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php
- Tests the "tagged with" functionality.
- TaggedWithTest::testTaggedWithByNodeType in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php
- Tests that the "tagged with" form element only shows for node types that support it.
- TermFieldMultipleVocabularyTest::testTaxonomyTermFieldMultipleVocabularies in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php
- Tests term reference field and widget with multiple vocabularies.
- TermFieldTest::testTaxonomyTermFieldWidgets in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php
- Test widgets.
- TermIndexTest::testTaxonomyIndex in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php
- Tests that the taxonomy index is maintained properly.
- TermLanguageTest::testDefaultTermLanguage in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermLanguageTest.php
- TermLanguageTest::testTermLanguage in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermLanguageTest.php
- TermTest::testNodeTermCreationAndDeletion in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
- Test term creation with a free-tagging vocabulary from the node form.
- TermTest::testReSavingTags in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
- Tests that editing and saving a node with no changes works correctly.
- TermTest::testTaxonomyNode in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
- Test that hook_node_$op implementations work correctly.
- TermTest::testTaxonomyTermHierarchy in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
- Test terms in a single and multiple hierarchy.
- TermTest::testTermInterface in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
- Save, edit and delete a term using the user interface.
- TermTest::testTermMultipleParentsInterface in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
- Test saving a term with multiple parents through the UI.
- TermTest::testTermReorder 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/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php
- Helper function for testTextfieldWidgets().
- TextFieldTest::_testTextfieldWidgetsFormatted in drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php
- Helper function for testTextfieldWidgetsFormatted().
- 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::testAdministrationTheme in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
- Test the administration theme functionality.
- ThemeTest::testThemeSettings in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
- Test the theme settings form.
- TokenReplaceTest::testTaxonomyTokenReplacement in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TokenReplaceTest.php
- Creates some terms and a node, then tests the tokens generated from them.
- TrackerAttributesTest::_testBasicTrackerRdfaMarkup in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TrackerAttributesTest.php
- Helper function for testAttributesInTracker().
- TrackerTest::testTrackerAdminUnpublish in drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php
- Tests that publish/unpublish works at admin/content/node.
- 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.
- TranslationTest::addLanguage in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
- Installs the specified language, or enables it if it is already installed.
- TranslationTest::createPage in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
- Creates a "Basic page" in the specified language.
- TranslationTest::createTranslation in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
- Creates a translation for a basic page in the specified language.
- TranslationTest::setUp in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
- Sets up a Drupal site for running functional and integration tests.
- TranslationTest::testContentTranslation in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
- Creates, modifies, and updates a basic page with a translation.
- TranslationTest::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.
- 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.
- UpdateFeedItemTest::testUpdateFeedItem in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedItemTest.php
- Test running "update items" from the 'admin/config/services/aggregator' page.
- UpdateFeedTest::testUpdateFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedTest.php
- Create a feed and attempt to update it.
- UpdateScriptTest::testNoUpdateFunctionality in drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php
- Tests update.php when there are no updates to apply.
- UpdateScriptTest::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.
- UrlTest::testFormUrl in drupal/core/modules/system/lib/Drupal/system/Tests/Form/UrlTest.php
- Tests that #type 'url' fields are properly validated and trimmed.
- UserAccountLinksTests::testDisabledAccountLink in drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php
- Tests disabling the 'My account' link.
- UserAdminTest::testUserAdmin in drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminTest.php
- Registers a user and deletes it.
- UserBlocksTests::testUserLoginBlock in drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php
- Test the user login block.
- 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::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::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::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::saveUserPicture in drupal/core/modules/user/lib/Drupal/user/Tests/UserPictureTest.php
- Edits the user picture for the test user.
- 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::testRegistrationDefaultValues in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
- 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::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::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.
- 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.
- 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::testPatternValidation in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php
- Tests #pattern validation.
- 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.
- VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php
- Tests term language settings for vocabulary terms are saved and updated.
- VocabularyLanguageTest::testVocabularyLanguage in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php
- Tests language settings for vocabularies.
- VocabularyTest::testTaxonomyAdminChangingWeights in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php
- Changing weights on the vocabulary overview with two or more vocabularies.
- VocabularyTest::testTaxonomyAdminDeletingVocabulary in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php
- Deleting a vocabulary.
- VocabularyTest::testVocabularyInterface in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php
- Create, edit and delete a vocabulary via the user interface.
- WebTestBase::drupalLogin in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
- Log in a user with the internal browser.
- WebTestBase::drupalPostAJAX in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
- Execute an Ajax submission.
- WizardTest::testCommentWizard in drupal/core/modules/views/lib/Drupal/views/Tests/Comment/WizardTest.php
- Tests adding a view of comments.