You are here

public function ContentTranslationUpdateTest::setDatabaseDumpFiles in Drupal 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php, line 54

Class

ContentTranslationUpdateTest
Tests the upgrade path for the Content Translation module.

Namespace

Drupal\Tests\content_translation\Functional\Update

Code

public function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.0.0-rc1-filled.standard.entity_test_update_mul.php.gz',
  ];
}