Search for test
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Test | class | core/ |
Provides test media source. |
| Test | class | core/ |
Defines a test controller for page titles. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| CronSuspendQueueDelayTest::$workerA | property | core/ |
A worker for testing. |
| CronSuspendQueueDelayTest::$workerB | property | core/ |
A worker for testing. |
| CronSuspendQueueDelayTest::providerSuspendQueueThreshold | function | core/ |
Data for testing. |
| CronSuspendQueueDelayTest::setUp | function | core/ |
|
| CronSuspendQueueDelayTest::testSuspendQueue | function | core/ |
Tests a queue is reprocessed again after other queues. |
| CronSuspendQueueDelayTest::testSuspendQueueOrder | function | core/ |
Tests queues are executed in order. |
| CronSuspendQueueDelayTest::testSuspendQueueThreshold | function | core/ |
Tests queues may be re-processed by whether delay exceeds threshold. |
| CronTest | class | core/ |
Tests the Cron class. |
| CronTest.php | file | core/ |
|
| CronTest::$claimTime | property | core/ |
Define the duration of each item claim for this test. |
| CronTest::$cron | property | core/ |
An instance of the Cron class for testing. |
| CronTest::$queue | property | core/ |
The queue used to store test work items. |
| CronTest::$state | property | core/ |
The current state of the test in memory. |
| CronTest::processQueuesTestData | function | core/ |
Data provider for ::testProcessQueues() method. |
| CronTest::REQUEUE_COUNT | constant | core/ |
|
| CronTest::resetTestingState | function | core/ |
Resets the testing state. |
| CronTest::setUp | function | core/ |
|
| CronTest::testProcessQueues | function | core/ |
Tests the ::processQueues() method. |
| CronTest::testRequeueException | function | core/ |
Verify that RequeueException causes an item to be processed multiple times. |
| cron_queue_test.info.yml | file | core/ |
core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml |
| CryptTest | class | core/ |
Tests random byte generation. |
| CryptTest.php | file | core/ |
|
| CryptTest::providerTestHashBase64 | function | core/ |
Provides data for self::testHashBase64(). |
| CryptTest::providerTestHmacBase64 | function | core/ |
Provides data for self::testHmacBase64(). |
| CryptTest::providerTestHmacBase64Invalid | function | core/ |
Provides data for self::testHmacBase64(). |
| CryptTest::testHashBase64 | function | core/ |
Tests hash generation. |
| CryptTest::testHmacBase64 | function | core/ |
Tests HMAC generation. |
| CryptTest::testHmacBase64Invalid | function | core/ |
Tests the hmacBase64 method with invalid parameters. |
| CsrfAccessCheckTest | class | core/ |
@coversDefaultClass \Drupal\Core\Access\CsrfAccessCheck[[api-linebreak]] @group Access |
| CsrfAccessCheckTest.php | file | core/ |
|
| CsrfAccessCheckTest::$accessCheck | property | core/ |
The access checker. |
| CsrfAccessCheckTest::$csrfToken | property | core/ |
The mock CSRF token generator. |
| CsrfAccessCheckTest::$routeMatch | property | core/ |
The mock route match. |
| CsrfAccessCheckTest::setUp | function | core/ |
|
| CsrfAccessCheckTest::testAccessTokenPass | function | core/ |
Tests the access() method with a valid token. |
| CsrfAccessCheckTest::testCsrfTokenInvalid | function | core/ |
@covers ::access[[api-linebreak]] |
| CsrfAccessCheckTest::testCsrfTokenMissing | function | core/ |
@covers ::access[[api-linebreak]] |
| CsrfRequestHeaderTest | class | core/ |
Tests protecting routes by requiring CSRF token in the request header. |
| CsrfRequestHeaderTest.php | file | core/ |
|
| CsrfRequestHeaderTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CsrfRequestHeaderTest::$modules | property | core/ |
Modules to install. |
| CsrfRequestHeaderTest::testRouteAccess | function | core/ |
Tests access to routes protected by CSRF request header requirements. |
| CsrfTokenGeneratorTest | class | core/ |
Tests the CsrfTokenGenerator class. |
| CsrfTokenGeneratorTest.php | file | core/ |
|
| CsrfTokenGeneratorTest::$generator | property | core/ |
The CSRF token generator. |
| CsrfTokenGeneratorTest::$privateKey | property | core/ |
The mock private key instance. |
| CsrfTokenGeneratorTest::$sessionMetadata | property | core/ |
The mock session metadata bag. |
| CsrfTokenGeneratorTest::providerTestInvalidParameterTypes | function | core/ |
Provides data for testInvalidParameterTypes. |
| CsrfTokenGeneratorTest::providerTestValidateParameterTypes | function | core/ |
Provides data for testValidateParameterTypes. |
| CsrfTokenGeneratorTest::setUp | function | core/ |
Pagination
- Previous page
- Page 154
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.