function SqlContentEntityStorageRevisionDataCleanupTest::setDatabaseDumpFiles
Same name in other branches
- 10 core/modules/system/tests/src/Functional/Update/SqlContentEntityStorageRevisionDataCleanupTest.php \Drupal\Tests\system\Functional\Update\SqlContentEntityStorageRevisionDataCleanupTest::setDatabaseDumpFiles()
Overrides UpdatePathTestBase::setDatabaseDumpFiles
File
-
core/
modules/ system/ tests/ src/ Functional/ Update/ SqlContentEntityStorageRevisionDataCleanupTest.php, line 21
Class
- SqlContentEntityStorageRevisionDataCleanupTest
- Tests cleaning up revision data tables.
Namespace
Drupal\Tests\system\Functional\UpdateCode
protected function setDatabaseDumpFiles() {
$this->databaseDumpFiles = [
__DIR__ . '/../../../../../system/tests/fixtures/update/drupal-9.4.0.filled.standard.php.gz',
__DIR__ . '/../../../../tests/fixtures/update/drupal-8.entity-revision-data-cleanup-2869568.php',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.