You are here

protected property CronTest::$queue in Drupal 10

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/CronTest.php \Drupal\Tests\Core\CronTest::queue

The queue used to store test work items.

Type: \Drupal\Core\Queue\QueueInterface

File

core/tests/Drupal/Tests/Core/CronTest.php, line 47

Class

CronTest
Tests the Cron class.

Namespace

Drupal\Tests\Core

Code

protected $queue;