You are here

protected property ConnectionUnitTest::$connection in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php \Drupal\KernelTests\Core\Database\ConnectionUnitTest::connection

The default database connection used for testing.

Type: \Drupal\Core\Database\Connection

File

core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php, line 26

Class

ConnectionUnitTest
Tests management of database connections.

Namespace

Drupal\KernelTests\Core\Database

Code

protected $connection;