You are here

protected property DbDumpTest::$originalTableIndexes in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Update/DbDumpTest.php \Drupal\system\Tests\Update\DbDumpTest::originalTableIndexes

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

Type: array

File

core/modules/system/src/Tests/Update/DbDumpTest.php, line 60
Contains \Drupal\system\Tests\Update\DbDumpTest.

Class

DbDumpTest
Tests for the database dump commands.

Namespace

Drupal\system\Tests\Update

Code

protected $originalTableIndexes = [];