function ConfigSyncReadmeUpdateTest::setDatabaseDumpFiles

Same name and namespace in other branches
  1. 10 core/modules/system/tests/src/Functional/Update/ConfigSyncReadmeUpdateTest.php \Drupal\Tests\system\Functional\Update\ConfigSyncReadmeUpdateTest::setDatabaseDumpFiles()

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/system/tests/src/Functional/Update/ConfigSyncReadmeUpdateTest.php, line 26

Class

ConfigSyncReadmeUpdateTest
Tests update to readme inside the configuration synchronization directory.

Namespace

Drupal\Tests\system\Functional\Update

Code

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

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