You are here

protected function StableUninstallUpdateTest::setDatabaseDumpFiles in Drupal 9

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php, line 18

Class

StableUninstallUpdateTest
Ensures that update hook uninstalls Stable when it's no longer needed.

Namespace

Drupal\Tests\system\Functional\Update

Code

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