You are here

protected function PageTitleConvertedIntoBlockUpdateTest::setDatabaseDumpFiles in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Update/PageTitleConvertedIntoBlockUpdateTest.php \Drupal\system\Tests\Update\PageTitleConvertedIntoBlockUpdateTest::setDatabaseDumpFiles()

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/system/src/Tests/Update/PageTitleConvertedIntoBlockUpdateTest.php, line 24
Contains \Drupal\system\Tests\Update\PageTitleConvertedIntoBlockUpdateTest.

Class

PageTitleConvertedIntoBlockUpdateTest
Tests the upgrade path for page title being converted into a block.

Namespace

Drupal\system\Tests\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',
  ];
}