You are here

protected property SchemaTest::$schema in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php \Drupal\KernelTests\Core\Database\SchemaTest::schema
  2. 10 core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php \Drupal\KernelTests\Core\Database\SchemaTest::schema

Database schema instance.

Type: \Drupal\Core\Database\Schema

File

core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php, line 44

Class

SchemaTest
Tests table creation and modification via the schema API.

Namespace

Drupal\KernelTests\Core\Database

Code

protected $schema;