Closed (fixed)
Project:
Drupal core
Version:
9.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2020 at 18:06 UTC
Updated:
14 Aug 2020 at 14:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
catchComment #3
longwaveThere is a third case that looks like it needs changing too:
Comment #4
hardik_patel_12 commentedChanging in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php file also , kindly review.
Comment #5
longwaveI think this should be
new HtmlResponse()as per coding standards.Comment #6
ravi.shankar commentedHere this patch might fix comment #5.
Comment #7
longwaveThanks!
Comment #8
alexpottCommitted and pushed 91ffbf84e7 to 9.1.x and 87f5ac8935 to 9.0.x. Thanks!
Backported to 9.0.x to keep the tests aligned as this only touches tests.