You are here

protected function RecalculatedDependencyTest::setDatabaseDumpFiles in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Update/RecalculatedDependencyTest.php \Drupal\system\Tests\Update\RecalculatedDependencyTest::setDatabaseDumpFiles()

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/system/src/Tests/Update/RecalculatedDependencyTest.php, line 20
Contains \Drupal\system\Tests\Update\RecalculatedDependencyTest.

Class

RecalculatedDependencyTest
Tests system_post_update_recalculate_dependencies_for_installed_config_entities().

Namespace

Drupal\system\Tests\Update

Code

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