You are here

protected function UpdatePathTestJavaScriptTest::setDatabaseDumpFiles in Zircon Profile 8

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

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

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

Class

UpdatePathTestJavaScriptTest
Tests the presence of JavaScript at update.php.

Namespace

Drupal\system\Tests\Update

Code

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