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