- BackdropWebTestCase::assertUrl in core/
modules/ simpletest/ backdrop_web_test_case.php - Pass if the internal browser's URL matches the given path.
- BackdropWebTestCase::backdropGet in core/
modules/ simpletest/ backdrop_web_test_case.php - Retrieves a Backdrop path or an absolute path.
- BackdropWebTestCase::backdropPost in core/
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::backdropPostAJAX in core/
modules/ simpletest/ backdrop_web_test_case.php - Execute an Ajax submission.
- BackdropWebTestCase::clickLink in core/
modules/ simpletest/ backdrop_web_test_case.php - Follows a link by name.
- BackdropWebTestCase::parse in core/
modules/ simpletest/ backdrop_web_test_case.php - Parse content returned from curlExec using DOM and SimpleXML.
- CommentHelperCase::postComment in core/
modules/ comment/ tests/ comment.test - Posts a comment.
- CommonBackdropGotoTestCase::testBackdropGoto in core/
modules/ simpletest/ tests/ common.test - Test backdrop_goto().
- DateTimeFunctionalTest::testDateFormatConfiguration in core/
modules/ system/ tests/ system.test - Test date format configuration.
- FileEditTestCase::testFileEdit in core/
modules/ file/ tests/ file.test - Check file edit functionality.
- 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::testMultiValuedWidget in core/
modules/ file/ tests/ file.test - Tests upload and remove buttons for multiple multi-valued File fields.
- FileFieldWidgetTestCase::testPrivateFileComment in core/
modules/ file/ tests/ file.test - Tests that download restrictions on private files work on comments.
- ImageFieldTestCase::uploadNodeImage in core/
modules/ image/ tests/ image.test - Upload an image to a node.
- ImageStyleTokenTests::testTokens in core/
modules/ image/ tests/ token.test - Test that the image style tokens exist.
- LanguageListTest::testLanguageList in core/
modules/ language/ tests/ language.test - Functional tests for adding, configuring, and deleting languages.
- LayoutSelectionTest::assertIsAdminLayout in core/
modules/ layout/ tests/ layout.test - LayoutSelectionTest::assertIsDefaultLayout in core/
modules/ layout/ tests/ layout.test - LayoutUpgradePathTest::assertBlocks in core/
modules/ layout/ tests/ layout.test - LinkUITest::testCRUDCreateFieldWithClasses in core/
modules/ link/ tests/ link.ui.test - Tests adding custom classes (single and multiple) to link fields.
- LocaleConfigurationTest::testLanguageConfiguration in core/
modules/ locale/ tests/ locale.test - Functional tests for adding, editing and deleting languages.
- LocaleImportFunctionalTest::testStandalonePoFile in core/
modules/ locale/ tests/ locale.test - Test import of standalone .po files.
- LocaleTranslationFunctionalTest::testStringSearch in core/
modules/ locale/ tests/ locale.test - Tests translation search form.
- LocaleTranslationFunctionalTest::testStringTranslation in core/
modules/ locale/ tests/ locale.test - Adds a language and tests string translation by users with the appropriate permissions.
- LocaleUserCreationTest::testLocalUserCreation in core/
modules/ locale/ tests/ locale.test - Functional test for language handling during user creation.
- MenuWebTestCase::assertBreadcrumb in core/
modules/ simpletest/ tests/ menu.test - Assert that a given path shows certain breadcrumb links.
- NodeHooksExampleTestCase::testNodeExampleBasic in modules/
examples/ node_hooks_example/ tests/ node_hooks_example.test - Logs the user in, creates an example node, and uses the rating system.
- NodeHooksExampleTestCase::testNodeExampleRevision in modules/
examples/ node_hooks_example/ tests/ node_hooks_example.test - Tests revisions of ratings.
- NodeTypeTestCase::testNodeTypeEditing in core/
modules/ node/ tests/ node.test - Tests editing a node type using the UI.
- PageEditTestCase::testPageEdit in core/
modules/ node/ tests/ node.test - Checks node edit functionality.
- PagePreviewTestCase::testPagePreview in core/
modules/ node/ tests/ node.test - Checks the node preview functionality.
- RedirectTestHelper::assertNoRedirect in core/
modules/ redirect/ tests/ redirect.test - RedirectTestHelper::assertRedirect in core/
modules/ redirect/ tests/ redirect.test - SearchBlockTestCase::testBlock in core/
modules/ search/ tests/ search.test - Test that the search block form works correctly.
- SearchConfigSettingsForm::testSearchModuleDisabling in core/
modules/ search/ tests/ search.test - Verify that you can disable individual search modules.
- SearchLanguageTestCase::testLanguages in core/
modules/ search/ tests/ search.test - SimpleTestFunctionalTest::testInternalBrowser in core/
modules/ simpletest/ tests/ simpletest.test - Test the internal browsers functionality.
- UserBlocksUnitTests::testUserLoginBlock in core/
modules/ user/ tests/ user.test - Tests the secondary menu.
- UserSignatureTestCase::testUserSignature in core/
modules/ user/ tests/ user.test - Test that a user can change their signature format and that it is respected upon display.