You are here

protected property EntitySchemaTest::$database in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php \Drupal\KernelTests\Core\Entity\EntitySchemaTest::database

The database connection used.

Type: \Drupal\Core\Database\Connection

File

core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php, line 31

Class

EntitySchemaTest
Tests the default entity storage schema handler.

Namespace

Drupal\KernelTests\Core\Entity

Code

protected $database;