function TableDisplayCacheMaxAgeTest::setDatabaseDumpFiles
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ views/ tests/ src/ Functional/ Update/ TableDisplayCacheMaxAgeTest.php, line 21
Class
- TableDisplayCacheMaxAgeTest
- Tests the upgrade path for cache max age with table displays.
Namespace
Drupal\Tests\views\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-8.bare.standard.php.gz',
__DIR__ . '/../../../fixtures/update/table-cache-max-age.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.