You are here

protected function RangeUpdatePathTest::setDatabaseDumpFiles in Range 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/RangeUpdatePathTest.php, line 39

Class

RangeUpdatePathTest
Tests range module update path.

Namespace

Drupal\Tests\range\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.range-8100.php',
  ];
}