Closed (fixed)
Project:
Scheduler
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2020 at 10:19 UTC
Updated:
2 Jun 2021 at 10:24 UTC
Jump to comment: Most recent
New deprecation at core 9.1
4x: Passing a command as string when creating a "Symfony\Component\Process\Process" instance is deprecated since Symfony 4.2, pass it as an array of its arguments instead, or use the "Process::fromShellCommandline()" constructor if you need features provided by the shell.
3x in SchedulerDrushTest::testDrushCronMessages from Drupal\Tests\scheduler\Functional
1x in SchedulerDrushTest::testDrushCronPublishing from Drupal\Tests\scheduler\Functional
Comments
Comment #3
jonathan1055 commentedThis seems to have fixed itself. The deprecations are no longer shown in Travis builds at 9.1+ so may have been fixed in a core wrapper or an upgrade to a newer version of Drush.