You are here

protected function PageTitleConvertedIntoBlockUpdateTest::setDatabaseDumpFiles in Drupal 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

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

Class

PageTitleConvertedIntoBlockUpdateTest
Tests the upgrade path for page title 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.page-title-into-block-2476947.php',
  ];
}