protected function RestExportAuthCorrectionUpdateTest::setDatabaseDumpFiles in Drupal 8
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- core/
modules/ rest/ tests/ src/ Functional/ Update/ RestExportAuthCorrectionUpdateTest.php, line 17  
Class
- RestExportAuthCorrectionUpdateTest
 - Ensures that update hook is run properly for REST Export config.
 
Namespace
Drupal\Tests\rest\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
  $this->databaseDumpFiles = [
    __DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
    __DIR__ . '/../../../fixtures/update/rest-export-with-authentication-correction.php',
  ];
}