Search for test

  1. Search 7.x for test
  2. Search 8.9.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
CronRunTest class core/modules/system/tests/src/Functional/System/CronRunTest.php Tests cron runs.
CronRunTest.php file core/modules/system/tests/src/Functional/System/CronRunTest.php
CronRunTest::$defaultTheme property core/modules/system/tests/src/Functional/System/CronRunTest.php The theme to install as the default for testing.
CronRunTest::$modules property core/modules/system/tests/src/Functional/System/CronRunTest.php Modules to enable.
CronRunTest::testAutomatedCron function core/modules/system/tests/src/Functional/System/CronRunTest.php Ensure that the automated cron run module is working.
CronRunTest::testCronExceptions function core/modules/system/tests/src/Functional/System/CronRunTest.php Make sure exceptions thrown on hook_cron() don't affect other modules.
CronRunTest::testCronRun function core/modules/system/tests/src/Functional/System/CronRunTest.php Tests cron runs.
CronRunTest::testCronUI function core/modules/system/tests/src/Functional/System/CronRunTest.php Make sure the cron UI reads from the state storage.
CronRunTest::testManualCron function core/modules/system/tests/src/Functional/System/CronRunTest.php Ensure that the manual cron run is working.
CronTest class core/tests/Drupal/Tests/Core/CronTest.php Tests the Cron class.
CronTest.php file core/tests/Drupal/Tests/Core/CronTest.php
CronTest::$claimTime property core/tests/Drupal/Tests/Core/CronTest.php Define the duration of each item claim for this test.
CronTest::$cron property core/tests/Drupal/Tests/Core/CronTest.php An instance of the Cron class for testing.
CronTest::$queue property core/tests/Drupal/Tests/Core/CronTest.php The queue used to store test work items.
CronTest::$state property core/tests/Drupal/Tests/Core/CronTest.php The current state of the test in memory.
CronTest::processQueuesTestData function core/tests/Drupal/Tests/Core/CronTest.php Data provider for ::testProcessQueues() method.
CronTest::REQUEUE_COUNT constant core/tests/Drupal/Tests/Core/CronTest.php
CronTest::resetTestingState function core/tests/Drupal/Tests/Core/CronTest.php Resets the testing state.
CronTest::setUp function core/tests/Drupal/Tests/Core/CronTest.php
CronTest::testProcessQueues function core/tests/Drupal/Tests/Core/CronTest.php Tests the ::processQueues() method.
CronTest::testRequeueException function core/tests/Drupal/Tests/Core/CronTest.php Verify that RequeueException causes an item to be processed multiple times.
cron_queue_test.info.yml file core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml
CrudTest class core/modules/rdf/tests/src/Kernel/CrudTest.php Tests the RDF mapping CRUD functions.
CrudTest.php file core/modules/rdf/tests/src/Kernel/CrudTest.php
CrudTest::$bundle property core/modules/rdf/tests/src/Kernel/CrudTest.php
CrudTest::$entityType property core/modules/rdf/tests/src/Kernel/CrudTest.php
CrudTest::$modules property core/modules/rdf/tests/src/Kernel/CrudTest.php Modules to enable.
CrudTest::$prefix property core/modules/rdf/tests/src/Kernel/CrudTest.php
CrudTest::setUp function core/modules/rdf/tests/src/Kernel/CrudTest.php
CrudTest::testBundleMapping function core/modules/rdf/tests/src/Kernel/CrudTest.php Tests the handling of bundle mappings.
CrudTest::testFieldMapping function core/modules/rdf/tests/src/Kernel/CrudTest.php Tests the handling of field mappings.
CrudTest::testMappingCreation function core/modules/rdf/tests/src/Kernel/CrudTest.php Tests creation of RDF mapping.
CryptTest class core/tests/Drupal/Tests/Component/Utility/CryptTest.php Tests random byte generation.
CryptTest.php file core/tests/Drupal/Tests/Component/Utility/CryptTest.php
CryptTest::providerTestHashBase64 function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Provides data for self::testHashBase64().
CryptTest::providerTestHmacBase64 function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Provides data for self::testHmacBase64().
CryptTest::providerTestHmacBase64Invalid function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Provides data for self::testHmacBase64().
CryptTest::testHashBase64 function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Tests hash generation.
CryptTest::testHmacBase64 function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Tests HMAC generation.
CryptTest::testHmacBase64Invalid function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Tests the hmacBase64 method with invalid parameters.
CsrfAccessCheckTest class core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php @coversDefaultClass \Drupal\Core\Access\CsrfAccessCheck[[api-linebreak]]
@group Access
CsrfAccessCheckTest.php file core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php
CsrfAccessCheckTest::$accessCheck property core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php The access checker.
CsrfAccessCheckTest::$csrfToken property core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php The mock CSRF token generator.
CsrfAccessCheckTest::$routeMatch property core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php The mock route match.
CsrfAccessCheckTest::setUp function core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php
CsrfAccessCheckTest::testAccessTokenPass function core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php Tests the access() method with a valid token.
CsrfAccessCheckTest::testCsrfTokenInvalid function core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php @covers ::access[[api-linebreak]]
CsrfAccessCheckTest::testCsrfTokenMissing function core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php @covers ::access[[api-linebreak]]
CsrfRequestHeaderTest class core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php Tests protecting routes by requiring CSRF token in the request header.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.