You are here

protected function UpdatePathRC1TestBaseFilledTest::setDatabaseDumpFiles in Zircon Profile 8.0

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

Set database dump files to be used.

Overrides UpdatePathRC1TestBaseTest::setDatabaseDumpFiles

File

core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseFilledTest.php, line 24
Contains \Drupal\system\Tests\Update\UpdatePathRC1TestBaseFilledTest.

Class

UpdatePathRC1TestBaseFilledTest
Runs UpdatePathTestBaseTest with a RC1 dump filled with content.

Namespace

Drupal\system\Tests\Update

Code

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