UpdatePathTestBase::$databaseDumpFiles
Same name in other branches
- 8.9.x core/modules/system/src/Tests/Update/UpdatePathTestBase.php \Drupal\system\Tests\Update\UpdatePathTestBase::databaseDumpFiles
- 8.9.x core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php \Drupal\FunctionalTests\Update\UpdatePathTestBase::databaseDumpFiles
- 10 core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php \Drupal\FunctionalTests\Update\UpdatePathTestBase::databaseDumpFiles
- 11.x 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\UpdateCode
protected $databaseDumpFiles = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.