You are here

protected function Update8006Test::setDatabaseDumpFiles in Lightning Workflow 8.3

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update8006Test.php, line 18

Class

Update8006Test
Tests lightning_workflow_update_8006().

Namespace

Drupal\Tests\lightning_workflow\Functional

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    $this
      ->getDrupalRoot() . '/core/modules/system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz',
    __DIR__ . '/../../fixtures/Update8006Test.php.gz',
  ];
}