You are here

protected function RecalculatedDependencyTest::setDatabaseDumpFiles in Drupal 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/system/tests/src/Functional/Update/RecalculatedDependencyTest.php, line 23

Class

RecalculatedDependencyTest
Tests system_post_update_recalculate_dependencies_for_installed_config_entities().

Namespace

Drupal\Tests\system\Functional\Update

Code

protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../../tests/fixtures/update/drupal-8.bare.standard.php.gz',
  ];
}