Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
link.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Jan 2026 at 19:16 UTC
Updated:
26 Mar 2026 at 13:35 UTC
Jump to comment: Most recent
Comments
Comment #3
dcam commentedComment #4
mondrakeDeprecation of any() will be in 12.5.5, afaics. Matter of days.
https://github.com/sebastianbergmann/phpunit/commit/7896ec254eed5e944f4e...
Comment #5
mondrakeLooks good and nice cleanup.
Comment #6
dcam commentedComment #7
dcam commentedComment #8
smustgrave commentedWasn't 100% sure how to test this one but applying the MR and searching for $this->any() and all instances appear to be replaced.
Tests are green so LGTM
Comment #10
dcam commentedBack to NR because I had to fix mocks from recent commits.
Comment #11
dcam commentedComment #12
dcam commentedNeeds work due to PHPUnit 12.5.11 and a new deprecation.
Comment #13
dcam commentedNew development: stubs cannot set
with(). The IS and MR have been updated.Comment #14
smustgrave commentedAdditional changes for with() LGTM
Comment #15
dcam commentedThe MR needed a rebase due to the removal of the contact module. A contact file edited in the MR was deleted. I am leaving the status at RTBC.
Comment #16
longwavecore/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php was removed in #3572280: Remove Migrate Drupal, the MR isn't showing it but it won't apply locally because of this - needs rebase.
Comment #17
dcam commentedRebased
Comment #20
longwaveCommitted and pushed c34374f1282 to main and 43c31284325 to 11.x. Thanks!