You are here

protected function CdnStreamWrapperSettingsUpdateTest::setDatabaseDumpFiles in CDN 8.3

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/CdnStreamWrapperSettingsUpdateTest.php, line 21

Class

CdnStreamWrapperSettingsUpdateTest
Tests that existing sites also get the new stream wrappers setting.

Namespace

Drupal\Tests\cdn\Functional\Update

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    DRUPAL_ROOT . '/core/modules/system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz',
    __DIR__ . '/../../../fixtures/update/drupal-8.cdn-cdn_update_8001.php',
  ];
}