You are here

protected property DbDumpTest::$originalTableIndexes in Drupal 10

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

An array of original table indexes (including primary and unique keys).

Type: array

File

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

Class

DbDumpTest
Tests for the database dump commands.

Namespace

Drupal\KernelTests\Core\Command

Code

protected $originalTableIndexes = [];