You are here

protected function SiteBrandingConvertedIntoBlockUpdateTest::setDatabaseDumpFiles in Drupal 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php, line 23

Class

SiteBrandingConvertedIntoBlockUpdateTest
Tests the upgrade path for page site variables being converted into a block.

Namespace

Drupal\Tests\system\Functional\Update

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
    __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.site-branding-into-block-2005546.php',
  ];
}