Closed (fixed)
Project:
Drupal core
Version:
9.1.x-dev
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Apr 2020 at 06:55 UTC
Updated:
26 Apr 2020 at 11:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mondrakeIn this case it's preferrable to use reflection IMO
Comment #4
mondrakeComment #5
mondrakeComment #6
daffie commentedAll test code changes look good to me.
By removing the line from the ignored warnings that are thrown by PHPUnit 8, we have testing that all cases of the use of the method are removed.
For me it is RTBC.
Comment #7
alexpottCommitted and pushed 5228b8df1c to 9.1.x and 38f08f8bb4 to 9.0.x. Thanks!
I agree that no BC layer for 8.9.x is warranted because we can you reflection there too.