ActionLoopTestCase::triggerActions in modules/simpletest/tests/actions.test
Create an infinite loop by causing a watchdog message to be set, which causes the actions to be triggered again, up to actions_max_stack times.
AdminBarCustomizedTestCase::testCustomDisabled in modules/admin_bar/tests/admin_bar.test
Test disabled custom links.
AdminBarCustomizedTestCase::testCustomExternal in modules/admin_bar/tests/admin_bar.test
Tests external links.
AdminBarWebTestCase::assertElementByXPath in modules/admin_bar/tests/admin_bar.test
Check that an element exists in HTML markup.
AdminBarWebTestCase::assertNoElementByXPath in modules/admin_bar/tests/admin_bar.test
Check that an element does not exist in HTML markup.
AJAXDialogTest::testDialog in modules/simpletest/tests/ajax.test
Test sending non-JS and AJAX requests to open and manipulate modals.
AJAXFrameworkTestCase::testLazyLoad in modules/simpletest/tests/ajax.test
Test that new JavaScript and CSS files added during an AJAX request are returned.
AJAXTestCase::assertCommand in modules/simpletest/tests/ajax.test
Assert that a command with the required properties exists within the array of Ajax commands returned by the server.
BackdropErrorHandlerUnitTest::testExceptionHandler in modules/simpletest/tests/error.test
Test the exception handler.
BackdropHtmlToTextTestCase::testVeryLongLineWrap in modules/simpletest/tests/mail.test
Tests that backdrop_html_to_text() wraps before 1000 characters.
BackdropWebTestCase::assertFieldByXPath in modules/simpletest/backdrop_web_test_case.php
Asserts that a field exists in the current page by the given XPath.
BackdropWebTestCase::assertFieldChecked in modules/simpletest/backdrop_web_test_case.php
Asserts that a checkbox field in the current page is checked.
BackdropWebTestCase::assertMail in modules/simpletest/backdrop_web_test_case.php
Asserts that the most recently sent e-mail message has the given value.
BackdropWebTestCase::assertMailPattern in modules/simpletest/backdrop_web_test_case.php
Asserts that the most recently sent e-mail message has the pattern in it.
BackdropWebTestCase::assertMailString in modules/simpletest/backdrop_web_test_case.php
Asserts that the most recently sent e-mail message has the string in it.
BackdropWebTestCase::assertNoFieldChecked in modules/simpletest/backdrop_web_test_case.php
Asserts that a checkbox field in the current page is not checked.
BackdropWebTestCase::assertNoOption in modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page does not exist.
BackdropWebTestCase::assertNoOptionSelected in modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page is not checked.
BackdropWebTestCase::assertOption in modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page exists.
BackdropWebTestCase::assertOptionSelected in modules/simpletest/backdrop_web_test_case.php
Asserts that a select option in the current page is checked.
BackdropWebTestCase::assertResponse in modules/simpletest/backdrop_web_test_case.php
Asserts the page responds with the specified response code.
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.
BackdropWebTestCase::backdropPost in modules/simpletest/backdrop_web_test_case.php
Execute a POST request on a Backdrop page. It will be done as usual POST request with SimpleBrowser.
BackdropWebTestCase::curlExec in modules/simpletest/backdrop_web_test_case.php
Initializes and executes a cURL request.
BackdropWebTestCase::setUp in modules/simpletest/backdrop_web_test_case.php
Sets up a Backdrop site for running functional and integration tests.
BareUpgradePathTestCase::testBareUpgrade in modules/simpletest/tests/upgrade/upgrade_bare.test
Test a successful upgrade.
BlockInterestCohortTest::testExistingPolicyHeader in modules/simpletest/tests/common.test
Tests that an existing header is appended to correctly.
BlockTranslationTestCase::testTranslateCustomBlock in modules/block/tests/block.translation.test
Test creating custom block, translate it, and then deleting it.
BookTestCase::testBookDelete in modules/book/tests/book.test
Tests the access for deleting top-level book nodes.
BootstrapIPAddressTestCase::testIPAddressHost in modules/simpletest/tests/bootstrap.test
test IP Address and hostname
BootstrapOverrideServerVariablesTestCase::testCheckMemoryLimit in modules/simpletest/tests/bootstrap.test
Tests that the backdrop_check_memory_limit() function works as expected.
BootstrapPageCacheTestCase::testPageCache in modules/simpletest/tests/bootstrap.test
Test cache headers.
BootstrapTimerTestCase::testTimer in modules/simpletest/tests/bootstrap.test
Test timer_read() to ensure it properly accumulates time when the timer started and stopped multiple times.
CacheClearCase::testClearArray in modules/simpletest/tests/cache.test
Test clearing using an array.
CacheClearCase::testClearWildcard in modules/simpletest/tests/cache.test
Test clearing using wildcard.
CacheGetMultipleUnitTest::testCacheMultiple in modules/simpletest/tests/cache.test
Test getMultiple().
CacheIsEmptyCase::testIsEmpty in modules/simpletest/tests/cache.test
Test clearing using a cid.
CacheSavingCase::checkVariable in modules/simpletest/tests/cache.test
Check or a variable is stored and restored properly.
CacheSavingCase::testObject in modules/simpletest/tests/cache.test
Test the saving and restoring of an object.
CacheTestCase::assertCacheExists in modules/simpletest/tests/cache.test
Assert or a cache entry exists.
CKEditorRtlTestCase::testRtlAdminIcons in modules/ckeditor/tests/ckeditor_rtl.test
Test that the CKEditor admin form works correnctly with RTL languages.
ColorTestCase::testBartikLegacy in modules/color/tests/color.test
Test the Bartik legacy color mode.
ColorTestCase::testColor in modules/color/tests/color.test
Tests the Color module functionality.
ColorTestCase::testUpdateCssFilesOnConfigSave in modules/color/tests/color.test
Test if the CSS files for a theme are updated when editing Configuration.
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::testCommentDefaultFields in modules/comment/tests/comment.test
Tests that the default 'comment_body' field is correctly added.
CommentFieldsTest::testCommentEnable in modules/comment/tests/comment.test
Tests that comment module works when enabled after a content module.
CommentHelperCase::postComment in modules/comment/tests/comment.test
Posts a comment.
CommentInterfaceTest::assertCommentLinks in modules/comment/tests/comment.test
Asserts that comment links appear according to the passed environment.
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.
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::testCommentPaging in modules/comment/tests/comment.test
Confirms comment paging works correctly with flat and threaded comments.
CommentThreadingTestCase::testCommentThreading in modules/comment/tests/comment.test
Tests the comment threading.
CommonAutocompleteTagsTestCase::assertTags in modules/simpletest/tests/common.test
Helper function: asserts that the ending array of tags is what we wanted.
CommonBackdropArrayUnitTest::testUnset in modules/simpletest/tests/common.test
Tests unsetting nested array values.
CommonBackdropGotoTestCase::testBackdropGoto in modules/simpletest/tests/common.test
Test backdrop_goto().
CommonBackdropHTTPRequestTestCase::testBackdropHTTPRequest in modules/simpletest/tests/common.test
CommonBackdropRenderTestCase::testBackdropRenderCache in modules/simpletest/tests/common.test
Tests caching of render items.
CommonBackdropRenderTestCase::testBackdropRenderChildrenAttached in modules/simpletest/tests/common.test
Test #attached functionality in children elements.
CommonBackdropRenderTestCase::testBackdropRenderSorting in modules/simpletest/tests/common.test
Test sorting by weight.
CommonBackdropSystemListingTestCase::testDirectoryPrecedence in modules/simpletest/tests/common.test
Test that files in different directories take precedence as expected.
CommonBackdropWriteRecordTestCase::testBackdropWriteRecord in modules/simpletest/tests/common.test
Test the backdrop_write_record() API function.
CommonCascadingStylesheetsTestCase::testModuleInfo in modules/simpletest/tests/common.test
Test that stylesheets in module .info files are loaded.
CommonCascadingStylesheetsTestCase::testRenderExternal in modules/simpletest/tests/common.test
Tests rendering an external stylesheet.
CommonCascadingStylesheetsTestCase::testRenderFile in modules/simpletest/tests/common.test
Tests rendering the stylesheets.
CommonCascadingStylesheetsTestCase::testRenderInlineNoPreprocess in modules/simpletest/tests/common.test
Tests rendering inline stylesheets with preprocessing off.
CommonCascadingStylesheetsTestCase::testRenderStylesAttributes in modules/simpletest/tests/common.test
Test CSS Styles with attributes rendering.
CommonJavaScriptTestCase::testAddExternal in modules/simpletest/tests/common.test
Tests adding an external JavaScript File.
CommonJavaScriptTestCase::testAddFile in modules/simpletest/tests/common.test
Test adding a JavaScript file.
CommonJavaScriptTestCase::testAddInline in modules/simpletest/tests/common.test
Test adding inline scripts.
CommonJavaScriptTestCase::testAggregatedAttributes in modules/simpletest/tests/common.test
Tests that attributes are maintained when JS aggregation is enabled.
CommonJavaScriptTestCase::testAggregation in modules/simpletest/tests/common.test
Test JavaScript grouping and aggregation.
CommonJavaScriptTestCase::testAlter in modules/simpletest/tests/common.test
Test altering a JavaScript's weight via hook_js_alter().
CommonJavaScriptTestCase::testAttachedLibrary in modules/simpletest/tests/common.test
Tests the addition of libraries through the #attached['library'] property.
CommonJavaScriptTestCase::testAttributes in modules/simpletest/tests/common.test
Tests adding JavaScript files with additional attributes.
CommonJavaScriptTestCase::testBrowserConditionalComments in modules/simpletest/tests/common.test
Test adding JavaScript within conditional comments.
CommonJavaScriptTestCase::testFooterHTML in modules/simpletest/tests/common.test
Test backdrop_get_js() with a footer scope.
CommonJavaScriptTestCase::testGetLibrary in modules/simpletest/tests/common.test
Tests retrieval of libraries via backdrop_get_library().
CommonJavaScriptTestCase::testHeaderSetting in modules/simpletest/tests/common.test
Test backdrop_get_js() for JavaScript settings.
CommonJavaScriptTestCase::testLibraryAlter in modules/simpletest/tests/common.test
Adds a JavaScript library to the page and alters it.
CommonJavaScriptTestCase::testLibraryRender in modules/simpletest/tests/common.test
Adds a library to the page and tests for both its JavaScript and its CSS.
CommonJavaScriptTestCase::testLibraryUnknown in modules/simpletest/tests/common.test
Tests non-existing libraries.
CommonJavaScriptTestCase::testRenderDifferentWeight in modules/simpletest/tests/common.test
Test rendering the JavaScript with a file's weight above jQuery's.
CommonJavaScriptTestCase::testRenderExternal in modules/simpletest/tests/common.test
Test rendering an external JavaScript file.
CommonJavaScriptTestCase::testVersionQueryString in modules/simpletest/tests/common.test
Test JavaScript versioning.
CommonJSONUnitTestCase::testJSON in modules/simpletest/tests/common.test
Tests converting PHP variables to JSON strings and back.
CommonURLUnitTestCase::testBackdropParseUrl in modules/simpletest/tests/common.test
Test backdrop_parse_url().
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.
CommonValidNumberStepUnitTestCase::testNumberStep in modules/simpletest/tests/common.test
Tests valid_number_step() without offset.
CommonValidNumberStepUnitTestCase::testNumberStepOffset in modules/simpletest/tests/common.test
Tests valid_number_step() with offset.
CommonValidUrlUnitTestCase::testValidAbsolute in modules/simpletest/tests/common.test
Test valid absolute URLs.
CommonValidUrlUnitTestCase::testValidRelative in modules/simpletest/tests/common.test
Test valid relative URLs.
ConfigObjectTestCase::testConfigObject in modules/simpletest/tests/config_obj.test
ConfigStorageTestCase::testStorageObjects in modules/simpletest/tests/config_storage_obj.test
ConfigurationSyncTest::testSync in modules/config/tests/config.test
Tests that hook_config_create() is run during config sync.
ConfigurationTest::testConfigHtaccess in modules/config/tests/config.test
Tests that config directories are protected by .htaccess files.
ConfigurationTest::testOverrideConfig in modules/config/tests/config.test
Tests that a config setting can be overidden.
ConfirmFormTest::assertCancelLinkUrl in modules/system/tests/system.test
Asserts that a cancel link is present pointing to the provided URL.
ConnectionUnitTest::assertConnection in modules/simpletest/tests/database_test.test
Asserts that a connection ID exists.
CronRunTestCase::testAutomaticCron in modules/system/tests/system.test
Ensure that the automatic cron run feature is working.
CronRunTestCase::testTempFileCleanup in modules/system/tests/system.test
Ensure that temporary files are removed.
DatabaseEmptyStatementTestCase::testEmpty in modules/simpletest/tests/database_test.test
Test that the empty result set behaves as empty.
DatabaseExtraTypesTestCase::testDateField in modules/simpletest/tests/database_test.test
Test the date data type.
DatabaseExtraTypesTestCase::testTimeField in modules/simpletest/tests/database_test.test
Test the time data type.
DatabaseFetch2TestCase::testQueryFetchBoth in modules/simpletest/tests/database_test.test
Confirm that we can fetch a record into a doubly-keyed array explicitly.
DatabaseFetch2TestCase::testQueryFetchNum in modules/simpletest/tests/database_test.test
DatabaseFetchTestCase::testQueryFetchArray in modules/simpletest/tests/database_test.test
Confirm that we can fetch a record to an array associative explicitly.
DatabaseFetchTestCase::testQueryFetchClass in modules/simpletest/tests/database_test.test
Confirm that we can fetch a record into a new instance of a custom class.
DatabaseFetchTestCase::testQueryFetchDefault in modules/simpletest/tests/database_test.test
Confirm that we can fetch a record properly in default object mode.
DatabaseFetchTestCase::testQueryFetchObject in modules/simpletest/tests/database_test.test
Confirm that we can fetch a record to an object explicitly.
DatabaseInsertLOBTestCase::testInsertMultipleBlob in modules/simpletest/tests/database_test.test
Test that we can insert multiple blob fields in the same query.
DatabaseInsertLOBTestCase::testInsertOneBlob in modules/simpletest/tests/database_test.test
Test that we can insert a single blob field successfully.
DatabaseReservedKeywordTestCase::testTableNameQuoting in modules/simpletest/tests/database_test.test
DatabaseSelectComplexTestCase::testDefaultJoin in modules/simpletest/tests/database_test.test
Test simple JOIN statements.
DatabaseSelectComplexTestCase::testGroupBy in modules/simpletest/tests/database_test.test
Test GROUP BY clauses.
DatabaseSelectComplexTestCase::testGroupByAndHaving in modules/simpletest/tests/database_test.test
Test GROUP BY and HAVING clauses together.
DatabaseSelectComplexTestCase::testLeftOuterJoin in modules/simpletest/tests/database_test.test
Test LEFT OUTER joins.
DatabaseSelectOrderedTestCase::testSimpleSelectMultiOrdered in modules/simpletest/tests/database_test.test
Test multiple order by.
DatabaseSelectOrderedTestCase::testSimpleSelectOrdered in modules/simpletest/tests/database_test.test
Test basic order by.
DatabaseSelectOrderedTestCase::testSimpleSelectOrderedDesc in modules/simpletest/tests/database_test.test
Test order by descending.
DatabaseTaggingTestCase::testExtenderHasAllTags in modules/simpletest/tests/database_test.test
Test extended query tagging "has all of these tags" functionality.
DatabaseTaggingTestCase::testExtenderHasAnyTag in modules/simpletest/tests/database_test.test
Test extended query tagging "has at least one of these tags" functionality.
DatabaseTaggingTestCase::testExtenderHasTag in modules/simpletest/tests/database_test.test
Confirm that an extended query has a "tag" added to it.
DatabaseTaggingTestCase::testHasAllTags in modules/simpletest/tests/database_test.test
Test query tagging "has all of these tags" functionality.
DatabaseTaggingTestCase::testHasAnyTag in modules/simpletest/tests/database_test.test
Test query tagging "has at least one of these tags" functionality.
DatabaseTaggingTestCase::testHasTag in modules/simpletest/tests/database_test.test
Confirm that a query has a "tag" added to it.
DatabaseTestCase::installTables in modules/simpletest/tests/database_test.test
Set up several tables needed by a certain test.
DatabaseTransactionTestCase::assertRowPresent in modules/simpletest/tests/database_test.test
Assert that a given row is present in the test table.
DatabaseTransactionTestCase::testTransactionStacking in modules/simpletest/tests/database_test.test
Test transaction stacking and commit / rollback.
DatabaseTransactionTestCase::transactionInnerLayer in modules/simpletest/tests/database_test.test
Helper method for transaction unit tests. This "inner layer" transaction is either used alone or nested inside of the "outer layer" transaction.
DatabaseTransactionTestCase::transactionOuterLayer in modules/simpletest/tests/database_test.test
Helper method for transaction unit test. This "outer layer" transaction starts and then encapsulates the "inner layer" transaction. This nesting is used to evaluate whether the the database transaction API properly supports…
DatabaseUpdateLOBTestCase::testUpdateMultipleBlob in modules/simpletest/tests/database_test.test
Confirm that we can update two blob columns in the same table.
DatabaseUpdateLOBTestCase::testUpdateOneBlob in modules/simpletest/tests/database_test.test
Confirm that we can update a blob column.
DateAPITestCase::testDateAPI in modules/date/tests/date_api.test
DBLogTestCase::doNode in modules/dblog/tests/dblog.test
Generates and then verifies some node events.
DBLogTestCase::doUser in modules/dblog/tests/dblog.test
Generates and then verifies some user events.
DBLogTestCase::verifyCron in modules/dblog/tests/dblog.test
Verifies that cron correctly applies the database log row limit.
DBLogTestCase::verifyDateFormat in modules/dblog/tests/dblog.test
Verifies setting of the database log date format.
DBLogTestCase::verifyRowLimit in modules/dblog/tests/dblog.test
Verifies setting of the database log row limit.
DriverAPITestCase::testDriverList in modules/simpletest/tests/driver.test
EarlyBootstrapTestCase::testHookBoot in modules/simpletest/tests/boot.test
Test hook_boot() on both regular and "early exit" pages.
EnableDisableTestCase::testEnableDisable in modules/system/tests/system.test
Test that all core modules can be enabled, disabled and uninstalled.
EntityAPIInfoTestCase::testEntityInfoChanges in modules/entity/tests/entity.test
Ensures entity info cache is updated after changes.
EntityAPITestCase::testCRUD in modules/entity/tests/entity.test
Tests basic CRUD functionality of the Entity API.
EntityCrudHookTestCase::assertHookMessageOrder in modules/entity/tests/entity_crud_hook_test.test
Checks the order of CRUD hook execution messages.
EntityFieldQueryTestCase::testEntityFieldQuery in modules/entity/tests/entity_query.test
Tests EntityFieldQuery.
EntityFieldQueryTestCase::testEntityFieldQueryRouting in modules/entity/tests/entity_query.test
Tests the routing feature of EntityFieldQuery.
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::testFieldAttachSaveMissingData in modules/field/tests/field.test
Tests insert and update with missing or NULL fields.
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue in modules/field/tests/field.test
Test insert with missing or NULL fields, with default value.
FieldAttachStorageTestCase::testFieldHasData in modules/field/tests/field.test
Test field_has_data().
FieldAttachStorageTestCase::testFieldStorageDetailsAlter in modules/field/tests/field.test
Test storage details alteration.
FieldBlockTestCase::testFieldBlock in modules/field/tests/field.test
Check special conditions around the main content block.
FieldBulkDeleteTestCase::checkHooksInvocations in modules/field/tests/field.test
Tests that the expected hooks have been invoked on the expected entities.
FieldBulkDeleteTestCase::testDeleteFieldInstance in modules/field/tests/field.test
Verify that deleting an instance leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and instance.
FieldBulkDeleteTestCase::testPurgeField in modules/field/tests/field.test
Verify that fields are preserved and purged correctly as multiple instances are deleted and purged.
FieldBulkDeleteTestCase::testPurgeInstance in modules/field/tests/field.test
Verify that field data items and instances are purged when an instance is deleted.
FieldCrudTestCase::_testActiveHelper in modules/field/tests/field.test
Helper function for testActive().
FieldCrudTestCase::testCreateFieldFail in modules/field/tests/field.test
Test failure to create a field.
FieldCrudTestCase::testDeleteField in modules/field/tests/field.test
Test the deletion of a field.
FieldCrudTestCase::testReadField in modules/field/tests/field.test
Test reading back a field definition.
FieldFormTestCase::testNestedFieldForm in modules/field/tests/field.test
Tests Field API form integration within a subform.
FieldInfoTestCase::testFieldInfo in modules/field/tests/field.test
Test that field types and field definitions are correcly cached.
FieldInstanceCrudTestCase::testCreateFieldInstance in modules/field/tests/field.test
Test the creation of a field instance.
FieldInstanceCrudTestCase::testDeleteFieldInstance in modules/field/tests/field.test
Test the deletion of a field instance.
FieldInstanceCrudTestCase::testReadFieldInstance in modules/field/tests/field.test
Test reading back an instance definition.
FieldInstanceCrudTestCase::testUpdateFieldInstance in modules/field/tests/field.test
Test the update of a field instance.
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate in 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::testFieldStorageDetails in modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test the storage details.
FieldSqlStorageTestCase::testFieldUpdateFailure in modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test that failure to create fields is handled gracefully.
FieldTranslationsTestCase::checkTranslationRevisions in modules/field/tests/field.test
Check if the field translation attached to the entity revision identified by the passed arguments were correctly stored.
FieldTranslationsTestCase::testFieldAvailableLanguages in modules/field/tests/field.test
Ensures that only valid values are returned by field_available_languages().
FieldTranslationsTestCase::testFieldDisplayLanguage in modules/field/tests/field.test
Tests display language logic for translatable fields.
FieldTranslationsTestCase::testFieldInvokeMultiple in modules/field/tests/field.test
Test the multilanguage logic of _field_invoke_multiple().
FieldTranslationsTestCase::testTranslatableFieldSaveLoad in modules/field/tests/field.test
Test translatable fields storage/retrieval.
FieldUIManageFieldsTestCase::assertFieldSettings in modules/field_ui/tests/field_ui.test
Asserts field settings are as expected.
FieldUIManageFieldsTestCase::createField in modules/field_ui/tests/field_ui.test
Tests adding a new field.
FieldUIManageFieldsTestCase::testHiddenFields in modules/field_ui/tests/field_ui.test
Tests that Field UI respects the 'no_ui' option in hook_field_info().
FieldUIViewModeFunctionalTest::testInfoHooks in modules/field_ui/tests/field_ui.test
Test the new entity display mode hooks.
FieldUIViewModeTestHelper::assertNoViewModeExists in modules/field_ui/tests/field_ui.test
FieldUIViewModeTestHelper::assertViewModeExists in modules/field_ui/tests/field_ui.test
FieldViewsDataTest::testViewsData in modules/field/tests/field_views.test
Unit testing the views data structure.
FieldViewsTestHelper::CreateUser in modules/field/tests/field_views.test
FileAccessTestCase::testFilePrivateDownloadAccess in modules/file/tests/file.test
Test to see if we have access to download private files when granted the permissions.
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.
FileDeleteTest::testInUse in modules/simpletest/tests/file.test
Tries deleting a file that is in use.
FileDeleteTest::testUnused in modules/simpletest/tests/file.test
Tries deleting a normal file (as opposed to a directory, symlink, etc).
FileDirectoryTest::testFileCheckDirectoryHandling in modules/simpletest/tests/file.test
Test directory handling functions.
FileEditTestCase::testFileEdit in modules/file/tests/file.test
Check file edit functionality.
FileFieldPathTestCase::assertPathMatch in modules/file/tests/file.test
Asserts that a file is uploaded to the right location.
FileFieldValidateTestCase::testRequired in modules/file/tests/file.test
Tests the required property on file fields.
FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in modules/file/tests/file.test
Helper for testing exploiting the temporary file removal using fid.
FileFieldWidgetTestCase::testMultiValuedWidget in modules/file/tests/file.test
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTestCase::testSingleValuedWidget in modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FileHookTestCase::assertFileHooksCalled in modules/simpletest/tests/file.test
Assert that all of the specified hook_file_* hooks were called once, other values result in failure.
FileLoadTest::testMultiple in modules/simpletest/tests/file.test
This will test loading file data from the database.
FileLoadTest::testSingleValues in modules/simpletest/tests/file.test
Load a single file and ensure that the correct values are returned.
FileManagedFileElementTestCase::testManagedFile in modules/file/tests/file.test
Tests the managed_file element type.
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::testNormal in modules/simpletest/tests/file.test
Move a normal file.
FileNameMungingTest::testMunging in modules/simpletest/tests/file.test
Create a file and munge/unmunge the name.
FilePrivateTestCase::testPrivateFile in modules/file/tests/file.test
Tests file access for file uploaded to a private node.
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::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.
FileSaveTest::testFileSave in modules/simpletest/tests/file.test
FileSaveUploadTest::setUp in modules/simpletest/tests/file.test
Sets up a Backdrop site for running functional and integration tests.
FileSaveUploadTest::testNormal in modules/simpletest/tests/file.test
Test the file_save_upload() function.
FileScanDirectoryTest::testOptionMinDepth in modules/simpletest/tests/file.test
Check that the min_depth options lets us ignore files in the starting directory.
FileScanDirectoryTest::testOptionRecurse in modules/simpletest/tests/file.test
Check that the recurse option decends into subdirectories.
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::assertFileExists in modules/file/tests/file.test
Asserts that a file exists physically on disk.
FileTestHelper::assertFileIsPermanent in modules/file/tests/file.test
Asserts that a file's status is set to permanent in the database.
FileTestHelper::createFile in modules/file/tests/file.test
FileTranferTest::testJail in modules/simpletest/tests/filetransfer.test
FileTypeTestCase::clickFileTypeOperationLink in modules/file/tests/file.test
Click a link to perform an operation on a view.
FileTypeTestCase::testTypesCrudUi in modules/file/tests/file.test
Test file types CRUD UI.
FileUnitTestCase::testImageDimensions in modules/file/tests/file.test
Tests storing image height and width as file metadata.
FileUnmanagedCopyTest::testNormal in modules/simpletest/tests/file.test
Copy a normal file.
FileUnmanagedCopyTest::testOverwriteSelf in modules/simpletest/tests/file.test
Copy a file onto itself.
FileUnmanagedDeleteRecursiveTest::testDirectory in modules/simpletest/tests/file.test
Try deleting a directory with some files.
FileUnmanagedDeleteRecursiveTest::testEmptyDirectory in modules/simpletest/tests/file.test
Try deleting an empty directory.
FileUnmanagedDeleteRecursiveTest::testSingleFile in modules/simpletest/tests/file.test
Delete a normal file.
FileUnmanagedDeleteRecursiveTest::testSubDirectory in modules/simpletest/tests/file.test
Try deleting subdirectories with some files.
FileUnmanagedDeleteTest::testDirectory in modules/simpletest/tests/file.test
Try deleting a directory.
FileUnmanagedDeleteTest::testMissing in modules/simpletest/tests/file.test
Try deleting a missing file.
FileUnmanagedDeleteTest::testNormal in modules/simpletest/tests/file.test
Delete a normal file.
FileUnmanagedMoveTest::testNormal in modules/simpletest/tests/file.test
Move a normal file.
FileUnmanagedMoveTest::testOverwriteSelf in modules/simpletest/tests/file.test
Try to move a file onto itself.
FileUnmanagedSaveDataTest::testFileSaveData in modules/simpletest/tests/file.test
Test the file_unmanaged_save_data() function.
FileUploadTransliterationTest::testTransliteration in modules/simpletest/tests/file.test
FileUploadWizardTestCase::testFileUploadWizardBasic in modules/file/tests/file.test
Test the basic file upload wizard functionality.
FileUploadWizardTestCase::testFileUploadWizardFields in modules/file/tests/file.test
Test the file upload wizard field step.
FileUploadWizardTestCase::testFileUploadWizardSchemes in modules/file/tests/file.test
Test the file upload wizard scheme step.
FileUploadWizardTestCase::testFileUploadWizardStepSkipping in modules/file/tests/file.test
Test skipping each of the file upload wizard steps.
FileUploadWizardTestCase::testFileUploadWizardTypes in modules/file/tests/file.test
Test the file upload wizard type step.
FileUsageTestCase::testFileUsagePage in modules/file/tests/file.test
Create a file and verify its usage information.
FileUsageTest::testGetUsage in modules/simpletest/tests/file.test
Tests file_usage_list().
FileValidatorTest::testFileValidateImageResolution in modules/simpletest/tests/file.test
This ensures the resolution of a specific file is within bounds. The image will be resized if it's too large.
FileValidatorTest::testFileValidateIsImage in modules/simpletest/tests/file.test
This ensures a specific file is actually an image.
FilledUpgradePathTestCase::testFilledUpgrade in modules/simpletest/tests/upgrade/upgrade_filled.test
Test a successful upgrade.
FilterAdminTestCase::clickTextFormatOperationLink in modules/filter/tests/filter.test
Click a link to perform an operation on a text format.
FilterAdminTestCase::testFilterAdmin in modules/filter/tests/filter.test
Tests filter administration functionality.
FilterAdminTestCase::testUrlFilterAdmin in modules/filter/tests/filter.test
Tests the URL filter settings form is properly validated.
FilterCRUDTestCase::testTextFormatCRUD in modules/filter/tests/filter.test
Tests CRUD operations for text formats and filters.
FilterCRUDTestCase::verifyFilters in modules/filter/tests/filter.test
Verifies that filters are properly stored for a text format.
FilterFormatAccessTestCase::testFormatPermissions in modules/filter/tests/filter.test
Tests the Filter format access permissions functionality.
FilterFormatAccessTestCase::testFormatRoles in modules/filter/tests/filter.test
Tests if text format is available to a role.
FilterUnitTestCase::assertFilteredString in modules/filter/tests/filter.test
Asserts multiple filter output expectations for multiple input strings.
FilterUnitTestCase::assertNoNormalized in modules/filter/tests/filter.test
Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string.
FilterUnitTestCase::assertNormalized in modules/filter/tests/filter.test
Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string.
FilterUnitTestCase::testFilterXSS in modules/filter/tests/filter.test
Tests limiting allowed tags and XSS prevention.
FloodFunctionalTest::testCleanUp in modules/system/tests/system.test
Test flood control mechanism clean-up.
FormElementTestCase::testOptions in modules/simpletest/tests/form.test
Tests expansion of #options for #type checkboxes and radios.
FormElementTestCase::testPlaceHolderText in modules/simpletest/tests/form.test
Tests placeholder text for elements that support placeholders.
FormsElementsLabelsTestCase::testFormLabels in modules/simpletest/tests/form.test
Test form elements, labels, title attibutes and required marks output correctly and have the correct label option class if needed.
FormsElementsTableSelectFunctionalTest::testMultipleFalseOptionchecker in modules/simpletest/tests/form.test
Test the whether the option checker gives an error on invalid tableselect values for radios.
FormsElementsTableSelectFunctionalTest::testMultipleTrueOptionchecker in modules/simpletest/tests/form.test
Test the whether the option checker gives an error on invalid tableselect values for checkboxes.
FormsElementsVerticalTabsFunctionalTest::testJavaScriptOrdering in modules/simpletest/tests/form.test
Ensures that vertical-tabs.js is included before collapse.js.
FormsFormCacheTestCase::testCacheFormCustomExpiration in modules/simpletest/tests/form.test
Tests changing form_cache_expiration.
FormsProgrammaticTestCase::submitForm in modules/simpletest/tests/form.test
Helper function used to programmatically submit the form defined in form_test.module with the given values.
FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced in modules/simpletest/tests/form.test
Tests form_state_values_clean().
FormStateValuesCleanTestCase::testFormStateValuesClean in modules/simpletest/tests/form.test
Tests form_state_values_clean().
FormsTestCase::testDisabledMarkup in modules/simpletest/tests/form.test
Verify markup for disabled form elements.
FormsTestCase::testRequiredFields in modules/simpletest/tests/form.test
Check several empty values for required forms elements.
GraphUnitTest::assertWeights in modules/simpletest/tests/graph.test
Verify expected order in a graph.
HookBootExitTestCase::testHookBootExit in modules/simpletest/tests/bootstrap.test
Test calling of hook_boot() and hook_exit().
ImageAdminStylesUnitTest::testDefaultStyle in modules/image/tests/image.test
Test to override, edit, then revert a style.
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.
ImageDimensionsUnitTest::testImageDimensions in modules/image/tests/image.test
Test styled image dimensions cumulatively.
ImageEffectsUnitTest::testEffects in modules/image/tests/image.test
Test all the image effects provided by core.
ImageEffectsUnitTest::testImageEffectsCaching in modules/image/tests/image.test
Test image effect caching.
ImageFieldValidateTestCase::testOrientation in modules/image/tests/image.test
Test image rotation resulting from EXIF data. Requires a special test image, file rotate90cw.jpg.
ImageFileMoveTest::testNormal in modules/simpletest/tests/image.test
Tests moving a randomly generated image.
ImageStyleFloodProtection::testFloodProtection in modules/image/tests/image.test
Check the number of images that can be generated simultaneously.
ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in modules/image/tests/image.test
Test image_style_url().
ImageStyleTokenTests::testTokens in modules/image/tests/token.test
Test that the image style tokens exist.
ImageToolkitGdTestCase::testManipulations in modules/simpletest/tests/image.test
Since PHP can't visually check that our images have been manipulated properly, build a list of expected color values for each of the corners and the expected height and widths for the final images.
ImageToolkitTestCase::assertToolkitOperationsCalled in modules/simpletest/tests/image.test
Assert that all of the specified image toolkit operations were called exactly once once, other values result in failure.
ImageToolkitUnitTest::testCrop in modules/simpletest/tests/image.test
Test the image_crop() function.
ImageToolkitUnitTest::testDesaturate in modules/simpletest/tests/image.test
Test the image_desaturate() function.
ImageToolkitUnitTest::testGetAvailableToolkits in modules/simpletest/tests/image.test
Check that hook_image_toolkits() is called and only available toolkits are returned.
ImageToolkitUnitTest::testLoad in modules/simpletest/tests/image.test
Test the image_load() function.
ImageToolkitUnitTest::testResize in modules/simpletest/tests/image.test
Test the image_resize() function.
ImageToolkitUnitTest::testRotate in modules/simpletest/tests/image.test
Test the image_rotate() function.
ImageToolkitUnitTest::testScale in modules/simpletest/tests/image.test
Test the image_scale() function.
ImageToolkitUnitTest::testScaleAndCrop in modules/simpletest/tests/image.test
Test the image_scale_and_crop() function.
InstallerBrowserAdministrationTestCase::testProjectBrowserInstallPage in modules/installer/tests/installer.test
InstallerBrowserAdministrationTestCase::testProjectBrowserProjectEnabled in modules/installer/tests/installer.test
InstallerLanguageTestCase::testInstallerTranslationFiles in modules/simpletest/tests/installer.test
Tests that the installer can find translation files.
LanguageUpgradePathTestCase::testLanguageUpgrade in modules/simpletest/tests/upgrade/upgrade.language.test
Tests a successful upgrade.
LayoutBlockTest::testHeroBlocks in modules/layout/tests/layout.test
Test Hero blocks.
LayoutBlockUsageTestCase::checkBlockUsage in modules/layout/tests/layout.test
Checks block usage.
LayoutBlockUsageTestCase::testBlockUsage in modules/layout/tests/layout.test
Tests layout_get_block_usage().
LayoutFlexibleTemplateTest::testLayoutFlexibleTemplates in modules/layout/tests/layout.test
Test that layout templates may be enabled and disabled.
LayoutHookTestCase::assertHookMessageOrder in modules/layout/tests/layout.test
Checks the order of CRUD hook execution messages.
LayoutInterfaceTest::assertBlocksMatch in modules/layout/tests/layout.test
Check that all the blocks in $layout match those in $copied_from_layout.
LayoutInterfaceTest::testLayoutChange in modules/layout/tests/layout.test
Tests switching between different layouts, ensuring block copying.
LayoutInterfaceTest::testMenuItemReassignment in modules/layout/tests/layout.test
Ensure that reassignment of menu items works when deleting layouts.
LayoutInterfaceTest::testRegionStyles in modules/layout/tests/layout.test
Test region styles.
LayoutInterfaceTest::testRelationships in modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
LayoutUpgradePathTest::testLayoutUpgrade in modules/layout/tests/layout.test
Tests a successful upgrade, where block positions copied to layouts.
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.
ListDynamicValuesValidationTestCase::testDynamicAllowedValues in modules/field/modules/list/tests/list.test
Test that allowed values function gets the entity.
ListFieldTestCase::testUpdateAllowedValues in modules/field/modules/list/tests/list.test
Test that allowed values can be updated.
LocaleJavascriptTranslationTest::testFileParsing in modules/locale/tests/locale.test
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in modules/locale/tests/locale.test
Tests alterations to language types/negotiation info.
LocaleLibraryInfoAlterTest::testLibraryInfoAlter in modules/locale/tests/locale.test
Verifies that the datepicker can be localized.
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.
LocaleStringIsSafeTest::testLocaleStringIsSafe in modules/locale/tests/locale.test
Tests for locale_string_is_safe().
LocaleTranslationFunctionalTest::testJavaScriptTranslation in modules/locale/tests/locale.test
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.
LocaleUILanguageNegotiationTest::testLanguageDomain in modules/locale/tests/locale.test
Tests url() when separate domains are used for multiple languages.
LocaleUILanguageNegotiationTest::testUrlLanguageFallback in modules/locale/tests/locale.test
Test URL language detection when the requested URL has no language.
LocaleUninstallFunctionalTest::testUninstallProcess in modules/locale/tests/locale.test
Check if the values of the Locale variables are correct after uninstall.
LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in modules/locale/tests/locale.test
Test if user can change their default language.
LockFunctionalTest::testLockAcquire in modules/simpletest/tests/lock.test
Confirm that we can acquire and release locks in two parallel requests.
MenuBlockTestCase::addMenuLink in modules/system/tests/system.test
Add a menu link using the menu module UI.
MenuBreadcrumbTestCase::testBreadCrumbs in modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
MenuLanguageTestCase::testMenuParentLanguage in modules/menu/tests/menu_language.test
Test menu item parents on form menu_edit_item.
MenuLanguageTestCase::testMenuParentLanguageNode in modules/menu/tests/menu_language.test
Test that the available parent menu items match on the node form.
MenuNodeTestCase::testMenuNodeFormWidget in modules/menu/tests/menu.test
Test creating, editing, deleting menu links via node form widget.
MenuRouterTestCase::testAuthUserUserLogin in modules/simpletest/tests/menu.test
Test that an authenticated user hitting 'user/login' gets redirected to 'user' and 'user/register' gets redirected to the user edit page.
MenuTestCase::addMenuLink in modules/menu/tests/menu.test
Add a menu link using the menu module UI.
MenuTestCase::getStandardMenuLink in modules/menu/tests/menu.test
Get standard menu link.
MenuTreeOutputTestCase::testMenuTreeData in modules/simpletest/tests/menu.test
Validate the generation of a proper menu tree output.
MenuWebTestCase::assertBreadcrumb in modules/simpletest/tests/menu.test
Assert that a given path shows certain breadcrumb links.
ModuleDependencyTestCase::testModuleMetaData in modules/system/tests/system.test
Tests whether the correct module metadata is returned.
ModuleDependencyTestCase::testThemeMetaData in modules/system/tests/system.test
Tests whether the correct theme metadata is returned.
ModuleImplementsAlterTestCase::testModuleImplementsAlter in modules/simpletest/tests/module.test
Tests hook_module_implements_alter() adding an implementation.
ModuleInstallTestCase::testBackdropWriteRecord in modules/simpletest/tests/module.test
Test that calls to backdrop_write_record() work during module installation.
ModuleTestCase::assertModuleTablesExist in modules/system/tests/system.test
Assert that all tables defined in a module's hook_schema() exist.
ModuleTestCase::assertTableCount in modules/system/tests/system.test
Assert there are tables that begin with the specified base table name.
ModuleUninstallTestCase::testUserPermsUninstalled in modules/simpletest/tests/module.test
Tests the hook_modules_uninstalled() of the user module.
ModuleUnitTest::testDependencyResolution in modules/simpletest/tests/module.test
Test dependency resolution.
ModuleUnitTest::testModuleImplements in modules/simpletest/tests/module.test
Test module_implements() caching.
NodeAccessBaseTableTestCase::assertTaxonomyPage in modules/node/tests/node.test
Checks taxonomy/term listings to ensure only accessible nodes are listed.
NodeAccessBaseTableTestCase::testNodeAccessBasic in modules/node/tests/node.test
Tests the "private" node access functionality.
NodeAccessRecordsUnitTest::testNodeAccessRecords in modules/node/tests/node.test
Creates a node and tests the creation of node access rules.
NodeBlockFunctionalTest::testRecentNodeBlock in modules/node/tests/node.test
Tests the recent comments block.
NodeCreationTestCase::testFailedPageCreation in modules/node/tests/node.test
Verifies that a transaction rolls back the failed creation.
NodeCreationTestCase::testNodeCreation in modules/node/tests/node.test
Creates a "Page" node and verifies its consistency in the database.
NodeFeedTestCase::testNodeFeedExtraChannelElements in modules/node/tests/node.test
Ensures that node_feed() accepts and prints extra channel elements.
NodeLoadMultipleUnitTest::testNodeMultipleLoad in modules/node/tests/node.test
Creates four nodes and ensures that they are loaded correctly.
NodeMultiByteUtf8Test::testMultiByteUtf8 in modules/node/tests/node.test
Tests that multi-byte UTF-8 characters are stored and retrieved correctly.
NodeRevisionPermissionsTestCase::testNodeRevisionAccess in modules/node/tests/node.test
Tests the _node_revision_access() function.
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.
NodeSaveTestCase::testImport in modules/node/tests/node.test
Checks whether custom node IDs are saved properly during an import operation.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in modules/node/tests/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypeTestCase::testNodeTypeCreation in modules/node/tests/node.test
Tests creating a content type programmatically and via a form.
NodeTypeTestCase::testNodeTypeHasContent in modules/node/tests/node.test
Ensures that node_type_has_content function works correctly.
NodeTypeTestCase::testNodeTypePermissions in modules/node/tests/node.test
Tests that node types permissions are correctly set from the Node Type UI.
NodeTypeTestCase::testNodeTypeStatus in modules/node/tests/node.test
Tests that node types correctly handle the 'disabled' flag.
OptionsSelectDynamicValuesTestCase::testSelectListDynamic in modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (single select).
OptionsWidgetsTestCase::testSelectListSingle in modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (single select).
PageEditTestCase::testPageEdit in modules/node/tests/node.test
Checks node edit functionality.
PagerFunctionalWebTestCase::assertClass in modules/simpletest/tests/pager.test
Asserts that an element has a given class.
PagerFunctionalWebTestCase::assertNoClass in modules/simpletest/tests/pager.test
Asserts that an element does not have a given class.
PagerFunctionalWebTestCase::assertPagerItems in modules/simpletest/tests/pager.test
Asserts pager items and links.
PageTitleFiltering::testTitleTags in modules/system/tests/system.test
Tests the handling of HTML by backdrop_set_title() and backdrop_get_title()
PageViewTestCase::testPageView in modules/node/tests/node.test
Tests an anonymous and unpermissioned user attempting to edit the node.
PasswordHashingTest::testPasswordHashing in modules/simpletest/tests/password.test
Test password hashing.
PathLanguageTestCase::testAliasTranslation in modules/path/tests/path.test
Test alias functionality through the admin interfaces.
PathPatternLocaleTestCase::testLanguageAliases in modules/path/tests/path_pattern.test
Test that when an English node is updated, its old English URL alias is updated and its newer French URL alias is left intact.
PathPatternTestHelper::assertAliasExists in modules/path/tests/path_pattern.test
PathPatternTokenTestCase::assertTokens in modules/path/tests/path_pattern.test
Function copied from TokenTestHelper::assertTokens().
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.
RedirectFunctionalTest::testPageCache in modules/redirect/tests/redirect.test
Tests the links added to 404 pages for creating URL redirects.
RedirectTestHelper::assertPageCached in modules/redirect/tests/redirect.test
RetrieveFileTestCase::testFileRetrieving in modules/system/tests/system.test
Invokes system_retrieve_file() in several scenarios.
SchemaTestCase::testFindTables in modules/simpletest/tests/schema.test
Tests the findTables() method.
SchemaTestCase::testSchema in modules/simpletest/tests/schema.test
SchemaTestCase::testUnsignedColumns in modules/simpletest/tests/schema.test
Tests creating unsigned columns and data integrity thereof.
SearchAdvancedSearchForm::testNodeType in modules/search/tests/search.test
Test using the search form with GET and POST queries. Test using the advanced search form to limit search to nodes of type "Page".
SearchExcerptTestCase::testSearchExcerpt in modules/search/tests/search.test
Tests search_excerpt() with several simulated search keywords.
SearchExcerptTestCase::testSearchExcerptSimplified in modules/search/tests/search.test
Tests search_excerpt() with search keywords matching simplified words.
SearchSimplifyTestCase::testSearchSimplifyUnicode in modules/search/tests/search.test
Tests that all Unicode characters simplify correctly.
SessionHttpsTestCase::assertSessionIds in modules/simpletest/tests/session.test
Test that there exists a session with two specific session IDs.
SessionHttpsTestCase::testHttpsSession in modules/simpletest/tests/session.test
SessionTestCase::assertSessionEmpty in modules/simpletest/tests/session.test
Assert whether $_SESSION is empty at the beginning of the request.
SessionTestCase::testEmptyAnonymousSession in modules/simpletest/tests/session.test
Test that empty anonymous sessions are destroyed.
SessionTestCase::testSessionSaveRegenerate in modules/simpletest/tests/session.test
Tests for backdrop_save_session() and backdrop_session_regenerate().
SimpleTestFolderTestCase::testFolderSetup in modules/simpletest/tests/simpletest.test
SimpleTestFunctionalTest::assertAssertion in modules/simpletest/tests/simpletest.test
Assert that an assertion with the specified values is displayed in the test results.
SimpleTestFunctionalTest::confirmStubTestResults in modules/simpletest/tests/simpletest.test
Confirm that the stub test produced the desired results.
SimpleTestFunctionalTest::testInternalBrowser in modules/simpletest/tests/simpletest.test
Test the internal browsers functionality.
SimpleTestFunctionalTest::testUserAgentValidation in modules/simpletest/tests/simpletest.test
Test validation of the User-Agent header we use to perform test requests.
StandardInstallTestCase::testRolesExist in modules/simpletest/tests/standard.test
Tests existence of test case located in an installation profile module.
StreamWrapperTest::testGetValidStreamScheme in modules/simpletest/tests/file.test
Test the scheme functions.
SummaryLengthTestCase::testSummaryLength in modules/node/tests/node.test
Tests the node summary length functionality.
SyslogTestCase::testSettings in modules/syslog/tests/syslog.test
Test the syslog settings page.
SystemConfigFormCase::testConfigForm in modules/simpletest/tests/system_config_test.inc
Submit the system_config_form and then test the configuration has the expected values.
SystemInfoAlterTestCase::testSystemInfoAlter in 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 modules/system/tests/system.test
Test availability of main content.
SystemThemeFunctionalTest::testThemeSettings in modules/system/tests/system.test
Test theme settings.
TaxonomyTermTestCase::testTaxonomyGetTermByName in modules/taxonomy/tests/taxonomy.test
Test taxonomy_term_load_multiple_by_name().
TaxonomyTermTestCase::testTaxonomyTermHierarchy in modules/taxonomy/tests/taxonomy.test
Test terms in a single and multiple hierarchy.
TaxonomyTermUnitTest::testTermDelete in modules/taxonomy/tests/taxonomy.test
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in modules/taxonomy/tests/taxonomy.test
Deleting a vocabulary.
TaxonomyVocabularyFunctionalTest::testVocabularyPermissions in modules/taxonomy/tests/taxonomy.test
Tests that vocabulary permissions are correctly set from the Taxonomy UI.
TaxonomyVocabularyUnitTest::testTaxonomyVocabularyLoadStaticReset in modules/taxonomy/tests/taxonomy.test
Ensure that the vocabulary static reset works correctly.
TextFieldTestCase::testTextFieldValidation in modules/field/modules/text/tests/text.test
Test text field validation.
ThemeDebugMarkupTestCase::testDebugOutput in modules/simpletest/tests/theme.test
Tests debug markup added to template output.
ThemeHtmlTplPhpAttributesTestCase::testThemeHtmlTplPhpAttributes in modules/simpletest/tests/theme.test
Tests that modules and themes can alter variables in html.tpl.php.
ThemeRegistryTestCase::testRaceCondition in modules/simpletest/tests/theme.test
Tests the behavior of the theme registry class.
ThemeTableUnitTest::testThemeTableStickyHeaders in modules/simpletest/tests/theme.test
Tableheader.js provides 'sticky' table headers, and is included by default.
ThemeUnitTest::testFrontPageThemeSuggestion in modules/simpletest/tests/theme.test
Ensure page-front template suggestion is added when on home page.
ThemeUnitTest::testListThemes in modules/simpletest/tests/theme.test
Test the list_themes() function.
TokenMenuTestCase::testMenuTokens in modules/simpletest/tests/token.test
TokenReplaceTestCase::testSystemTokenRecognition in modules/simpletest/tests/token.test
Test whether token-replacement works in various contexts.
TokenScanTest::testTokenScan in modules/simpletest/tests/token.test
Scans dummy text, then tests the output.
TokenTestHelper::assertNoTokens in modules/simpletest/tests/token.test
TokenTestHelper::assertPageTokens in modules/simpletest/tests/token.test
Make a page request and test for token generation.
TokenTestHelper::assertTokens in modules/simpletest/tests/token.test
TokenUserTestCase::testUserTokens in modules/simpletest/tests/token.test
TranslationTestCase::addLanguage in modules/translation/tests/translation.test
Installs the specified language, or enables it if it is already installed.
TranslationTestCase::assertContentByXPath in modules/translation/tests/translation.test
Asserts an element identified by the given XPath has the given content.
TranslationTestCase::assertLanguageSwitchLinks in modules/translation/tests/translation.test
Tests whether the specified language switch links are found.
TranslationTestCase::createPage in modules/translation/tests/translation.test
Creates a "Page" in the specified language.
TranslationTestCase::createTranslation in modules/translation/tests/translation.test
Creates a translation for a page in the specified language.
UpdateCoreTestCase::testUpdateCheckingEnabled in modules/update/tests/update.test
Tests _update_checking_enabled() returns the expected value during tests.
UpdateDependencyHookInvocationTestCase::testHookUpdateDependencies in modules/simpletest/tests/update.test
Test the structure of the array returned by hook_update_dependencies().
UpdateDependencyMissingTestCase::testMissingUpdate in modules/simpletest/tests/update.test
UpdateDependencyOrderingTestCase::testUpdateOrderingModuleInterdependency in modules/simpletest/tests/update.test
Test that dependencies between modules are resolved correctly.
UpdateDrupal7TestCase::testAvailableUpdates in modules/simpletest/tests/update.test
Tests that updates will be executed in the correct order.
UpdateTestContribCase::testUpdateContribOrder in modules/update/tests/update.test
Tests that contrib projects are ordered by project name.
UserCancelTestCase::testMassUserCancelByAdmin in modules/user/tests/user.test
Create an administrative user and mass-delete other users.
UserCancelTestCase::testUserAnonymize in modules/user/tests/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlock in modules/user/tests/user.test
Disable account and keep all content.
UserCancelTestCase::testUserBlockUnpublish in modules/user/tests/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelInvalid in modules/user/tests/user.test
Attempt invalid account cancellations.
UserCancelTestCase::testUserCancelWithoutPermission in modules/user/tests/user.test
Attempt to cancel account without permission.
UserCancelTestCase::testUserDelete in modules/user/tests/user.test
Delete account and remove all content.
UserEditRebuildTestCase::testUserEditFormRebuild in modules/user/tests/user.test
Test user edit page when the form is set to rebuild.
UserPasswordResetTest::testUserPasswordReset in modules/user/tests/user_password_reset.test
Tests password reset functionality.
UserPermissionsTestCase::testAdministratorRole in modules/user/tests/user.test
Test assigning of permissions for the administrator role.
UserPermissionsTestCase::testUserPermissionChanges in modules/user/tests/user.test
Change user permissions and check user_access().
UserPermissionsTestCase::testUserRoleChangePermissions in modules/user/tests/user.test
Verify proper permission changes by user_role_change_permissions().
UserPictureTestCase::setUp in modules/user/tests/user.test
Sets up a Backdrop site for running functional and integration tests.
UserPictureTestCase::testDeletePicture in modules/user/tests/user.test
Tests deletion of user pictures.
UserPictureTestCase::testPictureIsValid in modules/user/tests/user.test
Do the test: Picture is valid (proper size and dimension)
UserPictureTestCase::testWithGDinvalidDimension in modules/user/tests/user.test
Do the test: GD Toolkit is installed Picture has invalid dimension
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::testRegistrationWithEmailVerification in modules/user/tests/user.test
UserRoleAdminTestCase::testRoleAdministration in modules/user/tests/user.test
Test adding, renaming and deleting roles.
UserRoleAdminTestCase::testRoleWeightChange in modules/user/tests/user.test
Test user role weight change operation.
UserRolesAssignmentTestCase::userLoadAndCheckRoleAssigned in modules/user/tests/user.test
Check role on user object.
UserSaveTestCase::testUserImport in modules/user/tests/user.test
Test creating a user with arbitrary uid.
UserViewsArgumentValidate::testArgumentValidateUserEither in modules/user/tests/user_views_argument_validate.test
UserViewsArgumentValidate::testArgumentValidateUserName in modules/user/tests/user_views_argument_validate.test
UserViewsArgumentValidate::testArgumentValidateUserUid in modules/user/tests/user_views_argument_validate.test
UserViewsHandlerFieldNameTest::testUserName in modules/user/tests/user_views_handler_field_name.test
UuidUnitTestCase::testGenerateUuid in modules/system/tests/system.test
Test generating a UUID.
UuidUnitTestCase::testUuidValidation in modules/system/tests/system.test
Test UUID validation.
ViewsAccessTest::testAccessNone in modules/views/tests/views_access.test
Tests none access plugin.
ViewsAccessTest::testAccessPerm in modules/views/tests/views_access.test
Tests perm access plugin.
ViewsAccessTest::testAccessRole in modules/views/tests/views_access.test
Tests role access plugin.
ViewsAccessTest::testDynamicAccessPlugin in modules/views/tests/views_access.test
Tests dynamic access plugin.
ViewsAccessTest::testStaticAccessPlugin in modules/views/tests/views_access.test
Tests static access check.
ViewsAjaxTest::testAjaxView in modules/views/tests/views_ajax.test
Tests an ajax and non-ajax view.
ViewsArgumentValidatorTest::testArgumentValidateNumeric in modules/views/tests/views_argument_validator.test
ViewsArgumentValidatorTest::testArgumentValidatePhp in modules/views/tests/views_argument_validator.test
ViewsCacheTest::testHeaderStorage in modules/views/tests/views_cache.test
Tests css/js storage and restoring mechanism.
ViewsHandlerArgumentNullTest::testAreaText in modules/views/tests/handlers/views_handler_argument_null.test
ViewsHandlerFieldTest::testIsValueEmpty in modules/views/tests/handlers/views_handler_field.test
Tests views_handler_field::is_value_empty().
ViewsHandlerFilterNumericTest::testAllowEmpty in modules/views/tests/handlers/views_handler_filter_numeric.test
ViewsModuleTest::testFetchData in modules/views/tests/views_module.test
Tests views_fetch_data().
ViewsModuleTest::testModuleTemplates in modules/views/tests/views_module.test
Tests the dynamic includes of templates via module feature.
ViewsPluginDisplayBlockTestCase::testViewBlocks in modules/views/tests/plugins/views_plugin_display_block.test
Tests, whether and how the reset button can be renamed.
ViewsPluginStyleJumpMenuTest::testDuplicatePaths in modules/views/tests/styles/views_plugin_style_jump_menu.test
Tests jump menus with more than one same path but maybe different titles.
ViewsPluginStyleMappingTest::mappedOutputHelper in modules/views/tests/styles/views_plugin_style_mapping.test
Tests the mapping of fields.
ViewsPluginStyleMappingTest::testMappedOutput in modules/views/tests/styles/views_plugin_style_mapping.test
Verifies that the fields were mapped correctly.
ViewsPluginStyleTestCase::testCustomRowClasses in modules/views/tests/styles/views_plugin_style.test
Tests custom css classes.
ViewsPluginStyleUnformattedTestCase::testDefaultRowClasses in modules/views/tests/styles/views_plugin_style_unformatted.test
Take sure that the default css classes works as expected.
ViewsQueryGroupByTest::testGroupByCountOnlyFilters in modules/views/tests/views_groupby.test
ViewsUIWizardDefaultViewsTestCase::clickViewsOperationLink in modules/views/tests/views_ui.test
Click a link to perform an operation on a view.
ViewsUIWizardItemsPerPageTestCase::testItemsPerPage in modules/views/tests/views_ui.test
Tests the number of items per page.
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.
WatchdogTestCase::assertLogMessage in modules/simpletest/tests/bootstrap.test
Verify a log entry was entered. Called in the same way of theme expected original watchdog() execution.
WatchdogTestCase::assertNoLogMessage in modules/simpletest/tests/bootstrap.test
Verify no log entry was entered. Called in the same way of the expected original watchdog() execution.