You are here

protected property CronQueueTest::$connection in Drupal 10

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

The database connection.

Type: \Drupal\Core\Database\Connection

File

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

Class

CronQueueTest
Tests the Cron Queue runner.

Namespace

Drupal\Tests\system\Kernel\System

Code

protected $connection;