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