function BlockContentRemoveConstraint::setDatabaseDumpFiles
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- 
              core/
modules/ block_content/ tests/ src/ Functional/ Update/ BlockContentRemoveConstraint.php, line 34  
Class
- BlockContentRemoveConstraint
 - Tests the upgrade path for removing unique constraint on blocks.
 
Namespace
Drupal\Tests\block_content\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-9.4.0.filled.standard.php.gz',
  ];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.