AJAXMultiFormTestCase::testMultiForm in core/modules/simpletest/tests/ajax.test
Test that a page with the 'page_node_form' included twice works correctly.
BackdropTestCase::assertEqual in core/modules/simpletest/backdrop_web_test_case.php
Check to see if two values are equal.
BackdropTestCase::assertFalse in core/modules/simpletest/backdrop_web_test_case.php
Check to see if a value is false (an empty string, 0, NULL, or FALSE).
BackdropTestCase::assertIdentical in core/modules/simpletest/backdrop_web_test_case.php
Check to see if two values are identical.
BackdropTestCase::assertNotEqual in core/modules/simpletest/backdrop_web_test_case.php
Check to see if two values are not equal.
BackdropTestCase::assertNotIdentical in core/modules/simpletest/backdrop_web_test_case.php
Check to see if two values are not identical.
BackdropTestCase::assertNotNull in core/modules/simpletest/backdrop_web_test_case.php
Check to see if a value is not NULL.
BackdropTestCase::assertNull in core/modules/simpletest/backdrop_web_test_case.php
Check to see if a value is NULL.
BackdropTestCase::assertTrue in core/modules/simpletest/backdrop_web_test_case.php
Check to see if a value is not false (not an empty string, 0, NULL, or FALSE).
BackdropTestCase::error in core/modules/simpletest/backdrop_web_test_case.php
Fire an error assertion.
BackdropTestCase::fail in core/modules/simpletest/backdrop_web_test_case.php
Fire an assertion that is always negative.
BackdropTestCase::pass in core/modules/simpletest/backdrop_web_test_case.php
Fire an assertion that is always positive.
BackdropWebTestCase::assertLink in core/modules/simpletest/backdrop_web_test_case.php
Pass if a link with the specified label is found, and optional with the specified index.
BackdropWebTestCase::assertLinkByHref in core/modules/simpletest/backdrop_web_test_case.php
Pass if a link containing a given href (part) is found.
BackdropWebTestCase::assertNoDuplicateIds in core/modules/simpletest/backdrop_web_test_case.php
Asserts that each HTML ID is used for just a single element.
BackdropWebTestCase::assertNoLink in core/modules/simpletest/backdrop_web_test_case.php
Pass if a link with the specified label is not found.
BackdropWebTestCase::assertNoLinkByHref in core/modules/simpletest/backdrop_web_test_case.php
Pass if a link containing a given href (part) is not found.
BackdropWebTestCase::assertNoPattern in core/modules/simpletest/backdrop_web_test_case.php
Will trigger a pass if the perl regex pattern is not present in raw content.
BackdropWebTestCase::assertNoRaw in core/modules/simpletest/backdrop_web_test_case.php
Pass if the raw text is NOT found on the loaded page, fail otherwise. Raw text refers to the raw HTML that the page generated.
BackdropWebTestCase::assertPattern in core/modules/simpletest/backdrop_web_test_case.php
Will trigger a pass if the Perl regex pattern is found in the raw content.
BackdropWebTestCase::assertRaw in core/modules/simpletest/backdrop_web_test_case.php
Pass if the raw text IS found on the loaded page, fail otherwise. Raw text refers to the raw HTML that the page generated.
BackdropWebTestCase::assertTextHelper in core/modules/simpletest/backdrop_web_test_case.php
Helper for assertText and assertNoText.
BackdropWebTestCase::assertUniqueTextHelper in core/modules/simpletest/backdrop_web_test_case.php
Helper for assertUniqueText and assertNoUniqueText.
BackdropWebTestCase::assertWatchdogMessage in core/modules/simpletest/backdrop_web_test_case.php
Verifies that a watchdog message has been entered.
CommentInterfaceTest::setEnvironment in core/modules/comment/tests/comment.test
Re-configures the environment, module settings, and user permissions.
CommonCascadingStylesheetsTestCase::testRenderOverride in core/modules/simpletest/tests/common.test
Test CSS override.
ConfigurationUITest::testClearStagingDirectory in core/modules/config/tests/config.test
Test skipping the clearing of the staging directory after import.
ConfigurationUITest::testExport in core/modules/config/tests/config.test
Tests export of configuration.
FieldAttachStorageTestCase::testFieldAttachLoadMultiple in core/modules/field/tests/field.test
Test the 'multiple' load feature.
FormAlterTestCase::testExecutionOrder in core/modules/simpletest/tests/form.test
Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
FormsFormStorageTestCase::testImmutableFormLegacyProtection in core/modules/simpletest/tests/form.test
Verify that existing contrib code cannot overwrite immutable form state.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX in core/modules/simpletest/tests/form.test
Tests that a form's action is retained after an Ajax submission.
LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/tests/locale.test
Test import of standalone .po files.
MenuTreeDataTestCase::assertSameLink in core/modules/simpletest/tests/menu.test
Check that two menu links are the same by comparing the mlid.
ModuleDependencyTestCase::testIncompatibleCoreVersionDependency in core/modules/system/tests/system.test
Tests enabling a module that depends on a module with an incompatible core version.
ModuleDependencyTestCase::testIncompatibleModuleVersionDependency in core/modules/system/tests/system.test
Tests enabling a module that depends on an incompatible version of a module.
ModuleDependencyTestCase::testMissingModules in core/modules/system/tests/system.test
Attempt to enable a module with a missing dependency.
ModuleDependencyTestCase::testUninstallDependents in core/modules/system/tests/system.test
Tests attempting to uninstall a module that has installed dependents.
SystemBlockTestCase::testSystemBlocks in core/modules/system/tests/system.test
Test displaying and hiding the powered-by and help blocks.
ViewsHandlersTest::assertEqualValue in core/modules/views/tests/views_handlers.test
Check to see if two values are equal.