function RemovePathKeyTest::setDatabaseDumpFiles

Overrides UpdatePathTestBase::setDatabaseDumpFiles

File

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

Class

RemovePathKeyTest
Tests the upgrade path for the system.file schema update.

Namespace

Drupal\Tests\system\Functional\Update

Code

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

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