AccessDeniedTestCase::test403PathOnSystemForm in modules/system/tests/system.test
AccessDeniedTestCase::testAccessDenied in modules/system/tests/system.test
AdminBarCustomizedTestCase::testCustomDisabled in modules/admin_bar/tests/admin_bar.test
Test disabled custom links.
BackdropMatchPathTestCase::setUp in modules/simpletest/tests/path.test
Sets up a Backdrop site for running functional and integration tests.
BackdropWebTestCase::backdropCreateContentType in modules/simpletest/backdrop_web_test_case.php
Creates a custom content type based on default settings.
BackdropWebTestCase::backdropCreateNode in modules/simpletest/backdrop_web_test_case.php
Creates a node based on default settings.
BackdropWebTestCase::backdropCreateRole in modules/simpletest/backdrop_web_test_case.php
Creates a role with specified permissions.
BackdropWebTestCase::backdropCreateUser in modules/simpletest/backdrop_web_test_case.php
Create a user with a given set of permissions.
BlockTestCase::testCustomBlock in modules/block/tests/block.test
Test creating custom block, editing, and then deleting it.
BlockTestCase::testCustomBlockFormat in modules/block/tests/block.test
Test creating custom block using Raw HTML (full_html).
BlockTranslationTestCase::testTranslateCustomBlock in modules/block/tests/block.translation.test
Test creating custom block, translate it, and then deleting it.
BookTestCase::createBookNode in modules/book/tests/book.test
Creates a book node.
BookTestCase::testBookNavigationBlock in modules/book/tests/book.test
Tests the functionality of the book navigation block.
BookTestCase::testNavigationBlockOnAccessModuleEnabled in modules/book/tests/book.test
Tests the book navigation block when an access module is enabled.
BootstrapPageCacheTestCase::testPageCache in modules/simpletest/tests/bootstrap.test
Test cache headers.
BootstrapVariableTestCase::testVariable in modules/simpletest/tests/bootstrap.test
testVariable
CacheClearCase::setUp in modules/simpletest/tests/cache.test
Sets up a Backdrop site for running functional and integration tests.
CacheGetMultipleUnitTest::testCacheMultiple in modules/simpletest/tests/cache.test
Test getMultiple().
CacheIsEmptyCase::setUp in modules/simpletest/tests/cache.test
Sets up a Backdrop site for running functional and integration tests.
CacheSavingCase::testObject in modules/simpletest/tests/cache.test
Test the saving and restoring of an object.
CacheSavingCase::testString in modules/simpletest/tests/cache.test
Test the saving and restoring of a string.
CommentActionsTestCase::testCommentPublishUnpublishActions in modules/comment/tests/comment.test
Tests comment publish and unpublish actions.
CommentAnonymous::testAnonymous in modules/comment/tests/comment.test
Tests anonymous comment functionality.
CommentApprovalTest::testApprovalAdminInterface in modules/comment/tests/comment.test
Test comment approval functionality through admin/content/comment.
CommentApprovalTest::testApprovalNodeInterface in modules/comment/tests/comment.test
Tests comment approval functionality through the node interface.
CommentAuthorDeletionTestCase::testAuthorDeletion in modules/comment/tests/comment.test
Tests that comments are correctly deleted when their author is deleted.
CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in modules/comment/tests/comment.test
Test comment author deletion while the comment module is disabled.
CommentBlockFunctionalTest::testRecentCommentBlock in modules/comment/tests/comment.test
Tests the recent comments block.
CommentContentRebuild::testCommentRebuild in modules/comment/tests/comment.test
Tests the rebuilding of comment's content arrays on calling comment_view().
CommentFieldsTest::testCommentEnable in modules/comment/tests/comment.test
Tests that comment module works when enabled after a content module.
CommentFieldsTest::testCommentFormat in modules/comment/tests/comment.test
Tests that comment module works correctly with plain text format.
CommentInterfaceTest::setEnvironment in modules/comment/tests/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentClasses in modules/comment/tests/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentInterface in modules/comment/tests/comment.test
Tests the comment interface.
CommentInterfaceTest::testCommentNewCommentsIndicator in modules/comment/tests/comment.test
Tests new comment marker.
CommentInterfaceTest::testCommentNodeCommentStatistics in modules/comment/tests/comment.test
Tests the node comment statistics.
CommentNodeAccessTest::testThreadedCommentView in modules/comment/tests/comment.test
Test that threaded comments can be viewed.
CommentNodeChangesTestCase::testNodeCommentSettings in modules/comment/tests/comment.test
Tests opening, closing, and hiding comments.
CommentNodeChangesTestCase::testNodeDeletion in modules/comment/tests/comment.test
Tests that comments are deleted with the node.
CommentPagerTest::testCommentNewPageIndicator in modules/comment/tests/comment.test
Tests comment_new_page_count().
CommentPagerTest::testCommentOrderingThreading in modules/comment/tests/comment.test
Tests comment ordering and threading.
CommentPagerTest::testCommentPaging in modules/comment/tests/comment.test
Confirms comment paging works correctly with flat and threaded comments.
CommentPreviewTest::testCommentEditPreviewSave in modules/comment/tests/comment.test
Tests comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in modules/comment/tests/comment.test
Tests comment preview.
CommentRSSUnitTest::testCommentRSS in modules/comment/tests/comment.test
Tests comments as part of an RSS feed.
CommentThreadingTestCase::testCommentThreading in modules/comment/tests/comment.test
Tests the comment threading.
CommentTokenReplaceTestCase::testCommentTokenReplacement in modules/comment/tests/comment.test
Creates a comment, then tests the tokens generated from it.
CommonBackdropAddFeedTestCase::testBasicFeedAddNoTitle in modules/simpletest/tests/common.test
Test backdrop_add_feed() with paths, URLs, and titles.
CommonBackdropGotoTestCase::testBackdropGetDestination in modules/simpletest/tests/common.test
Test backdrop_get_destination().
CommonBackdropHTTPRequestTestCase::testBackdropHTTPRequest in modules/simpletest/tests/common.test
CommonBackdropHTTPRequestTestCase::testBackdropHTTPRequestBasicAuth in modules/simpletest/tests/common.test
CommonBackdropRenderTestCase::testBackdropRenderFormElements in modules/simpletest/tests/common.test
Test rendering form elements without passing through form_builder().
CommonBackdropRenderTestCase::testBackdropRenderSorting in modules/simpletest/tests/common.test
Test sorting by weight.
CommonBackdropRenderTestCase::testBackdropRenderThemeArguments in modules/simpletest/tests/common.test
Test passing arguments to the theme function.
CommonBackdropWriteRecordTestCase::testBackdropWriteRecord in modules/simpletest/tests/common.test
Test the backdrop_write_record() API function.
CommonURLWebTestCase::testExternalUrls in modules/simpletest/tests/common.test
Test external URL handling.
CommonURLWebTestCase::testLActiveClass in modules/simpletest/tests/common.test
CommonURLWebTestCase::testLCustomClass in modules/simpletest/tests/common.test
Tests for custom class in l() function.
CommonURLWebTestCase::testLXSS in modules/simpletest/tests/common.test
Confirm that invalid text given as $path is filtered.
ContactPersonalTestCase::submitPersonalContact in modules/contact/tests/contact.test
Fills out a user's personal contact form and submits it.
ContactSitewideTestCase::testAutoReply in modules/contact/tests/contact.test
Tests auto-reply on the site-wide contact form.
ContactSitewideTestCase::testSiteWideContact in modules/contact/tests/contact.test
Tests configuration options and the site-wide contact form.
CronQueueTestCase::testCallable in modules/system/tests/system.test
Tests worker defined as a class method callable.
CronQueueTestCase::testExceptions in modules/system/tests/system.test
Tests that exceptions thrown by workers are handled properly.
CronRunTestCase::testCronRun in modules/system/tests/system.test
Test cron runs.
DatabaseConnectionTestCase::testConnectionRouting in modules/simpletest/tests/database_test.test
Test that connections return appropriate connection objects.
DatabaseSelectTestCase::testRandomOrder in modules/simpletest/tests/database_test.test
Test that random ordering of queries works.
DateFieldTestCase::dateForm in modules/date/tests/date_field.test
Tests that date field functions properly on the node form.
DateTimeFunctionalTest::testDateFormatConfiguration in modules/system/tests/system.test
Test date format configuration.
DateTimezoneTestCase::dateForm in modules/date/tests/date_timezone.test
Utility function to validate the node form displays date fields correctly.
DateTimezoneTestCase::dateMultiValueForm in modules/date/tests/date_timezone.test
Tests the submission of a date field's widget form when using unlimited cardinality
DateUITestCase::dateForm in modules/date/tests/date.test
DateValidationTestCase::checkGranularity in modules/date/tests/date_validation.test
Confirms that fields missing the time granularity are accepted.
DateValidationTestCase::malFormedDate in modules/date/tests/date_validation.test
Attempt to create a node with a malformed date and ensure it fails.
DBLogTestCase::doUser in modules/dblog/tests/dblog.test
Generates and then verifies some user events.
DBLogTestCase::getContent in modules/dblog/tests/dblog.test
Creates random content based on node content type.
DBLogTestCase::getContentUpdate in modules/dblog/tests/dblog.test
Creates random content as an update based on node content type.
DBLogTestCase::testFilter in modules/dblog/tests/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
EmailFieldTestCase::testEmailField in modules/email/tests/email.test
Tests e-mail field.
EntityFieldQueryTestCase::setUp in modules/entity/tests/entity_query.test
Sets up a Backdrop site for running functional and integration tests.
FieldAttachOtherTestCase::testFieldAttachPrepareViewMultiple in modules/field/tests/field.test
Tests the 'multiple entity' behavior of field_attach_prepare_view().
FieldAttachOtherTestCase::testFieldAttachView in modules/field/tests/field.test
Test field_attach_view() and field_attach_prepare_view().
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle in modules/field/tests/field.test
Test field_attach_create_bundle() and field_attach_rename_bundle().
FieldAttachStorageTestCase::testFieldAttachDeleteBundle in modules/field/tests/field.test
Test field_attach_delete_bundle().
FieldAttachTestCase::createFieldWithInstance in modules/field/tests/field.test
Create a field and an instance of it.
FieldBlockTestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldDisplayAPITestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldDisplayAPITestCase::testFieldViewField in modules/field/tests/field.test
Test the field_view_field() function.
FieldDisplayAPITestCase::testFieldViewValue in modules/field/tests/field.test
Test the field_view_value() function.
FieldFormTestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldGetValueTestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldInfoTestCase::testFieldInfo in modules/field/tests/field.test
Test that field types and field definitions are correcly cached.
FieldInstanceCrudTestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldInstanceCrudTestCase::testCreateFieldInstance in modules/field/tests/field.test
Test the creation of a field instance.
FieldInstanceCrudTestCase::testUpdateFieldInstance in modules/field/tests/field.test
Test the update of a field instance.
FieldSqlStorageTestCase::setUp in modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Sets up a Backdrop site for running functional and integration tests.
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumns in modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test handling multiple conditions on multiple columns of one field.
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumnsMultipleLanguages in modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test handling multiple conditions on multiple columns of one field for multiple languages.
FieldTokenTestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldTokenTestCase::testFieldToken in modules/field/tests/field.test
Test fields in token display mode.
FieldTranslationsTestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldTranslationsTestCase::testFieldDisplayLanguage in modules/field/tests/field.test
Tests display language logic for translatable fields.
FieldTranslationsTestCase::testFieldInvoke in modules/field/tests/field.test
Test the multilanguage logic of _field_invoke().
FieldTranslationsTestCase::testFieldInvokeMultiple in modules/field/tests/field.test
Test the multilanguage logic of _field_invoke_multiple().
FieldUIManageFieldsTestCase::setUp in modules/field_ui/tests/field_ui.test
Sets up a Backdrop site for running functional and integration tests.
FieldUIManageFieldsTestCase::testDeleteField in modules/field_ui/tests/field_ui.test
Tests that deletion removes fields and instances as expected.
FieldUIManageFieldsTestCase::testDuplicateFieldName in modules/field_ui/tests/field_ui.test
Tests that a duplicate field name is caught by validation.
FieldUIManageFieldsTestCase::testRenameBundle in modules/field_ui/tests/field_ui.test
Tests renaming a bundle.
FieldUITestCase::setUp in modules/field_ui/tests/field_ui.test
Sets up a Backdrop site for running functional and integration tests.
FieldViewsDataTest::setUp in modules/field/tests/field_views.test
Sets up a Backdrop site for running functional and integration tests.
FieldViewsFieldTest::setUp in modules/field/tests/field_views.test
Sets up a Backdrop site for running functional and integration tests.
FieldViewsTestHelper::CreateUser in modules/field/tests/field_views.test
FileAdminTestCase::testFileAdminPages in modules/file/tests/file.test
Tests file overview with different user permissions.
FileAdminTestCase::testFilesAdminSort in modules/file/tests/file.test
Tests that the table sorting works on the files admin pages.
FileCopyTest::testExistingError in modules/simpletest/tests/file.test
Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified.
FileCopyTest::testExistingRename in modules/simpletest/tests/file.test
Test renaming when copying over a file that already exists.
FileCopyTest::testExistingReplace in modules/simpletest/tests/file.test
Test replacement when copying over a file that already exists.
FileCopyTest::testNormal in modules/simpletest/tests/file.test
Test file copying in the normal, base case.
FileDirectoryTest::testFileCheckDirectoryHandling in modules/simpletest/tests/file.test
Test directory handling functions.
FileDownloadTest::testPrivateFileTransfer in modules/simpletest/tests/file.test
Test the private file transfer system.
FileEditTestCase::testFileEdit in modules/file/tests/file.test
Check file edit functionality.
FileFieldAnonymousSubmission::testAnonymousNodeWithFile in modules/file/tests/file.test
Tests file submission for an anonymous visitor.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in modules/file/tests/file.test
Helper method to test file submissions with missing node titles.
FileFieldDisplayTestCase::testNodeDisplay in modules/file/tests/file.test
Tests normal formatter display on node display.
FileFieldPathTestCase::testUploadPath in modules/file/tests/file.test
Tests the normal formatter display on node display.
FileFieldRevisionTestCase::testRevisions in modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FileFieldValidateTestCase::testDefaultFileFieldDisplay in modules/file/tests/file.test
Tests default display of File Field.
FileFieldValidateTestCase::testFileExtension in modules/file/tests/file.test
Tests file extension checking.
FileFieldValidateTestCase::testFileMaxSize in modules/file/tests/file.test
Tests the max file size validator.
FileFieldValidateTestCase::testRequired in modules/file/tests/file.test
Tests the required property on file fields.
FileFieldWidgetTestCase::testMultiValuedWidget in modules/file/tests/file.test
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTestCase::testPrivateFileComment in modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
FileFieldWidgetTestCase::testPrivateFileSetting in modules/file/tests/file.test
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testSingleValuedWidget in modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTestCase::testWidgetValidation in modules/file/tests/file.test
Tests validation with the Upload button.
FileMoveTest::testExistingError in modules/simpletest/tests/file.test
Test that moving onto an existing file fails when FILE_EXISTS_ERROR is specified.
FileMoveTest::testExistingRename in modules/simpletest/tests/file.test
Test renaming when moving onto a file that already exists.
FileMoveTest::testExistingReplace in modules/simpletest/tests/file.test
Test replacement when moving onto a file that already exists.
FileMoveTest::testExistingReplaceSelf in modules/simpletest/tests/file.test
Test replacement when moving onto itself.
FileMoveTest::testNormal in modules/simpletest/tests/file.test
Move a normal file.
FileNameMungingTest::setUp in modules/simpletest/tests/file.test
Sets up a Backdrop site for running functional and integration tests.
FileNameMungingTest::testMungeNullByte in modules/simpletest/tests/file.test
Tests munging with a null byte in the filename.
FileNameMungingTest::testMungeUnsafe in modules/simpletest/tests/file.test
Tests unsafe extensions are munged by file_munge_filename().
FilePrivateTestCase::testPrivateFile in modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FilePrivateTestCase::testPrivateFileDownloadAccessGranted in modules/file/tests/file.test
Tests file access for private nodes when file download access is granted.
FileReplaceTestCase::testReplaceFile in modules/file/tests/file.test
@todo Test image dimensions for an image field are reset when a file is replaced. @todo Test image styles are cleared when an image is updated.
FileSaveDataTest::testExistingError in modules/simpletest/tests/file.test
Test that file_save_data() fails overwriting an existing file.
FileSaveDataTest::testExistingRename in modules/simpletest/tests/file.test
Test file_save_data() when renaming around an existing file.
FileSaveDataTest::testExistingReplace in modules/simpletest/tests/file.test
Test file_save_data() when replacing an existing file.
FileSaveDataTest::testWithFilename in modules/simpletest/tests/file.test
Test the file_save_data() function when a filename is provided.
FileSaveDataTest::testWithoutFilename in modules/simpletest/tests/file.test
Test the file_save_data() function when no filename is provided.
FileSaveUploadTest::testNormal in modules/simpletest/tests/file.test
Test the file_save_upload() function.
FileTaxonomyTermTestCase::_testTermFile in modules/file/tests/file.test
Runs tests for attaching a file field to a taxonomy term.
FileTestCase::createDirectory in modules/simpletest/tests/file.test
Create a directory and assert it exists.
FileTestCase::createFile in modules/simpletest/tests/file.test
Create a file and save it to the files table and assert that it occurs correctly.
FileTestHelper::createFile in modules/file/tests/file.test
FileTestHelper::uploadNodeFile in modules/file/tests/file.test
Uploads a file to a node.
FileTokenReplaceTestCase::testFileTokenReplacement in modules/file/tests/file.test
Creates a file, then tests the tokens generated from it.
FileUnmanagedCopyTest::testNonExistent in modules/simpletest/tests/file.test
Copy a non-existent file.
FileUnmanagedCopyTest::testNormal in modules/simpletest/tests/file.test
Copy a normal file.
FileUnmanagedDeleteRecursiveTest::testSingleFile in modules/simpletest/tests/file.test
Delete a normal file.
FileUnmanagedDeleteTest::testMissing in modules/simpletest/tests/file.test
Try deleting a missing file.
FileUnmanagedMoveTest::testMissing in modules/simpletest/tests/file.test
Try to move a missing file.
FileUnmanagedMoveTest::testNormal in modules/simpletest/tests/file.test
Move a normal file.
FileUnmanagedSaveDataTest::testFileSaveData in modules/simpletest/tests/file.test
Test the file_unmanaged_save_data() function.
FileUploadWizardTestCase::testFileUploadWizardFields in modules/file/tests/file.test
Test the file upload wizard field step.
FileUploadWizardTestCase::testFileUploadWizardStepSkipping in modules/file/tests/file.test
Test skipping each of the file upload wizard steps.
FilterAdminTestCase::testFilterAdmin in modules/filter/tests/filter.test
Tests filter administration functionality.
FilterAdminTestCase::testFormatAdmin in modules/filter/tests/filter.test
Tests the format administration functionality.
FilterAdminTestCase::testUrlFilterAdmin in modules/filter/tests/filter.test
Tests the URL filter settings form is properly validated.
FilterDefaultFormatTestCase::testDefaultTextFormats in modules/filter/tests/filter.test
Tests if the default text format is accessible to users.
FilterFormatAccessTestCase::setUp in modules/filter/tests/filter.test
Sets up a Backdrop site for running functional and integration tests.
FilterFormatAccessTestCase::testFormatWidgetPermissions in modules/filter/tests/filter.test
Tests editing a page using a disallowed text format.
FilterHooksTestCase::testFilterHooks in modules/filter/tests/filter.test
Tests hooks on format management.
FilterNoFormatTestCase::testCheckMarkupNoFormat in modules/filter/tests/filter.test
Tests text without format.
FilterUnitTestCase::testLineBreakFilter in modules/filter/tests/filter.test
Tests the line break filter.
FormsElementsTableSelectFunctionalTest::formSubmitHelper in modules/simpletest/tests/form.test
Helper function for the option check test to submit a form while collecting errors.
FormsRedirectTestCase::testRedirect in modules/simpletest/tests/form.test
Tests form redirection.
FormsTestCase::testRequiredFields in modules/simpletest/tests/form.test
Check several empty values for required forms elements.
FrontPageTestCase::testBackdropIsFrontPage in modules/system/tests/system.test
Test home page functionality.
ImageAdminStylesUnitTest::testNumericStyleName in modules/image/tests/image.test
Test creating an image style with a numeric name and ensuring it can be applied to an image.
ImageAdminStylesUnitTest::testStyle in modules/image/tests/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminStylesUnitTest::testStyleReplacement in modules/image/tests/image.test
Test deleting a style and choosing a replacement style.
ImageFieldDefaultImagesTestCase::testDefaultImages in modules/image/tests/image.test
Tests CRUD for fields and fields instances with default images.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in modules/image/tests/image.test
Test use of a default image with an image field.
ImageFieldDisplayTestCase::_testImageFieldFormatters in modules/image/tests/image.test
Test image formatters on node display.
ImageFieldDisplayTestCase::testImageFieldSettings in modules/image/tests/image.test
Tests for image field settings.
ImageFieldTestCase::uploadNodeImage in modules/image/tests/image.test
Upload an image to a node.
ImageFieldValidateTestCase::testDimensions in modules/image/tests/image.test
Test min/max resolution settings.
ImageFieldValidateTestCase::testHeightDimensions in modules/image/tests/image.test
Test single height resolution setting.
ImageFieldValidateTestCase::testOrientation in modules/image/tests/image.test
Test image rotation resulting from EXIF data. Requires a special test image, file rotate90cw.jpg.
ImageFieldValidateTestCase::testTypeSupport in modules/image/tests/image.test
Test for supported image types.
ImageFieldValidateTestCase::testWidthDimensions in modules/image/tests/image.test
Test single width resolution setting.
ImageFileMoveTest::testNormal in modules/simpletest/tests/image.test
Tests moving a randomly generated image.
ImageStyleFloodProtection::setUp in modules/image/tests/image.test
Sets up a Backdrop site for running functional and integration tests.
ImageStyleFlushTest::testFlush in modules/image/tests/image.test
General test to flush a style.
ImageStylesPathAndUrlUnitTest::setUp in modules/image/tests/image.test
Sets up a Backdrop site for running functional and integration tests.
ImageThemeFunctionWebTestCase::testImageFormatterTheme in modules/image/tests/image.test
Tests usage of the image field formatters.
LanguageListTest::testLanguageList in modules/language/tests/language.test
Functional tests for adding, configuring, and deleting languages.
LayoutFlexibleTemplateTest::testLayoutFlexibleTemplates in modules/layout/tests/layout.test
Test that layout templates may be enabled and disabled.
LayoutHookTestCase::testLayoutHooks in modules/layout/tests/layout.test
Tests hook invocations for operations on layouts.
LayoutInterfaceTest::testBlockBasics in modules/layout/tests/layout.test
Add and remove blocks from a custom layout path.
LayoutInterfaceTest::testBlockEntityIDConditions in modules/layout/tests/layout.test
Test block entity ID conditions.
LayoutInterfaceTest::testBlockPathTypeConditions in modules/layout/tests/layout.test
Test block path and type conditions.
LayoutInterfaceTest::testBlockUninstall in modules/layout/tests/layout.test
Tests layout_modules_uninstalled().
LayoutInterfaceTest::testContexts in modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
LayoutInterfaceTest::testCurrentUser in modules/layout/tests/layout.test
Tests current user custom field block
LayoutInterfaceTest::testLayoutChange in modules/layout/tests/layout.test
Tests switching between different layouts, ensuring block copying.
LayoutInterfaceTest::testLayoutMenuItems in modules/layout/tests/layout.test
Tests conditions and menu item navigation.
LayoutInterfaceTest::testMainContentBlock in modules/layout/tests/layout.test
Check special conditions around the main content block.
LayoutInterfaceTest::testMenuItemReassignment in modules/layout/tests/layout.test
Ensure that reassignment of menu items works when deleting layouts.
LayoutInterfaceTest::testRelationships in modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
LayoutInterfaceTest::testTaxonomyContext in modules/layout/tests/layout.test
Tests Taxonomy contexts within layouts.
LayoutInterfaceTest::testViewPageLink in modules/layout/tests/layout.test
Test the path view page link.
LayoutRendererTest::testRendererSelection in modules/layout/tests/layout.test
Test that the correct renderer is used
LayoutSelectionTest::testRoleSelection in modules/layout/tests/layout.test
Test role-based selection of layouts.
LinkAttributeCrudTest::createNodeForTesting in modules/link/tests/link.attribute.test
LinkAttributeCrudTest::testFormatters in modules/link/tests/link.attribute.test
Test the link_plain formatter and it's output.
LinkBaseTestClass::createLinkField in modules/link/tests/link.test
LinkTokenTest::testStaticTokenLinkCreate in modules/link/tests/link.token.test
Creates a link field with a static title and an admin-entered token. Creates a node with a link and checks the title value.
LinkTokenTest::testUserTokenLinkCreate in modules/link/tests/link.token.test
Creates a link field with a required title enabled for user-entered tokens. Creates a node with a token in the link title and checks the value.
LinkUITest::testCRUDCreateFieldDefaults in modules/link/tests/link.ui.test
If we're creating a new field and just hit 'save' on the default options, we want to make sure they are set to the expected results.
LinkUITest::testCRUDCreateFieldWithClass in modules/link/tests/link.ui.test
If we're creating a new field and just hit 'save' on the default options, we want to make sure they are set to the expected results.
LinkUITest::testCRUDCreateFieldWithTwoClasses in modules/link/tests/link.ui.test
If we're creating a new field and just hit 'save' on the default options, we want to make sure they are set to the expected results.
LinkUITest::testCRUDTitleOnlyTitleNoLink in modules/link/tests/link.ui.test
Testing that if you have the title but no URL, the title is not sanitized twice.
LinkUITest::testLinkCreate in modules/link/tests/link.ui.test
Creates a link field for the "page" type and creates a page with a link.
LinkUITest::testStaticLinkCreate in modules/link/tests/link.ui.test
Testing that if you use <strong> in a static title for your link, that the title actually displays <strong>.
LinkValidateTest::testXss in modules/link/tests/link.validate.test
Test if a bad URL will display if validation is disabled.
LinkValidateTest::validateUrl in modules/link/tests/link.validate.test
Checks if a URL is valid through the UI.
ListDynamicValuesTestCase::setUp in modules/field/modules/list/tests/list.test
Sets up a Backdrop site for running functional and integration tests.
ListFieldDisplayTestCase::setUp in modules/field/modules/list/tests/list.test
Sets up a Backdrop site for running functional and integration tests.
ListFieldDisplayTestCase::testListDisplayFormatterBoolean in modules/field/modules/list/tests/list.test
List (boolen) : test 'On/Off' values input.
ListFieldUITestCase::setUp in modules/field/modules/list/tests/list.test
Sets up a Backdrop site for running functional and integration tests.
ListFieldUITestCase::testListAllowedValuesBoolean in modules/field/modules/list/tests/list.test
List (boolen) : test 'On/Off' values input.
ListFieldUITestCase::testListAllowedValuesText in modules/field/modules/list/tests/list.test
List (text) : test 'allowed values' input.
LocaleBrowserDetectionTest::testLanguageFromBrowser in modules/locale/tests/locale.test
Unit tests for the locale_language_from_browser() function.
LocaleCommentLanguageFunctionalTest::testCommentLanguage in modules/locale/tests/locale.test
Test that comment language is properly set.
LocaleContentFunctionalTest::createNodePost in modules/locale/tests/locale.test
Create node in a specific language.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in modules/locale/tests/locale.test
Test if a content type can be set to multilingual and language is present.
LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in modules/locale/tests/locale.test
Test automatic import of a module's translation files.
LocaleImportFunctionalTest::testStandalonePoFile in modules/locale/tests/locale.test
Test import of standalone .po files.
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in modules/locale/tests/locale.test
LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in modules/locale/tests/locale.test
Test if field languages are correctly set through the node form.
LocalePathFunctionalTest::testPathLanguageConfiguration in modules/locale/tests/locale.test
Test if a language can be associated with a path alias.
LocaleTranslationFunctionalTest::testJavaScriptTranslation in modules/locale/tests/locale.test
LocaleTranslationFunctionalTest::testStringSearch in modules/locale/tests/locale.test
Tests translation search form.
LocaleTranslationFunctionalTest::testStringTranslation in modules/locale/tests/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationFunctionalTest::testStringValidation in modules/locale/tests/locale.test
Tests the validation of the translation input.
LocaleUrlRewritingTest::checkUrl in modules/locale/tests/locale.test
Check URL rewriting for the given language.
LocaleUrlRewritingTest::testUrlRewritingEdgeCases in modules/locale/tests/locale.test
Check that disabled or non-installed languages are not considered.
LocaleUserCreationTest::testLocalUserCreation in modules/locale/tests/locale.test
Functional test for language handling during user creation.
LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in modules/locale/tests/locale.test
Test if user can change their default language.
MenuBlockTestCase::addMenuLink in modules/system/tests/system.test
Add a menu link using the menu module UI.
MenuBlockTestCase::testCustomMenuBlocks in modules/system/tests/system.test
Test Menu Block functionality with custom menu.
MenuBreadcrumbTestCase::testBreadCrumbs in modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
MenuNodeTestCase::testMenuNodeFormWidget in modules/menu/tests/menu.test
Test creating, editing, deleting menu links via node form widget.
MenuTestCase::addCustomMenu in modules/menu/tests/menu.test
Add custom menu.
MenuTestCase::addCustomMenuCRUD in modules/menu/tests/menu.test
Add custom menu using CRUD functions.
MenuTestCase::addMenuLink in modules/menu/tests/menu.test
Add a menu link using the menu module UI.
MenuTestCase::modifyMenuLink in modules/menu/tests/menu.test
Modify a menu link using the menu module UI.
MenuTestCase::testMenu in modules/menu/tests/menu.test
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
MenuTrailTestCase::testCustom403And404Pages in modules/simpletest/tests/menu.test
Tests that the active trail works correctly on custom 403 and 404 pages.
NodeAccessFieldTestCase::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
NodeAccessFieldTestCase::testNodeAccessAdministerField in modules/node/tests/node.test
Tests administering fields when node access is restricted.
NodeAccessPagerTestCase::testCommentPager in modules/node/tests/node.test
Tests the comment pager for nodes with multiple grants per realm.
NodeAdminTestCase::testContentAdminSort in modules/node/tests/node.test
Tests that the table sorting works on the content admin pages.
NodeBlockFunctionalTest::testRecentNodeBlock in modules/node/tests/node.test
Tests the recent comments block.
NodeCreationTestCase::testNodeCreation in modules/node/tests/node.test
Creates a "Page" node and verifies its consistency in the database.
NodeCreationTestCase::testUnpublishedNodeCreation in modules/node/tests/node.test
Create an unpublished node and confirm correct redirect behavior.
NodeEntityFieldQueryAlter::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
NodeEntityViewModeAlterTest::testNodeViewModeChange in modules/node/tests/node.test
Create a "Page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in modules/node/tests/node.test
Tests fields that were previously hidden when the display mode is changed.
NodeFrontPageCallback::testCustomFrontPage in modules/node/tests/node.test
NodeLayoutPreviewTestCase::testNodeLayoutPreview in modules/node/tests/node.test
Tests that the correct layout is used for node add and node edit previews.
NodePostSettingsTestCase::testPageNotPostInfo in modules/node/tests/node.test
Confirms absence of post information on a new node.
NodePostSettingsTestCase::testPagePostInfo in modules/node/tests/node.test
Confirms "Page" content type and post information is on a new node.
NodePublishScheduling::testNodeTypeCreateDefaultDraft in modules/node/tests/node.test
NodeRevisionPermissionsTestCase::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
NodeRevisionsTestCase::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage in modules/node/tests/node.test
Checks that revisions are correctly saved without log messages.
NodeRevisionsTestCase::testRevisions in modules/node/tests/node.test
Checks node revision related operations.
NodeRSSContentTestCase::testNodeRSSContent in modules/node/tests/node.test
Ensures that a new node includes the custom data when added to an RSS feed.
NodeSaveTestCase::testImport in modules/node/tests/node.test
Checks whether custom node IDs are saved properly during an import operation.
NodeSaveTestCase::testTimestamps in modules/node/tests/node.test
Verifies accuracy of the "created" and "changed" timestamp functionality.
NodeTitleTestCase::testNodeTitle in modules/node/tests/node.test
Creates one node and tests if the node title has the correct value.
NodeTitleXSSTestCase::testNodeTitleXSS in modules/node/tests/node.test
Tests XSS functionality with a node entity.
NodeTokenReplaceTestCase::testNodeTokenReplacement in modules/node/tests/node.test
Creates a node, then tests the tokens generated from it.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in modules/node/tests/node.test
Tests that node type customizations persist through disable and uninstall.
NumberFieldTestCase::testNumberDecimalField in modules/field/modules/number/tests/number.test
Test number_decimal field.
NumberFieldTestCase::testNumberDecimalFieldStepValidation in modules/field/modules/number/tests/number.test
Test number_decimal field step validation.
NumberFieldTestCase::testNumberFieldEmpty in modules/field/modules/number/tests/number.test
Test empty value submission.
NumberFieldTestCase::testNumberFloatField in modules/field/modules/number/tests/number.test
Test number_float field.
NumberFieldTestCase::testNumberIntegerField in modules/field/modules/number/tests/number.test
Test number_integer field.
OptionsSelectDynamicValuesTestCase::testSelectListDynamic in modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (single select).
PageEditTestCase::testPageAuthoredBy in modules/node/tests/node.test
Tests changing a node's "authored by" field.
PageEditTestCase::testPageEdit in modules/node/tests/node.test
Checks node edit functionality.
PageNotFoundTestCase::test404PathOnSystemForm in modules/system/tests/system.test
PageNotFoundTestCase::testPageNotFound in modules/system/tests/system.test
PagePreviewTestCase::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
PagePreviewTestCase::testPagePreview in modules/node/tests/node.test
Checks the node preview functionality.
PageTitleFiltering::testTitleTags in modules/system/tests/system.test
Tests the handling of HTML by backdrop_set_title() and backdrop_get_title()
PathHooksTestCase::testPathHooks in modules/path/tests/path.test
PathLanguageTestCase::testAliasTranslation in modules/path/tests/path.test
Test alias functionality through the admin interfaces.
PathLanguageUITestCase::testDefaultLanguageURLs in modules/path/tests/path.test
Tests that a default language URL alias works.
PathLanguageUITestCase::testLanguageNeutralURLs in modules/path/tests/path.test
Tests that a language-neutral URL alias works.
PathLanguageUITestCase::testNonDefaultURLs in modules/path/tests/path.test
Tests that a non-default language URL alias works.
PathPatternBulkUpdateTestCase::testBulkUpdate in modules/path/tests/path_pattern.test
PathPatternTestHelper::addTerm in modules/path/tests/path_pattern.test
PathPatternTestHelper::addVocabulary in modules/path/tests/path_pattern.test
PathTaxonomyTermTestCase::testTermAlias in modules/path/tests/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testAdminAlias in modules/path/tests/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testDuplicateNodeAlias in modules/path/tests/path.test
Tests that tries to create a duplicate alias are caught by validation.
PathTestCase::testNodeAlias in modules/path/tests/path.test
Tests alias functionality through the node interfaces.
PathTestCase::testPathCache in modules/path/tests/path.test
Tests the path cache.
QueueTestCase::testQueue in modules/system/tests/system.test
Queues and dequeues a set of items to check the basic queue functionality.
RetrieveFileTestCase::testFileRetrieving in modules/system/tests/system.test
Invokes system_retrieve_file() in several scenarios.
SearchCommentCountToggleTestCase::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchConfigSettingsForm::testSearchSettingsPage in modules/search/tests/search.test
Verify the search settings form.
SearchKeywordsConditions::testSearchKeyswordsConditions in modules/search/tests/search.test
Verify the kewords are captured and conditions respected.
SearchPageOverride::testSearchPageHook in modules/search/tests/search.test
SearchPageText::testSearchText in modules/search/tests/search.test
Tests the failed search text, and various other text on the search page.
SessionHttpsTestCase::testHttpsSession in modules/simpletest/tests/session.test
SessionTestCase::testDataPersistence in modules/simpletest/tests/session.test
Test data persistence via the session_test module callbacks.
ShutdownFunctionsTest::testShutdownFunctions in modules/system/tests/system.test
Test shutdown functions.
SimpleTestMailCaptureTestCase::testMailSend in modules/simpletest/tests/simpletest.test
Test to see if the wrapper function is executed correctly.
StandardInstallTestCase::testRolesExist in modules/simpletest/tests/standard.test
Tests existence of test case located in an installation profile module.
SystemAuthorizeCase::testFileTransferHooks in modules/system/tests/system.test
Tests the FileTransfer hooks
TaxonomyHooksTestCase::testTaxonomyTermHooks in modules/taxonomy/tests/taxonomy.test
Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
TaxonomyLanguageFunctionalTest::testNodeTermLanguageCreation in modules/taxonomy/tests/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyLegacyTestCase::testTaxonomyLegacyNode in modules/taxonomy/tests/taxonomy.test
Test taxonomy functionality with nodes prior to 1970.
TaxonomyRSSTestCase::testTaxonomyRSS in modules/taxonomy/tests/taxonomy.test
Tests that terms added to nodes are displayed in core RSS feed.
TaxonomyTermFieldMultipleVocabularyTestCase::setUp in modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermFieldTestCase::setUp in modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermIndexTestCase::setUp in modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermIndexTestCase::testTaxonomyIndex in modules/taxonomy/tests/taxonomy.test
Tests that the taxonomy index is maintained properly.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in modules/taxonomy/tests/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testTaxonomyNode in modules/taxonomy/tests/taxonomy.test
Test that hook_node_$op implementations work correctly.
TaxonomyTermTestCase::testTermInterface in modules/taxonomy/tests/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyTermTestCase::testTermMultipleParentsInterface in modules/taxonomy/tests/taxonomy.test
Test saving a term with multiple parents through the UI.
TaxonomyViewsHandlerRelationshipNodeTermDataTest::createTerm in modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test
Returns a new term with random properties in vocabulary $vid.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in modules/taxonomy/tests/taxonomy.test
Deleting a vocabulary.
TaxonomyVocabularyFunctionalTest::testVocabularyInterface in modules/taxonomy/tests/taxonomy.test
Create, configure and delete a vocabulary via the user interface.
TaxonomyVocabularyUnitTest::testTaxonomyVocabularyLoadStaticReset in modules/taxonomy/tests/taxonomy.test
Ensure that the vocabulary static reset works correctly.
TaxonomyVocabularyUnitTest::testUninstallReinstall in modules/taxonomy/tests/taxonomy.test
Test uninstall and reinstall of the taxonomy module.
TaxonomyWebTestCase::createTerm in modules/taxonomy/tests/taxonomy.test
Returns a new term with random properties in the given vocabulary.
TaxonomyWebTestCase::createVocabulary in modules/taxonomy/tests/taxonomy.test
Returns a new vocabulary with random properties.
TextFieldTestCase::testTextFieldValidation in modules/field/modules/text/tests/text.test
Test text field validation.
TextFieldTestCase::_testTextfieldWidgets in modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgets().
TextFieldTestCase::_testTextfieldWidgetsFormatted in modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgetsFormatted().
TextSummaryTestCase::testOnlyTextSummary in modules/field/modules/text/tests/text.test
Test sending only summary.
TextTranslationTestCase::testTextField in modules/field/modules/text/tests/text.test
Test that a plaintext textfield widget is correctly populated.
TextTranslationTestCase::testTextFieldFormatted in modules/field/modules/text/tests/text.test
Check that user that does not have access the field format cannot see the source value when creating a translation.
TokenCommentTestCase::testCommentTokens in modules/simpletest/tests/token.test
TokenEntityTestCase::addTerm in modules/simpletest/tests/token.test
TokenNodeTestCase::testNodeTokens in modules/simpletest/tests/token.test
TokenTaxonomyTestCase::addTerm in modules/simpletest/tests/token.test
TokenTaxonomyTestCase::addVocabulary in modules/simpletest/tests/token.test
TranslationTestCase::testContentTranslation in modules/translation/tests/translation.test
Creates, modifies, and updates a page with a translation.
TranslationTestCase::testLanguageSwitcherBlockIntegration in modules/translation/tests/translation.test
Tests that the language switcher block alterations work as intended.
TranslationTestCase::testLanguageSwitchLinks in modules/translation/tests/translation.test
Checks that the language switch links behave properly.
TransliterationTest::testTransliteration in modules/simpletest/tests/transliteration.test
Tests transliteration API.
UserAdminSettingsEmailFormTest::setUp in modules/user/tests/user.test
Sets up a Backdrop site for running functional and integration tests.
UserAdminSettingsFormTest::setUp in modules/user/tests/user.test
Sets up a Backdrop site for running functional and integration tests.
UserCancelTestCase::testUserDelete in modules/user/tests/user.test
Delete account and remove all content.
UserCreateTestCase::testUserAdd in modules/user/tests/user.test
Create a user through the administration interface and ensure that it displays in the user list.
UserCreateTestCase::testUserWithWeakPassword in modules/user/tests/user.test
Tests setting a weak password.
UserEditedOwnAccountTestCase::testUserEditedOwnAccount in modules/user/tests/user.test
Tests a user editing their own account.
UserEditTestCase::testUserEdit in modules/user/tests/user.test
Test user edit page.
UserEntityCallbacksTestCase::testLabelCallback in modules/user/tests/user.test
Test label callback.
UserLoginTestCase::testAccountNotFound in modules/user/tests/user.test
Attempt to login with an unregistered username.
UserPasswordResetTest::testUserPasswordReset in modules/user/tests/user_password_reset.test
Tests password reset functionality.
UserPasswordResetTest::testUserResetPasswordTextboxFilled in modules/user/tests/user_password_reset.test
Prefill the text box on incorrect login via link to password reset page.
UserPictureTestCase::testUserPictureAdminFormValidation in modules/user/tests/user.test
Tests the admin form validates user picture settings.
UserRegistrationTestCase::testRegistrationDefaultValues in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationEmailAsUsername in modules/user/tests/user.test
Tests new users username matches their email if username is an email.
UserRegistrationTestCase::testRegistrationEmailAsUsernameDisabled in modules/user/tests/user.test
Tests new users username not matching their email if username is an email.
UserRegistrationTestCase::testRegistrationEmailDuplicates in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithEmailVerification in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithoutEmailVerification in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithUserFields in modules/user/tests/user.test
Tests Field API fields on user registration forms.
UserRolesAssignmentTestCase::testCreateUserWithRole in modules/user/tests/user.test
Tests that when creating a user the role can be assigned. And that it can be removed again.
UserSaveTestCase::testUserImport in modules/user/tests/user.test
Test creating a user with arbitrary uid.
UserSignatureTestCase::testUserSignature in modules/user/tests/user.test
Test that a user can change their signature format and that it is respected upon display.
UserValidateCurrentPassCustomForm::testUserValidateCurrentPassCustomForm in modules/user/tests/user.test
Tests that user_validate_current_pass can be reused on a custom form.
UserViewsArgumentValidate::testArgumentValidateUserEither in modules/user/tests/user_views_argument_validate.test
UserViewsArgumentValidate::testArgumentValidateUserName in modules/user/tests/user_views_argument_validate.test
UserViewsHandlerFieldNameTest::testUserName in modules/user/tests/user_views_handler_field_name.test
ViewsAccessTest::testDynamicAccessPlugin in modules/views/tests/views_access.test
Tests dynamic access plugin.
ViewsArgumentValidatorTest::testArgumentValidatePhp in modules/views/tests/views_argument_validator.test
ViewsExposedFormTest::testRenameResetButton in modules/views/tests/views_exposed_form.test
Tests, whether and how the reset button can be renamed.
ViewsHandlerAreaTextTest::testAreaText in modules/views/tests/handlers/views_handler_area_text.test
ViewsHandlerArgumentStringTest::testGlossary in modules/views/tests/handlers/views_handler_argument_string.test
Tests the glossary feature.
ViewsHandlerFieldCustomTest::testFieldCustom in modules/views/tests/handlers/views_handler_field_custom.test
ViewsHandlerFieldTest::_testEmptyText in modules/views/tests/handlers/views_handler_field.test
Tests the usage of the empty text.
ViewsHandlerFieldTest::_testHideIfEmpty in modules/views/tests/handlers/views_handler_field.test
Tests the hide if empty functionality.
ViewsHandlerManyToOneTest::createTerm in modules/views/tests/handlers/views_handler_manytoone.test
Returns a new term with random properties.
ViewsModuleTest::testviews_get_handler in modules/views/tests/views_module.test
Tests the views_get_handler method.
ViewsPluginStyleTestCase::testCustomRowClasses in modules/views/tests/styles/views_plugin_style.test
Tests custom css classes.
ViewsPluginStyleTestCase::_testGrouping in modules/views/tests/styles/views_plugin_style.test
Tests the grouping features of styles.
ViewsSqlTest::viewsCreateTerm in modules/views/tests/views_query.test
Create a term.
ViewsUIWizardBasicTestCase::testViewsWizardAndListing in modules/views/tests/views_ui.test
ViewsUIWizardDefaultViewsTestCase::testDefaultViews in modules/views/tests/views_ui.test
Tests default views.
ViewsUIWizardDisplaysTestCase::testOverrideDisplays in modules/views/tests/views_ui.test
Tests that displays can be overridden via the UI.
ViewsUIWizardDisplaysTestCase::testReorderDisplays in modules/views/tests/views_ui.test
Test reordering of displays.
ViewsUIWizardDisplaysTestCase::testRevertAllDisplays in modules/views/tests/views_ui.test
Tests that the revert to all displays select-option works as expected.
ViewsUIWizardDisplaysTestCase::testWizardMixedDefaultOverriddenDisplays in modules/views/tests/views_ui.test
Tests that the wizard correctly sets up default and overridden displays.
ViewsUIWizardItemsPerPageTestCase::testItemsPerPage in modules/views/tests/views_ui.test
Tests the number of items per page.
ViewsUIWizardJumpMenuTestCase::createCommentAndGetPath in modules/views/tests/views_ui.test
Helper function to create a comment and return its expected path.
ViewsUIWizardJumpMenuTestCase::createTaxonomyTermAndGetPath in modules/views/tests/views_ui.test
Helper function to create a taxonomy term and return its expected path.
ViewsUIWizardJumpMenuTestCase::testJumpMenus in modules/views/tests/views_ui.test
Tests the jump menu style plugin.
ViewsUIWizardMenuTestCase::testMenus in modules/views/tests/views_ui.test
Tests the menu functionality.
ViewsUIWizardSortingTestCase::testSorting in modules/views/tests/views_ui.test
Tests the sorting functionality.
ViewsUIWizardTaggedWithTestCase::testTaggedWith in modules/views/tests/views_ui.test
Tests the "tagged with" functionality.