You are here

protected function DerRevUpdateTest::setDatabaseDumpFiles in Dynamic Entity Reference 8.2

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/Update/DerRevUpdateTest.php, line 26

Class

DerRevUpdateTest
Tests the revisionable DER fields update path.

Namespace

Drupal\Tests\dynamic_entity_reference\Functional\Update

Code

protected function setDatabaseDumpFiles() {

  // This dump is created using 8.x-1.x branch of dynamic_entity_reference
  // after installing testing profile and running update_test_8201.php script.
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../fixtures/update/der_rev_dump.php.gz',
  ];
}