Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.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
CronQueueTestDeriverQueue class core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDeriverQueue.php A queue worker for testing derivatives.
CronQueueTestDeriverQueue.php file core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDeriverQueue.php
CronQueueTestDeriverQueue::PLUGIN_ID constant core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDeriverQueue.php The plugin ID.
CronQueueTestDeriverQueue::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDeriverQueue.php Works on a single queue item.
CronQueueTestException class core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php A queue worker for testing exceptions.
CronQueueTestException.php file core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php
CronQueueTestException::PLUGIN_ID constant core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php The plugin ID.
CronQueueTestException::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php Works on a single queue item.
CronQueueTestLeaseTime class core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestLeaseTime.php A queue worker for testing lease time.
CronQueueTestLeaseTime.php file core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestLeaseTime.php
CronQueueTestLeaseTime::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestLeaseTime.php Works on a single queue item.
CronQueueTestMemoryDelayException class core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestMemoryDelayException.php A queue worker for testing cron exception handling.
CronQueueTestMemoryDelayException.php file core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestMemoryDelayException.php
CronQueueTestMemoryDelayException::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestMemoryDelayException.php Works on a single queue item.
CronQueueTestRequeueException class core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php A queue worker for testing re-queueing items.
CronQueueTestRequeueException.php file core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php
CronQueueTestRequeueException::PLUGIN_ID constant core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php The plugin ID.
CronQueueTestRequeueException::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php Works on a single queue item.
CronQueueTestSuspendQueue class core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestSuspendQueue.php A queue worker for testing suspending queue run.
CronQueueTestSuspendQueue.php file core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestSuspendQueue.php
CronQueueTestSuspendQueue::PLUGIN_ID constant core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestSuspendQueue.php The plugin ID.
CronQueueTestSuspendQueue::processItem function core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestSuspendQueue.php Works on a single queue item.
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 install.
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.
CronSuspendQueueDelayTest class core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Test Cron handling of suspended queues with a delay.
CronSuspendQueueDelayTest.php file core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php
CronSuspendQueueDelayTest::$cronConstructorArguments property core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Constructor arguments for \Drupal\Core\Cron.
CronSuspendQueueDelayTest::$workerA property core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php A worker for testing.
CronSuspendQueueDelayTest::$workerB property core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php A worker for testing.
CronSuspendQueueDelayTest::providerSuspendQueueThreshold function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Data for testing.
CronSuspendQueueDelayTest::setUp function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php
CronSuspendQueueDelayTest::testSuspendQueue function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Tests a queue is reprocessed again after other queues.
CronSuspendQueueDelayTest::testSuspendQueueOrder function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Tests queues are executed in order.
CronSuspendQueueDelayTest::testSuspendQueueThreshold function core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php Tests queues may be re-processed by whether delay exceeds threshold.
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.

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