You are here

protected function UpdatePathTest::setDatabaseDumpFiles in Crop API 8.2

Same name and namespace in other branches
  1. 8 tests/src/Functional/UpdatePathTest.php \Drupal\Tests\crop\Functional\UpdatePathTest::setDatabaseDumpFiles()

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/UpdatePathTest.php, line 16

Class

UpdatePathTest
@group crop @group legacy

Namespace

Drupal\Tests\crop\Functional

Code

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