You are here

protected function ModerationStateViewsFieldUpdateTest::setDatabaseDumpFiles in Drupal 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

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

Class

ModerationStateViewsFieldUpdateTest
Test updating the views moderation state field plugin ID.

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.5.0-content_moderation_installed.php',
  ];
}