AJAXFormPageCacheTestCase::testSimpleAJAXFormValue in core/modules/simpletest/tests/ajax.test
Create a simple form, then POST to system/ajax to change to it.
BackdropHtmlToTextTestCase::testBackdropHtmltoTextRemoveTrailingWhitespace in core/modules/simpletest/tests/mail.test
Tests that backdrop_wrap_mail() removes trailing whitespace before newlines.
BackdropWebTestCase::assertNoTitle in core/modules/simpletest/backdrop_web_test_case.php
Pass if the page title is not the given string.
CommonBackdropGotoTestCase::testBackdropGoto in core/modules/simpletest/tests/common.test
Test backdrop_goto().
DatabaseConnectionTestCase::testConnectionOptions in core/modules/simpletest/tests/database_test.test
Tests the connection options of the active database.
DatabaseSelectCloneTest::testNestedQueryCloning in core/modules/simpletest/tests/database_test.test
Tests that nested SELECT queries are cloned properly.
DatabaseSelectCloneTest::testSelectConditionSubQueryCloning in core/modules/simpletest/tests/database_test.test
Test that subqueries as value within conditions are cloned properly.
DatabaseSelectComplexTestCase::testDefaultJoin in core/modules/simpletest/tests/database_test.test
Test simple JOIN statements.
DatabaseSelectComplexTestCase::testJoinTwice in core/modules/simpletest/tests/database_test.test
Confirm we can join on a single table twice with a dynamic alias.
DatabaseSelectTestCase::testRandomOrder in core/modules/simpletest/tests/database_test.test
Test that random ordering of queries works.
DateAPITestCase::testDateAPI in core/modules/date/tests/date_api.test
FieldTestPermissionsExample::testFieldnoteViewPerms in modules/examples/field_permission_example/tests/field_permission_example.test
Test view permissions.
FileCopyTest::testExistingRename in core/modules/simpletest/tests/file.test
Test renaming when copying over a file that already exists.
FileDirectoryTest::testFileDestination in core/modules/simpletest/tests/file.test
This will test the filepath for a destination based on passed flags and whether or not the file exists.
FileFieldAnonymousSubmission::testAnonymousNode in core/modules/file/tests/file.test
Tests the basic node submission for an anonymous visitor.
FileFieldAnonymousSubmission::testAnonymousNodeWithFile in core/modules/file/tests/file.test
Tests file submission for an anonymous visitor.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in core/modules/file/tests/file.test
Helper method to test file submissions with missing node titles.
FileFieldWidgetTestCase::testPrivateFileComment in core/modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
FileMoveTest::testExistingRename in core/modules/simpletest/tests/file.test
Test renaming when moving onto a file that already exists.
FileNameMungingTest::testMunging in core/modules/simpletest/tests/file.test
Create a file and munge/unmunge the name.
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.
FileTestCase::assertDifferentFile in core/modules/simpletest/tests/file.test
Check that two files are not the same by comparing the fid and filepath.
FileTestHelper::uploadNodeFile in core/modules/file/tests/file.test
Uploads a file to a node.
FileUnmanagedCopyTest::testNormal in core/modules/simpletest/tests/file.test
Copy a normal file.
FileUnmanagedCopyTest::testOverwriteSelf in core/modules/simpletest/tests/file.test
Copy a file onto itself.
FileUnmanagedMoveTest::testNormal in core/modules/simpletest/tests/file.test
Move a normal file.
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage in core/modules/simpletest/tests/form.test
Build-id is regenerated when rebuilding cached form.
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage in core/modules/simpletest/tests/form.test
Build-id is regenerated when validating cached form.
FormsFormStorageTestCase::testImmutableFormLegacyProtection in core/modules/simpletest/tests/form.test
Verify that existing contrib code cannot overwrite immutable form state.
ImageStyleTokenTests::testTokens in core/modules/image/tests/token.test
Test that the image style tokens exist.
LayoutFlexibleTemplateTest::testLayoutFlexibleTemplates in core/modules/layout/tests/layout.test
Test that layout templates may be enabled and disabled.
LocaleUrlRewritingTest::checkUrl in core/modules/locale/tests/locale.test
Check URL rewriting for the given language.
ModuleUnitTest::testDependencyResolution in core/modules/simpletest/tests/module.test
Test dependency resolution.
NodeAccessRecordsUnitTest::testNodeAccessRecords in core/modules/node/tests/node.test
Creates a node and tests the creation of node access rules.
NodePageCacheTest::testNodeUpdateInsertCache in core/modules/node/tests/node.test
Test node update and insert with entity cache.
NodePublishScheduling::testNodeTypeCreateDefaultDraft in core/modules/node/tests/node.test
NodeSaveTestCase::testTimestamps in core/modules/node/tests/node.test
Verifies accuracy of the "created" and "changed" timestamp functionality.
PagePreviewTestCase::testPagePreview in core/modules/node/tests/node.test
Checks the node preview functionality.
SearchAdvancedSearchForm::testNodeType in core/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".
SessionHttpsTestCase::testHttpsSession in core/modules/simpletest/tests/session.test
SessionTestCase::testSessionWrite in core/modules/simpletest/tests/session.test
Test that sessions are only saved when necessary.
ThemeUnitTest::testThemeGetSetting in core/modules/simpletest/tests/theme.test
Test the theme_get_setting() function.
UserPasswordResetTest::testResetImpersonation in core/modules/user/tests/user_password_reset.test
Make sure that users cannot forge password reset URLs of other users.
UserPictureTestCase::testPictureIsValid in core/modules/user/tests/user.test
Do the test: Picture is valid (proper size and dimension)
UuidUnitTestCase::testUuidIsUnique in core/modules/system/tests/system.test
Test that generated UUIDs are unique.
ViewsCacheTest::testExposedFilterSameResultsCaching in core/modules/views/tests/views_cache.test
Test caching of different exposed filter values with the same view result.
ViewsHandlerFieldBooleanTest::testFieldBoolean in core/modules/views/tests/handlers/views_handler_field_boolean.test