You are here

protected function SiteBrandingConvertedIntoBlockUpdateTest::setDatabaseDumpFiles in Zircon Profile 8

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

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php, line 22
Contains \Drupal\system\Tests\Update\SiteBrandingConvertedIntoBlockUpdateTest.

Class

SiteBrandingConvertedIntoBlockUpdateTest
Tests the upgrade path for local actions/tasks being converted into blocks.

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.site-branding-into-block-2005546.php',
  ];
}