Skip to content

Commit

Permalink
Merge pull request #27072 from totten/master-test-d10
Browse files Browse the repository at this point in the history
Concurrency Tests - Update ExternalBatch for symfony/proces v4.1+ (esp Drupal 10)
  • Loading branch information
demeritcowboy authored Aug 15, 2023
2 parents d0dfa9c + 8ac67af commit ae91d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Civi/API/ExternalBatch.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function createProcess($apiCall) {
$env = array_merge($this->env, [
'CIVICRM_SETTINGS' => $this->settingsPath,
]);
return new Process($command, $this->root, $env);
return Process::fromShellCommandline($command, $this->root, $env);
}

/**
Expand Down

0 comments on commit ae91d73

Please sign in to comment.