You are here

protected function EntityFormDisplayDependenciesUpdateTest::setDatabaseDumpFiles in Drupal 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/content_moderation/tests/src/Functional/Update/EntityFormDisplayDependenciesUpdateTest.php, line 21

Class

EntityFormDisplayDependenciesUpdateTest
Test updating the dependencies of entity form displays.

Namespace

Drupal\Tests\content_moderation\Functional\Update

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.4.0.bare.standard.php.gz',
    __DIR__ . '/../../../fixtures/update/drupal-8.4.0-content_moderation_installed.php',
    __DIR__ . '/../../../fixtures/update/drupal-8.entity-form-display-dependencies-2915383.php',
  ];
}