You are here

protected property CronQueueTest::$currentTime in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/system/tests/src/Kernel/System/CronQueueTest.php \Drupal\Tests\system\Kernel\System\CronQueueTest::currentTime

The fake current time used for queue worker / cron testing purposes.

This value should be greater than or equal to zero.

Type: int

File

core/modules/system/tests/src/Kernel/System/CronQueueTest.php, line 48

Class

CronQueueTest
Tests the Cron Queue runner.

Namespace

Drupal\Tests\system\Kernel\System

Code

protected $currentTime = 1000;