You are here

protected function AutomatedCronUpdateWithoutAutomatedCronTest::setDatabaseDumpFiles in Drupal 8

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

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

Class

AutomatedCronUpdateWithoutAutomatedCronTest
Ensures that the automated cron module is not installed on update.

Namespace

Drupal\Tests\system\Functional\Update

Code

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