255 calls to BackdropTestCase::assertFalse()
- ActionExampleTestCase::testActionExample in modules/examples/action_example/tests/action_example.test
- Test Action Example.
- AdminBarCustomizedTestCase::testCustomDisabled in core/modules/admin_bar/tests/admin_bar.test
- Test disabled custom links.
- AJAXFrameworkTestCase::testLazyLoad in core/modules/simpletest/tests/ajax.test
- Test that new JavaScript and CSS files added during an AJAX request are returned.
- BackdropHtmlToTextTestCase::testBackdropHtmlToTextBlockTagToNewline in core/modules/simpletest/tests/mail.test
- Test that text separated by block-level tags in HTML get separated by
(at least) a newline in the plaintext version.
- BackdropWebTestCase::assertNoFieldByXPath in core/modules/simpletest/backdrop_web_test_case.php
- Asserts that a field does not exist in the current page by the given XPath.
- BackdropWebTestCase::assertNoResponse in core/modules/simpletest/backdrop_web_test_case.php
- Asserts the page did not return the specified response code.
- BootstrapIPAddressTestCase::testIPAddressHost in core/modules/simpletest/tests/bootstrap.test
- test IP Address and hostname
- BootstrapOverrideServerVariablesTestCase::testCheckMemoryLimit in core/modules/simpletest/tests/bootstrap.test
- Tests that the backdrop_check_memory_limit() function works as expected.
- BootstrapPageCacheTestCase::testConditionalRequests in core/modules/simpletest/tests/bootstrap.test
- Test support for requests containing If-Modified-Since and If-None-Match headers.
- BootstrapPageCacheTestCase::testPageCache in core/modules/simpletest/tests/bootstrap.test
- Test cache headers.
- BootstrapPageCacheTestCase::testPageCompression in core/modules/simpletest/tests/bootstrap.test
- Test page compression.
- CacheClearCase::testClearArray in core/modules/simpletest/tests/cache.test
- Test clearing using an array.
- CacheClearCase::testClearWildcard in core/modules/simpletest/tests/cache.test
- Test clearing using wildcard.
- CacheClearCase::testFlushAllCaches in core/modules/simpletest/tests/cache.test
- Test backdrop_flush_all_caches().
- CacheGetMultipleUnitTest::testCacheMultiple in core/modules/simpletest/tests/cache.test
- Test getMultiple().
- CacheIsEmptyCase::testIsEmpty in core/modules/simpletest/tests/cache.test
- Test clearing using a cid.
- CacheSavingCase::testNoEmptyCids in core/modules/simpletest/tests/cache.test
- Test no empty cids are written in cache table.
- CacheTestCase::assertCacheRemoved in core/modules/simpletest/tests/cache.test
- Assert or a cache entry has been removed.
- ColorTest::testHexToRgb in core/modules/simpletest/tests/color.test
- Tests Color::hexToRgb().
- ColorTestCase::testBartikLegacy in core/modules/color/tests/color.test
- Test the Bartik legacy color mode.
- CommentAnonymous::testAnonymous in core/modules/comment/tests/comment.test
- Tests anonymous comment functionality.
- CommentApprovalTest::testApprovalAdminInterface in core/modules/comment/tests/comment.test
- Test comment approval functionality through admin/content/comment.
- CommentApprovalTest::testApprovalNodeInterface in core/modules/comment/tests/comment.test
- Tests comment approval functionality through the node interface.
- CommentAuthorDeletionTestCase::testAuthorDeletion in core/modules/comment/tests/comment.test
- Tests that comments are correctly deleted when their author is deleted.
- CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in core/modules/comment/tests/comment.test
- Test comment author deletion while the comment module is disabled.
- CommentContentRebuild::testCommentRebuild in core/modules/comment/tests/comment.test
- Tests the rebuilding of comment's content arrays on calling comment_view().
- CommentFieldsTest::testCommentEnable in core/modules/comment/tests/comment.test
- Tests that comment module works when enabled after a content module.
- CommentInterfaceTest::assertCommentLinks in core/modules/comment/tests/comment.test
- Asserts that comment links appear according to the passed environment.
- CommentInterfaceTest::testCommentClasses in core/modules/comment/tests/comment.test
- Tests CSS classes on comments.
- CommentInterfaceTest::testCommentInterface in core/modules/comment/tests/comment.test
- Tests the comment interface.
- CommentNodeChangesTestCase::testNodeCommentSettings in core/modules/comment/tests/comment.test
- Tests opening, closing, and hiding comments.
- CommentNodeChangesTestCase::testNodeDeletion in core/modules/comment/tests/comment.test
- Tests that comments are deleted with the node.
- CommentPagerTest::testCommentPaging in core/modules/comment/tests/comment.test
- Confirms comment paging works correctly with flat and threaded comments.
- CommentTokenReplaceTestCase::testCommentTokenReplacement in core/modules/comment/tests/comment.test
- Creates a comment, then tests the tokens generated from it.
- CommonBackdropArrayUnitTest::testUnset in core/modules/simpletest/tests/common.test
- Tests unsetting nested array values.
- CommonBackdropHTTPRedirectTest::testNoHostChange in core/modules/simpletest/tests/common.test
- Tests HTTP redirect without downgrade and host change.
- CommonBackdropHTTPRedirectTest::testNoHttpsDowngrade in core/modules/simpletest/tests/common.test
- Tests HTTP redirect without downgrade.
- CommonBackdropHTTPRequestTestCase::testBackdropHTTPRequestRedirect in core/modules/simpletest/tests/common.test
- CommonBackdropRenderTestCase::testBackdropRenderCache in core/modules/simpletest/tests/common.test
- Tests caching of render items.
- CommonBackdropWriteRecordTestCase::testBackdropWriteRecord in core/modules/simpletest/tests/common.test
- Test the backdrop_write_record() API function.
- CommonJavaScriptTestCase::testLibraryUnknown in core/modules/simpletest/tests/common.test
- Tests non-existing libraries.
- CommonJavaScriptTestCase::testNoCache in core/modules/simpletest/tests/common.test
- Test backdrop_add_js() sets preprocess to false when cache is set to false.
- CommonURLUnitTestCase::testBackdropParseUrl in core/modules/simpletest/tests/common.test
- Test backdrop_parse_url().
- CommonValidNumberStepUnitTestCase::testNumberStep in core/modules/simpletest/tests/common.test
- Tests valid_number_step() without offset.
- CommonValidNumberStepUnitTestCase::testNumberStepOffset in core/modules/simpletest/tests/common.test
- Tests valid_number_step() with offset.
- CommonValidUrlUnitTestCase::testInvalidAbsolute in core/modules/simpletest/tests/common.test
- Test invalid absolute URLs.
- CommonValidUrlUnitTestCase::testInvalidRelative in core/modules/simpletest/tests/common.test
- Test invalid relative URLs.
- ConfigObjectTestCase::testConfigObject in core/modules/simpletest/tests/config_obj.test
- ConfigurationSyncTest::testSync in core/modules/config/tests/config.test
- Tests that hook_config_create() is run during config sync.
- ConfigurationTest::testConfigHtaccess in core/modules/config/tests/config.test
- Tests that config directories are protected by .htaccess files.
- ConfigurationTest::testOverrideConfig in core/modules/config/tests/config.test
- Tests that a config setting can be overridden.
- ConnectionUnitTest::assertNoConnection in core/modules/simpletest/tests/database_test.test
- Asserts that a connection ID does not exist.
- CronRunTestCase::testTempFileCleanup in core/modules/system/tests/system.test
- Ensure that temporary files are removed.
- DatabaseAlterTestCase::testAlterChangeFields in core/modules/simpletest/tests/database_test.test
- Test that we can alter the fields of a query.
- DatabaseExtraTypesTestCase::testDateField in core/modules/simpletest/tests/database_test.test
- Test the date data type.
- DatabaseExtraTypesTestCase::testTimeField in core/modules/simpletest/tests/database_test.test
- Test the time data type.
- DatabaseInvalidDataTestCase::testInsertDuplicateData in core/modules/simpletest/tests/database_test.test
- Traditional SQL database systems abort inserts when invalid data is encountered.
- DatabaseQueryTestCase::testArrayArgumentsSQLInjection in core/modules/simpletest/tests/database_test.test
- Test SQL injection via database query array arguments.
- DatabaseSelectComplexTestCase2::testJoinSubquery in core/modules/simpletest/tests/database_test.test
- Test that we can join on a query.
- DatabaseSelectComplexTestCase::testCountQueryRemovals in core/modules/simpletest/tests/database_test.test
- Test that countQuery properly removes 'all_fields' statements and
ordering clauses.
- DatabaseTaggingTestCase::testExtenderHasAllTags in core/modules/simpletest/tests/database_test.test
- Test extended query tagging "has all of these tags" functionality.
- DatabaseTaggingTestCase::testExtenderHasAnyTag in core/modules/simpletest/tests/database_test.test
- Test extended query tagging "has at least one of these tags" functionality.
- DatabaseTaggingTestCase::testExtenderHasTag in core/modules/simpletest/tests/database_test.test
- Confirm that an extended query has a "tag" added to it.
- DatabaseTaggingTestCase::testHasAllTags in core/modules/simpletest/tests/database_test.test
- Test query tagging "has all of these tags" functionality.
- DatabaseTaggingTestCase::testHasAnyTag in core/modules/simpletest/tests/database_test.test
- Test query tagging "has at least one of these tags" functionality.
- DatabaseTaggingTestCase::testHasTag in core/modules/simpletest/tests/database_test.test
- Confirm that a query has a "tag" added to it.
- DatabaseTemporaryQueryTestCase::testTemporaryQuery in core/modules/simpletest/tests/database_test.test
- Confirm that temporary tables work and are limited to one request.
- DatabaseTransactionTestCase::assertRowAbsent in core/modules/simpletest/tests/database_test.test
- Assert that a given row is absent from the test table.
- DatabaseTransactionTestCase::testTransactionStacking in core/modules/simpletest/tests/database_test.test
- Test transaction stacking and commit / rollback.
- DateAPITestCase::testDateAPI in core/modules/date/tests/date_api.test
- DateTimeFunctionalTest::testDateFormatConfiguration in core/modules/system/tests/system.test
- Test date format configuration.
- EntityAPIInfoTestCase::testEntityInfoChanges in core/modules/entity/tests/entity.test
- Ensures entity info cache is updated after changes.
- EntityReferenceTaxonomyTestCase::testNodeIndex in core/modules/entityreference/tests/entityreference.taxonomy.test
- Test referencing a term using entity reference field.
- FieldAttachOtherTestCase::testFieldAttachCache in core/modules/field/tests/field.test
- Test field cache.
- FieldAttachOtherTestCase::testFieldAttachForm in core/modules/field/tests/field.test
- Test field_attach_form().
- FieldAttachOtherTestCase::testFieldAttachPrepareViewMultiple in core/modules/field/tests/field.test
- Tests the 'multiple entity' behavior of field_attach_prepare_view().
- FieldAttachOtherTestCase::testFieldAttachSubmit in core/modules/field/tests/field.test
- Test field_attach_submit().
- FieldAttachOtherTestCase::testFieldAttachValidate in core/modules/field/tests/field.test
- Test field_attach_validate().
- FieldAttachStorageTestCase::testFieldAttachDeleteBundle in core/modules/field/tests/field.test
- Test field_attach_delete_bundle().
- FieldAttachStorageTestCase::testFieldHasData in core/modules/field/tests/field.test
- Test field_has_data().
- FieldCrudTestCase::testDeleteField in core/modules/field/tests/field.test
- Test the deletion of a field.
- FieldFormTestCase::testFieldFormAccess in core/modules/field/tests/field.test
- Tests fields with no 'edit' access.
- FieldInstanceCrudTestCase::testDeleteFieldInstance in core/modules/field/tests/field.test
- Test the deletion of a field instance.
- FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate in core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
- Reads mysql to verify correct data is
written when using insert and update.
- FieldSqlStorageTestCase::testFieldAttachLoad in core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
- Uses the mysql tables and records to verify
field_load_revision works correctly.
- FieldTranslationsTestCase::testFieldAvailableLanguages in core/modules/field/tests/field.test
- Ensures that only valid values are returned by field_available_languages().
- FieldUIManageFieldsTestCase::addExistingField in core/modules/field_ui/tests/field_ui.test
- Tests adding an existing field in another content type.
- FieldUIManageFieldsTestCase::testHiddenFields in core/modules/field_ui/tests/field_ui.test
- Tests that Field UI respects the 'no_ui' option in hook_field_info().
- FileCopyTest::testExistingError in core/modules/simpletest/tests/file.test
- Test that copying over an existing file fails when FILE_EXISTS_ERROR is
specified.
- FileDeleteTest::testInUse in core/modules/simpletest/tests/file.test
- Tries deleting a file that is in use.
- FileDeleteTest::testUnused in core/modules/simpletest/tests/file.test
- Tries deleting a normal file (as opposed to a directory, symlink, etc).
- FileDirectoryTest::testFileCheckDirectoryHandling in core/modules/simpletest/tests/file.test
- Test directory handling functions.
- FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in core/modules/file/tests/file.test
- Helper for testing exploiting the temporary file removal using fid.
- FileLoadTest::testLoadInvalidStatus in core/modules/simpletest/tests/file.test
- Try to load a non-existent file by status.
- FileLoadTest::testLoadMissingFid in core/modules/simpletest/tests/file.test
- Try to load a non-existent file by fid.
- FileLoadTest::testLoadMissingFilepath in core/modules/simpletest/tests/file.test
- Try to load a non-existent file by URI.
- FileMoveTest::testExistingError in core/modules/simpletest/tests/file.test
- Test that moving onto an existing file fails when FILE_EXISTS_ERROR is
specified.
- FileMoveTest::testExistingRename in core/modules/simpletest/tests/file.test
- Test renaming when moving onto a file that already exists.
- FileMoveTest::testExistingReplace in core/modules/simpletest/tests/file.test
- Test replacement when moving onto a file that already exists.
- FileMoveTest::testExistingReplaceSelf in core/modules/simpletest/tests/file.test
- Test replacement when moving onto itself.
- FileMoveTest::testNormal in core/modules/simpletest/tests/file.test
- Move a normal file.
- FilePrivateTestCase::testPrivateFile in core/modules/file/tests/file.test
- Tests file access for file uploaded to a private node.
- FileReplaceTestCase::testReplaceFile in core/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 core/modules/simpletest/tests/file.test
- Test that file_save_data() fails overwriting an existing file.
- FileSaveUploadTest::testNormal in core/modules/simpletest/tests/file.test
- Test the file_save_upload() function.
- FileTestHelper::assertFileEntryNotExists in core/modules/file/tests/file.test
- Asserts that a file does not exist in the database.
- FileTestHelper::assertFileNotExists in core/modules/file/tests/file.test
- Asserts that a file does not exist on disk.
- FileTokenReplaceTestCase::testFileTokenReplacement in core/modules/file/tests/file.test
- Creates a file, then tests the tokens generated from it.
- FileTypeTestCase::testTypesCrudUi in core/modules/file/tests/file.test
- Test file types CRUD UI.
- FileUnitTestCase::testImageDimensions in core/modules/file/tests/file.test
- Tests storing image height and width as file metadata.
- FileUnmanagedCopyTest::testNonExistent in core/modules/simpletest/tests/file.test
- Copy a non-existent file.
- FileUnmanagedCopyTest::testOverwriteSelf in core/modules/simpletest/tests/file.test
- Copy a file onto itself.
- FileUnmanagedDeleteRecursiveTest::testDirectory in core/modules/simpletest/tests/file.test
- Try deleting a directory with some files.
- FileUnmanagedDeleteRecursiveTest::testEmptyDirectory in core/modules/simpletest/tests/file.test
- Try deleting an empty directory.
- FileUnmanagedDeleteRecursiveTest::testSingleFile in core/modules/simpletest/tests/file.test
- Delete a normal file.
- FileUnmanagedDeleteRecursiveTest::testSubDirectory in core/modules/simpletest/tests/file.test
- Try deleting subdirectories with some files.
- FileUnmanagedDeleteTest::testDirectory in core/modules/simpletest/tests/file.test
- Try deleting a directory.
- FileUnmanagedDeleteTest::testNormal in core/modules/simpletest/tests/file.test
- Delete a normal file.
- FileUnmanagedMoveTest::testMissing in core/modules/simpletest/tests/file.test
- Try to move a missing file.
- FileUnmanagedMoveTest::testNormal in core/modules/simpletest/tests/file.test
- Move a normal file.
- FileUnmanagedMoveTest::testOverwriteSelf in core/modules/simpletest/tests/file.test
- Try to move a file onto itself.
- FileUploadWizardTestCase::testFileUploadWizardPrivateFailure in core/modules/file/tests/file.test
- Test the file upload wizard when uploading a private file fails.
- FilterAdminTestCase::testFilterAdmin in core/modules/filter/tests/filter.test
- Tests filter administration functionality.
- FilterCRUDTestCase::testTextFormatCRUD in core/modules/filter/tests/filter.test
- Tests CRUD operations for text formats and filters.
- FilterFormatAccessTestCase::testFormatPermissions in core/modules/filter/tests/filter.test
- Tests the Filter format access permissions functionality.
- FilterFormatAccessTestCase::testFormatRoles in core/modules/filter/tests/filter.test
- Tests if text format is available to a role.
- FloodFunctionalTest::testCleanUp in core/modules/system/tests/system.test
- Test flood control mechanism clean-up.
- FormsElementsLabelsTestCase::testFormLabels in core/modules/simpletest/tests/form.test
- Test form elements, labels, title attributes and required marks output
correctly and have the correct label option class if needed.
- FormsElementsTableSelectFunctionalTest::testAjax in core/modules/simpletest/tests/form.test
- Test presence of ajax functionality
- FormsElementsTableSelectFunctionalTest::testMultipleFalseOptionChecker in core/modules/simpletest/tests/form.test
- Test the whether the option checker gives an error on invalid tableselect values for radios.
- FormsElementsTableSelectFunctionalTest::testMultipleTrueOptionChecker in core/modules/simpletest/tests/form.test
- Test the whether the option checker gives an error on invalid tableselect values for checkboxes.
- FormStateValuesCleanTestCase::testFormStateValuesClean in core/modules/simpletest/tests/form.test
- Tests form_state_values_clean().
- FormsTestCase::testRequiredFields in core/modules/simpletest/tests/form.test
- Check several empty values for required forms elements.
- GenericFieldTest::codeTestGenericRemoveAllFields in modules/examples/field_permission_example/tests/field_permission_example.test
- Remove all fields in $this->field_names.
- GraphUnitTest::testDepthFirstSearch in core/modules/simpletest/tests/graph.test
- Test depth-first-search features.
- ImageAdminStylesUnitTest::testDefaultStyle in core/modules/image/tests/image.test
- Test to override, edit, then revert a style.
- ImageAdminStylesUnitTest::testStyle in core/modules/image/tests/image.test
- General test to add a style, add/remove/edit effects to it, then delete it.
- ImageDimensionsUnitTest::testImageDimensions in core/modules/image/tests/image.test
- Test styled image dimensions cumulatively.
- ImageFieldDisplayTestCase::testImageFieldDefaultImage in core/modules/image/tests/image.test
- Test use of a default image with an image field.
- ImageFileMoveTest::testNormal in core/modules/simpletest/tests/image.test
- Tests moving a randomly generated image.
- ImageStyleFloodProtection::testFloodProtection in core/modules/image/tests/image.test
- Check the number of images that can be generated simultaneously.
- ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in core/modules/image/tests/image.test
- Test image_style_url().
- ImageToolkitUnitTest::testGetAvailableToolkits in core/modules/simpletest/tests/image.test
- Check that hook_image_toolkits() is called and only available toolkits are
returned.
- ImageToolkitUnitTest::testSave in core/modules/simpletest/tests/image.test
- Test the image_save() function.
- InfoFileCoreTest::testProjectInfoFileContents in core/modules/system/tests/system.test
- Tests that the .info files of all core projects specify a project type.
- LayoutBlockTest::testCustomTextBlocks in core/modules/layout/tests/layout.test
- Test Custom Text blocks.
- LayoutBlockUsageTestCase::checkBlockNoUsage in core/modules/layout/tests/layout.test
- Checks block not in usage.
- LayoutFlexibleTemplateTest::testLayoutFlexibleTemplates in core/modules/layout/tests/layout.test
- Test that layout templates may be enabled and disabled.
- LayoutInterfaceTest::testBlockUninstall in core/modules/layout/tests/layout.test
- Tests layout_modules_uninstalled().
- LayoutInterfaceTest::testLayoutChange in core/modules/layout/tests/layout.test
- Tests switching between different layouts, ensuring block copying.
- LayoutInterfaceTest::testLayoutMenuItems in core/modules/layout/tests/layout.test
- Tests conditions and menu item navigation.
- LayoutInterfaceTest::testMenuItemReassignment in core/modules/layout/tests/layout.test
- Ensure that reassignment of menu items works when deleting layouts.
- LayoutPathTest::testLayoutPath in core/modules/layout/tests/layout.test
- Tests that null paths (in default layouts) don't cause problems.
- LinkUITest::testCRUDCreateFieldDefaults in core/modules/link/tests/link.ui.test
- Creates a field with all the default values and check expected values.
- LinkUITest::testLinkCreate in core/modules/link/tests/link.ui.test
- Creates a link field for the "page" type and creates a page with a link.
- ListFieldUITestCase::testListAllowedValuesBoolean in core/modules/field/modules/list/tests/list.test
- List (boolean) : test 'On/Off' values input.
- LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in core/modules/locale/tests/locale.test
- Tests alterations to language types/negotiation info.
- LocaleStringIsSafeTest::testLocaleStringIsSafe in core/modules/locale/tests/locale.test
- Tests for locale_string_is_safe().
- LocaleUninstallFunctionalTest::testUninstallProcess in core/modules/locale/tests/locale.test
- Check if the values of the Locale variables are correct after uninstall.
- LockFunctionalTest::testLockAcquire in core/modules/simpletest/tests/lock.test
- Confirm that we can acquire and release locks in two parallel requests.
- MenuRebuildTestCase::testMenuRebuildByVariable in core/modules/simpletest/tests/menu.test
- Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
- MenuTestCase::deleteCustomMenu in core/modules/menu/tests/menu.test
- Delete custom menu.
- MenuTreeOutputTestCase::testMenuTreeData in core/modules/simpletest/tests/menu.test
- Validate the generation of a proper menu tree output.
- ModuleImplementsAlterTestCase::testModuleImplementsAlter in core/modules/simpletest/tests/module.test
- Tests hook_module_implements_alter() adding an implementation.
- ModuleTestCase::assertModuleTablesDoNotExist in core/modules/system/tests/system.test
- Assert that none of the tables defined in a module's hook_schema() exist.
- ModuleTestCase::assertTableCount in core/modules/system/tests/system.test
- Assert there are tables that begin with the specified base table name.
- ModuleUninstallTestCase::testUserPermsUninstalled in core/modules/simpletest/tests/module.test
- Tests the hook_modules_uninstalled() of the user module.
- ModuleUnitTest::testDependencyResolution in core/modules/simpletest/tests/module.test
- Test dependency resolution.
- ModuleUnitTest::testModuleImplements in core/modules/simpletest/tests/module.test
- Test module_implements() caching.
- NodeBlockFunctionalTest::testNodeBlock in core/modules/node/tests/node.test
- Tests the Existing content block.
- NodeBuildContent::testNodeRebuildContent in core/modules/node/tests/node.test
- Ensures that content array is rebuilt on every call to node_build_content().
- NodeCreationTestCase::testFailedPageCreation in core/modules/node/tests/node.test
- Verifies that a transaction rolls back the failed creation.
- NodeLoadMultipleUnitTest::testNodeMultipleLoad in core/modules/node/tests/node.test
- Creates four nodes and ensures that they are loaded correctly.
- NodeRevisionPermissionsTestCase::testNodeRevisionAccess in core/modules/node/tests/node.test
- Tests the _node_revision_access() function.
- NodeRevisionsTestCase::testRevisions in core/modules/node/tests/node.test
- Checks node revision related operations.
- NodeTokenReplaceTestCase::testNodeTokenReplacement in core/modules/node/tests/node.test
- Creates a node, then tests the tokens generated from it.
- NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in core/modules/node/tests/node.test
- Tests that node type customizations persist through disable and uninstall.
- NodeTypeTestCase::testNodeTypeCreation in core/modules/node/tests/node.test
- Tests creating a content type programmatically and via a form.
- NodeTypeTestCase::testNodeTypeHasContent in core/modules/node/tests/node.test
- Ensures that node_type_has_content function works correctly.
- OptionsWidgetsTestCase::testSelectListMultiple in core/modules/field/modules/options/tests/options.test
- Tests the 'options_select' widget (multiple select).
- OptionsWidgetsTestCase::testSelectListSingle in core/modules/field/modules/options/tests/options.test
- Tests the 'options_select' widget (single select).
- PagerFunctionalWebTestCase::assertPagerItems in core/modules/simpletest/tests/pager.test
- Asserts pager items and links.
- PasswordHashingTest::testLongPassword in core/modules/simpletest/tests/password.test
- Verifies that passwords longer than 512 bytes are not hashed.
- PasswordHashingTest::testPasswordHashing in core/modules/simpletest/tests/password.test
- Test password hashing.
- PathMonolingualTestCase::setUp in core/modules/path/tests/path.test
- Sets up a Backdrop site for running functional and integration tests.
- PathPatternTestHelper::assertNoAliasExists in core/modules/path/tests/path_pattern.test
- QueueTestCase::testQueue in core/modules/system/tests/system.test
- Queues and dequeues a set of items to check the basic queue functionality.
- RedirectTestHelper::assertPageNotCached in core/modules/redirect/tests/redirect.test
- RetrieveFileTestCase::testFileRetrieving in core/modules/system/tests/system.test
- Invokes system_retrieve_file() in several scenarios.
- SchemaTestCase::testSchema in core/modules/simpletest/tests/schema.test
- SchemaTestCase::testUnsignedColumns in core/modules/simpletest/tests/schema.test
- Tests creating unsigned columns and data integrity thereof.
- SearchExcerptTestCase::testSearchExcerpt in core/modules/search/tests/search.test
- Tests search_excerpt() with several simulated search keywords.
- SearchExpressionInsertExtractTestCase::testInsertExtract in core/modules/search/tests/search.test
- Tests search_expression_insert() and search_expression_extract().
- SearchPageText::testSearchText in core/modules/search/tests/search.test
- Tests the failed search text, and various other text on the search page.
- SessionHttpsTestCase::testHttpsSession in core/modules/simpletest/tests/session.test
- SessionTestCase::testEmptyAnonymousSession in core/modules/simpletest/tests/session.test
- Test that empty anonymous sessions are destroyed.
- SessionTestCase::testSessionSaveRegenerate in core/modules/simpletest/tests/session.test
- Tests for backdrop_save_session() and backdrop_session_regenerate().
- SimpleTestFunctionalTest::testInternalBrowser in core/modules/simpletest/tests/simpletest.test
- Test the internal browsers functionality.
- SimpleTestUnitTestExampleTestCase::testSimpleTestUnitTestExampleFunction in modules/examples/simpletest_example/tests/simpletest_example.test
- Test simpletest_example_empty_mysql_date().
- StreamWrapperTest::testGetValidStreamScheme in core/modules/simpletest/tests/file.test
- Test the scheme functions.
- StreamWrapperTest::testUriFunctions in core/modules/simpletest/tests/file.test
- Test the URI and target functions.
- SystemInfoAlterTestCase::testSystemInfoAlter in core/modules/system/tests/system.test
- Tests that {system}.info is rebuilt after a module that implements
hook_system_info_alter() is enabled. Also tests if core *_list() functions
return freshly altered info.
- SystemMainContentFallback::testMainContentFallback in core/modules/system/tests/system.test
- Test availability of main content.
- SystemThemeFunctionalTest::testThemeSettings in core/modules/system/tests/system.test
- Test theme settings.
- SystemValidTokenTest::testTokenValidation in core/modules/system/tests/system.test
- Tests invalid invocations of backdrop_valid_token() that must return FALSE.
- TaxonomyHooksTestCase::testTaxonomyTermHooks in core/modules/taxonomy/tests/taxonomy.test
- Test that hooks are run correctly on creating, editing, viewing,
and deleting a term.
- TaxonomyLoadMultipleUnitTest::testTaxonomyTermMultipleLoad in core/modules/taxonomy/tests/taxonomy.test
- Create a vocabulary and some taxonomy terms, ensuring they're loaded
correctly using taxonomy_term_load_multiple().
- TaxonomyTermTestCase::testNodeTermCreationAndDeletion in core/modules/taxonomy/tests/taxonomy.test
- Test term creation with a free-tagging vocabulary from the node form.
- TaxonomyTermTestCase::testTaxonomyGetTermByName in core/modules/taxonomy/tests/taxonomy.test
- Test taxonomy_term_load_multiple_by_name().
- TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in core/modules/taxonomy/tests/taxonomy.test
- Creates some terms and a node, then tests the tokens generated from them.
- TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in core/modules/taxonomy/tests/taxonomy.test
- Deleting a vocabulary.
- TaxonomyVocabularyFunctionalTest::testTaxonomyAdminNoVocabularies in core/modules/taxonomy/tests/taxonomy.test
- Test the vocabulary overview with no vocabularies.
- ThemeTableUnitTest::testThemeTableNoStickyHeaders in core/modules/simpletest/tests/theme.test
- If $sticky is FALSE, no tableheader.js should be included.
- TokenReplaceTestCase::testSystemDateTokenReplacement in core/modules/simpletest/tests/token.test
- Tests the generation of all system date tokens.
- TokenReplaceTestCase::testSystemSiteTokenReplacement in core/modules/simpletest/tests/token.test
- Tests the generation of all system site information tokens.
- TokenScanTest::testTokenScan in core/modules/simpletest/tests/token.test
- Scans dummy text, then tests the output.
- UpdateCoreTestCase::testUpdateCheckingEnabled in core/modules/update/tests/update.test
- Tests _update_checking_enabled() returns the expected value during tests.
- UpdateDependencyMissingTestCase::testMissingUpdate in core/modules/simpletest/tests/update.test
- UpdateDrupal7TestCase::testAvailableUpdates in core/modules/simpletest/tests/update.test
- Tests that updates will be executed in the correct order.
- UserCancelTestCase::testUserAnonymize in core/modules/user/tests/user.test
- Delete account and anonymize all content.
- UserCancelTestCase::testUserCancelByAdmin in core/modules/user/tests/user.test
- Create an administrative user and delete another user.
- UserCancelTestCase::testUserDelete in core/modules/user/tests/user.test
- Delete account and remove all content.
- UserEditedOwnAccountTestCase::testUserEditedOwnAccount in core/modules/user/tests/user.test
- Tests a user editing their own account.
- UserPermissionsTestCase::testUserPermissionChanges in core/modules/user/tests/user.test
- Change user permissions and check user_access().
- UserPermissionsTestCase::testUserRoleChangePermissions in core/modules/user/tests/user.test
- Verify proper permission changes by user_role_change_permissions().
- UserPictureTestCase::testDeletePicture in core/modules/user/tests/user.test
- Tests deletion of user pictures.
- UserPictureTestCase::testWithGDinvalidSize in core/modules/user/tests/user.test
- Do the test:
GD Toolkit is installed
Picture has invalid size
- UserPictureTestCase::testWithoutGDinvalidDimension in core/modules/user/tests/user.test
- Do the test:
GD Toolkit is not installed
Picture has invalid size
- UserPictureTestCase::testWithoutGDinvalidSize in core/modules/user/tests/user.test
- Do the test:
GD Toolkit is not installed
Picture has invalid size
- UserRegistrationTestCase::testRegistrationWithEmailVerification in core/modules/user/tests/user.test
- UserRoleAdminTestCase::testRoleAdministration in core/modules/user/tests/user.test
- Test adding, renaming and deleting roles.
- UserRolesAssignmentTestCase::userLoadAndCheckRoleAssigned in core/modules/user/tests/user.test
- Check role on user object.
- UserTokenReplaceTestCase::testUserTokenReplacement in core/modules/user/tests/user.test
- Creates a user, then tests the tokens generated from it.
- UserViewsArgumentValidate::testArgumentValidateUserEither in core/modules/user/tests/user_views_argument_validate.test
- UserViewsArgumentValidate::testArgumentValidateUserName in core/modules/user/tests/user_views_argument_validate.test
- UserViewsArgumentValidate::testArgumentValidateUserUid in core/modules/user/tests/user_views_argument_validate.test
- UuidUnitTestCase::testUuidValidation in core/modules/system/tests/system.test
- Test UUID validation.
- ViewsAccessTest::testAccessPerm in core/modules/views/tests/views_access.test
- Tests perm access plugin.
- ViewsAccessTest::testAccessRole in core/modules/views/tests/views_access.test
- Tests role access plugin.
- ViewsAccessTest::testDynamicAccessPlugin in core/modules/views/tests/views_access.test
- Tests dynamic access plugin.
- ViewsAccessTest::testStaticAccessPlugin in core/modules/views/tests/views_access.test
- Tests static access check.
- ViewsArgumentValidatorTest::testArgumentValidateNumeric in core/modules/views/tests/views_argument_validator.test
- ViewsArgumentValidatorTest::testArgumentValidatePhp in core/modules/views/tests/views_argument_validator.test
- ViewsCacheTest::testHeaderStorage in core/modules/views/tests/views_cache.test
- Tests css/js storage and restoring mechanism.
- ViewsHandlerArgumentNullTest::testAreaText in core/modules/views/tests/handlers/views_handler_argument_null.test
- ViewsHandlerFieldTest::testIsValueEmpty in core/modules/views/tests/handlers/views_handler_field.test
- Tests views_handler_field::is_value_empty().
- ViewsHandlerFilterNumericTest::testAllowEmpty in core/modules/views/tests/handlers/views_handler_filter_numeric.test
- ViewsHandlerManyToOneTest::testReducedExposedGroupedOptions in core/modules/views/tests/handlers/views_handler_manytoone.test
- Tests exposed filter with "Reduce duplicates." and grouped options.
- ViewsModuleTest::testFetchData in core/modules/views/tests/views_module.test
- Tests views_fetch_data().
- ViewsPagerTest::testLimit in core/modules/views/tests/views_pager.test
- Tests the some pager plugin.
- ViewsPagerTest::testNoLimit in core/modules/views/tests/views_pager.test
- Tests the none-pager-query.
- ViewsPluginDisplayTestCase::testFilterGroupsOverriding in core/modules/views/tests/plugins/views_plugin_display.test
- Tests the overriding of filter_groups.
- ViewsPluginDisplayTestCase::testFilterGroupsUpdating in core/modules/views/tests/plugins/views_plugin_display.test
- Based on a bug some filter_groups landed in the overridden display, even the filters weren't overridden.
This caused multiple issues.
Take sure that the value from the default display are used.
- ViewsViewTest::assertViewDestroy in core/modules/views/tests/views_view.test
- ViewsViewTest::testDelete in core/modules/views/tests/views_view.test