Closed (fixed)
Project:
Drupal core
Version:
9.2.x-dev
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Jan 2021 at 21:32 UTC
Updated:
24 Feb 2021 at 07:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mondrakeComment #3
mondrakeComment #4
mondrakeParent was committed
Comment #6
mondrakeComment #7
longwaveWe should probably close #2875038: AssertLegacyTrait::verbose() doesn't do anything as won't fix or duplicate of this.
Comment #8
mondrake#7 aw I forgot about that one. I guess we should credit here those working on that one before closing it.
Comment #9
mondrakeAdded CR.
In the process, also
AssertMailTrait::verboseEmail(), that is callingverbose()but has no use in Core any more, was deprecated too.Comment #10
longwaveTwo now-incorrect docblocks but otherwise this is looking ready to go.
Looks possible that we can now deprecate executeView() itself and just call it on the view object directly, but definitely out of scope for here.
Comment #11
mondrakeThanks @longwave
Comment #12
longwaveLGTM.
@core committers please see #8 and credit contributors from the linked issue.
Comment #13
alexpottCommitted 33700d0 and pushed to 9.2.x. Thanks!
This is really nice tidy up.