public function MoveRevisionMetadataFieldsUpdateTest::setDatabaseDumpFiles in Drupal 8
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- core/
modules/ system/ tests/ src/ Functional/ Entity/ Update/ MoveRevisionMetadataFieldsUpdateTest.php, line 23
Class
- MoveRevisionMetadataFieldsUpdateTest
- Tests the upgrade path for moving the revision metadata fields.
Namespace
Drupal\Tests\system\Functional\Entity\UpdateCode
public function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../tests/fixtures/update/drupal-8.2.0.bare.standard_with_entity_test_revlog_enabled.php.gz',
__DIR__ . '/../../../../../tests/fixtures/update/drupal-8.entity-data-revision-metadata-fields-2248983.php',
__DIR__ . '/../../../../../tests/fixtures/update/drupal-8.views-revision-metadata-fields-2248983.php',
];
}