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

jonathan1055 created an issue. See original summary.

  • jonathan1055 committed 062dc9a on 8.x-1.x
    Issue #3175459 by jonathan1055: Allow 4 more deprecations in .travis.yml...
jonathan1055’s picture

Status: Active » Fixed

This 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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.