protected function RemoveResponseGzipFromSystemPerformanceConfigurationTest::setDatabaseDumpFiles in Drupal 8
Set database dump files to be used.
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
- core/
modules/ system/ tests/ src/ Functional/ Update/ RemoveResponseGzipFromSystemPerformanceConfigurationTest.php, line 23
Class
- RemoveResponseGzipFromSystemPerformanceConfigurationTest
- Ensures that response.gzip is removed from system.performance configuration.
Namespace
Drupal\Tests\system\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../tests/fixtures/update/drupal-8.bare.standard.php.gz',
];
}