function RemoveRevisionMetadataBcLayerUpdateTest::setDatabaseDumpFiles

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/system/tests/src/Functional/Update/RemoveRevisionMetadataBcLayerUpdateTest.php, line 19

Class

RemoveRevisionMetadataBcLayerUpdateTest
Tests the upgrade path for removing the revision metadata BC layer.

Namespace

Drupal\Tests\system\Functional\Update

Code

protected function setDatabaseDumpFiles() {
    $this->databaseDumpFiles = [
        __DIR__ . '/../../../fixtures/update/drupal-8.8.0.bare.standard.php.gz',
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.