function IdentifierFieldSchemaTypeUpdateTest::setDatabaseDumpFiles

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

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',
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.