Skip to content
Snippets Groups Projects
Commit 25408d92 authored by James Shields's avatar James Shields Committed by Mark Casias
Browse files

Issue #3464532 by ankitv18, lostcarpark, ultimike: Update fixtures for run updates

parent 31bfff67
No related branches found
No related tags found
1 merge request!101Resolve #3464532 "Update fixtures for"
Pipeline #256247 passed
File added
......@@ -22,6 +22,15 @@ class SmartTrimUpdateMoreTest extends UpdatePathTestBase {
* {@inheritdoc}
*/
protected function setDatabaseDumpFiles(): void {
// Database script for Drupal 10.3 or higher.
if (version_compare(\Drupal::VERSION, '10.3.2', '>')) {
$this->databaseDumpFiles = [
__DIR__ . '/../../../fixtures/update/drupal-10.3.2-smart_trim-2.0.php.gz',
];
return;
}
// Database script for Drupal 10.0.
$this->databaseDumpFiles = [
__DIR__ . '/../../../fixtures/update/drupal-10.0.8-smart_trim-2.0.php.gz',
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment