Closed (fixed)
Project:
Drupal core
Version:
9.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
4 Mar 2020 at 23:18 UTC
Updated:
24 Aug 2020 at 15:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
longwaveComment #3
kristen polComment #4
kristen polThanks for the patch.
1) Found
inheritEnvironmentVariablesreferenced in these files:2) Code removes instances of:
$process->inheritEnvironmentVariables();from:
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ExecTrait.phpand
core/tests/Drupal/Tests/Core/Command/QuickStartTest.phpand removed deprecation message from:
core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.phpLooking at
vendor/symfony/process/Process.phpshows:so removing inheritEnvironmentVariables() fixes the deprecation issue.
3) Code does not apply cleanly to 9.0 dev and needs reroll so moving back to "Needs work"
Comment #5
longwaveThanks for the review, rerolled.
Comment #6
kristen polComment #7
kristen polThanks for the reroll. Patch applies cleanly. Not sure this can be manually tested so marking RTBC.
Comment #8
catchNeeds a reroll.
Comment #9
piyuesh23 commentedComment #10
drupradComment #11
drupradRerolled, Please review.
Comment #12
drupradComment #13
govind.maloo commented@druprad : Patch failed to apply, see the automated test result. Please Fix the same.
Comment #14
drupradEarlier I had rerolled against 8.9.x. New file for 9.0.x.
Comment #15
drupradComment #16
longwaveThanks for rerolling, this looks good to me.
Comment #17
alexpottCommitted and pushed 50332db194 to 9.1.x and 5a0caaf8fd to 9.0.x. Thanks!
Comment #21
jonathan1055 commentedSorry to comment here on this closed issue but this is the only one I could find, none in Contrib land include this deprecation.
Any idea why I should still be seeing these warnings when I run contrib tests in Travis at core 9.0 and 9.1? The jobs use Symfony 4.4
https://travis-ci.org/github/jonathan1055/scheduler/jobs/720409794#L1147
Any pointers would be appreciated. Thanks.