You are here

protected property DbDumpTest::$originalTableSchemas in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php \Drupal\KernelTests\Core\Command\DbDumpTest::originalTableSchemas
  2. 10 core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php \Drupal\KernelTests\Core\Command\DbDumpTest::originalTableSchemas

An array of original table schemas.

Type: array

File

core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php, line 52

Class

DbDumpTest
Tests for the database dump commands.

Namespace

Drupal\KernelTests\Core\Command

Code

protected $originalTableSchemas = [];