protected function RestExportAuthUpdateTest::setDatabaseDumpFiles in Drupal 8
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- core/
modules/ rest/ tests/ src/ Functional/ Update/ RestExportAuthUpdateTest.php, line 18
Class
- RestExportAuthUpdateTest
- 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__ . '/../../../../tests/fixtures/update/rest-export-with-authentication.php',
];
}