You are here

protected function EntityEmbedUpdateHookTest::setDatabaseDumpFiles in Entity Embed 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

tests/src/Functional/EntityEmbedUpdateHookTest.php, line 17

Class

EntityEmbedUpdateHookTest
Tests the update hooks in entity_embed module.

Namespace

Drupal\Tests\entity_embed\Functional

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    $this
      ->getDrupalRoot() . '/core/modules/system/tests/fixtures/update/drupal-8.8.0.bare.standard.php.gz',
    __DIR__ . '/../../fixtures/update/entity_embed.update-hook-test.php',
  ];
}