Closed (fixed)
Project:
Drupal core
Version:
9.2.x-dev
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Jun 2021 at 15:53 UTC
Updated:
23 Jun 2021 at 13:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
longwaveComment #3
sudiptadas19 commentedAdded patch. Please review it.
Comment #4
mondrakeThis should not be removed, it's the conversion of the PHPUnit deprecation warning into a deprecation error that can be captured by our deprecation listener. It can only be safely removed when the minumum PHPUnit version will be 10.
Comment #5
sudiptadas19 commentedModified the file changes as mentioned in #4.
Please review it.
Comment #6
mondrakeRTBC. The PHP 7.3 test is green, indicating tests run OK on PHPUnit8. Deprecation silencer removed and all conversions done.
Even if this is a small patch, please add an interdiff when adding patches after the first one, so to facilitate reviewing. Thanks!
Comment #8
catchCommitted/pushed to 9.3.x. Also backported to 9.2.x without the deprecation suppression removal.
Comment #10
mondrakeHang on, #3174200: Use PHPUnit-bridge polyfills for forward compatibility layer needs to be committed to 9.2.x before backporting, or 9.2.x HEAD will fail
Comment #11
catchOof. Let's go forward rather than back, committed #3174200: Use PHPUnit-bridge polyfills for forward compatibility layer.