Closed (fixed)
Project:
Drupal core
Version:
9.1.x-dev
Component:
phpunit
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Sep 2020 at 15:43 UTC
Updated:
14 Oct 2020 at 08:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottExtracted from #3156595: Make Drupal 9 installable on PHP8
Comment #3
andypostComment #5
andypostrequeued, unrelated failure
QuickEditIntegrationTestComment #6
andypostNot sure about deprecation process here but both
_drupal_error_handler()and_drupal_error_handler_real()using this argument but does not consume it (unused variable)Comment #7
alexpottYep changing that makes sense. I wonder why it's not causing deprecations - but no matter. The change is fine I think.
Comment #8
gábor hojtsyWe are not using $context for anything and not passing it into an extension point (eg. custom error handler), so this does not change our API. Looks good.
Comment #10
catchCommitted e9969b0 and pushed to 9.1.x. Thanks!