function ViewsAddMissingLabelsUpdateTest::setDatabaseDumpFiles

Same name in other branches
  1. 11.x core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php \Drupal\Tests\views\Functional\Update\ViewsAddMissingLabelsUpdateTest::setDatabaseDumpFiles()

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php, line 28

Class

ViewsAddMissingLabelsUpdateTest
Tests the upgrade path for adding missing labels.

Namespace

Drupal\Tests\views\Functional\Update

Code

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

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