Closed (fixed)
Project:
Drupal core
Version:
9.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 May 2019 at 14:59 UTC
Updated:
19 Mar 2020 at 09:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mikelutzTest patch
Comment #4
mikelutzSo, the only test that fails is the test of the BrowserTestBase::getHttpClient() which mocks a Goutte Client. Testbot doesn't use it, as far as I know. Either way, I expect that by the time SF5 is ready, there will be a version of the Goutte client that doesn't trigger this deprecation, so I'm going to postpone this for right now
Comment #6
mikelutzI believe we've updated our dependencies such that this error no longer exists. We can safely remove the skipped deprecation in Drupal 9.
Comment #7
longwaveTests pass so we no longer need to skip this.
Comment #8
alexpottCommitted 93b73a5 and pushed to 9.0.x. Thanks!