You are here

protected function IdentifierFieldSchemaTypeUpdateTest::setDatabaseDumpFiles in Drupal 9

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

Set database dump files to be used.

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php, line 19

Class

IdentifierFieldSchemaTypeUpdateTest
Tests the upgrade path for updating the stored type of identifier fields.

Namespace

Drupal\Tests\system\Functional\Update

Code

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