- AJAXFormPageCacheTestCase::testSimpleAJAXFormValue in modules/
simpletest/ tests/ ajax.test - Create a simple form, then POST to system/ajax to change to it.
- BackdropErrorHandlerUnitTest::testExceptionHandler in modules/
simpletest/ tests/ error.test - Test the exception handler.
- BackdropWebTestCase::backdropPostAJAX in modules/
simpletest/ backdrop_web_test_case.php - Execute an Ajax submission.
- BackdropWebTestCase::curlExec in modules/
simpletest/ backdrop_web_test_case.php - Initializes and executes a cURL request.
- BlockInterestCohortTest::testDefaultBlocking in modules/
simpletest/ tests/ common.test - Tests that FLoC is blocked by default.
- BlockInterestCohortTest::testDisableBlocking in modules/
simpletest/ tests/ common.test - Tests that FLoC blocking can be disabled.
- BlockInterestCohortTest::testExistingInterestCohortPolicy in modules/
simpletest/ tests/ common.test - Tests that an existing interest-cohort policy is not overwritten.
- BlockInterestCohortTest::testExistingPolicyHeader in modules/
simpletest/ tests/ common.test - Tests that an existing header is appended to correctly.
- BootstrapPageCacheTestCase::testConditionalRequests in modules/
simpletest/ tests/ bootstrap.test - Test support for requests containing If-Modified-Since and If-None-Match headers.
- BootstrapPageCacheTestCase::testPageCache in modules/
simpletest/ tests/ bootstrap.test - Test cache headers.
- BootstrapPageCacheTestCase::testPageCompression in modules/
simpletest/ tests/ bootstrap.test - Test page compression.
- DrupalWebTestCase::drupalGetHeader in includes/
drupal.classes.inc - 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.
- ImageFieldDisplayTestCase::_testImageFieldFormatters in modules/
image/ tests/ image.test - Test image formatters on node display.
- ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in modules/
image/ tests/ image.test - Test image_style_url().
- 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().
- SimpleTestFunctionalTest::testInternalBrowser in modules/
simpletest/ tests/ simpletest.test - Test the internal browsers functionality.
- SiteMaintenanceTestCase::testSiteMaintenance in modules/
system/ tests/ system.test - Verify site maintenance mode functionality.
- ViewsCacheTest::testHttpHeadersCaching in modules/
views/ tests/ views_cache.test - Check that HTTP headers are cached for views.