You are here

protected function UpdatePathWithBrokenRoutingFilledTest::setDatabaseDumpFiles in Zircon Profile 8

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

Set database dump files to be used.

Overrides UpdatePathWithBrokenRoutingTest::setDatabaseDumpFiles

File

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

Class

UpdatePathWithBrokenRoutingFilledTest
Runs UpdatePathWithBrokenRoutingTest with a dump filled with content.

Namespace

Drupal\system\Tests\Update

Code

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