You are here

protected property UpdatePathTestBase::$databaseDumpFiles in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php \Drupal\FunctionalTests\Update\UpdatePathTestBase::databaseDumpFiles

The file path(s) to the dumped database(s) to load into the child site.

The file system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz is normally included first -- this sets up the base database from a bare standard Drupal installation.

The file system/tests/fixtures/update/drupal-8.8.0.filled.standard.php.gz can also be used in case we want to test with a database filled with content, and with all core modules enabled.

Type: array

File

core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php, line 67

Class

UpdatePathTestBase
Provides a base class for writing an update test.

Namespace

Drupal\FunctionalTests\Update

Code

protected $databaseDumpFiles = [];