Closed (fixed)
Project:
Drupal core
Version:
main
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Mar 2026 at 19:13 UTC
Updated:
3 Apr 2026 at 12:10 UTC
Jump to comment: Most recent
Comments
Comment #3
dcam commentedComment #4
smustgrave commentedI got to extension and still hit 13 notices but leaving in review.
Comment #5
dcam commentedThank you again for pointing them out. I'm going to be better about noting the notices covered by other MRs.
The mentioned notices are covered by #3578904: Convert expectation-less test mocks to stubs - UnitTestCase. When I run the tests without the #3578904 changes I get 17 notices from these tests. When I apply the MR from #3578904 I get 0.
Comment #6
dcam commentedComment #7
dcam commentedFYI: the recently-committed
UnitTestCasechanges have been merged into this MR, so they do not need to be applied separately for testing.Comment #8
smustgrave commentedRan all these and 0 notices are left. Extension has 3 skipped but that was the case before I believe.
Comment #11
catchphpstan baseline had commit conflicts, but I went ahead and regenerated it locally. Committed/pushed to main, thanks!