Closed (fixed)
Project:
Drupal core
Version:
main
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Mar 2026 at 23:03 UTC
Updated:
7 Apr 2026 at 09:25 UTC
Jump to comment: Most recent
Comments
Comment #3
dcam commentedComment #4
dcam commentedWhen running these tests without the MR from #3578904: Convert expectation-less test mocks to stubs - UnitTestCase applied I get 5 notices that are unfixed. When I apply the changes from #3578904 there are 0 notices.
Comment #5
dcam commentedComment #6
dcam commentedFYI: the recently-committed
UnitTestCasechanges have been merged into this MR, so they do not need to be applied separately for testing.Comment #7
smustgrave commentedEventSubscriber = OK (3060 tests, 3543 assertions)
StackMiddleware = OK (25 tests, 55 assertions)
Update = OK (21 tests, 30 assertions)
Conversions seem straight forward based on the other ones we've reviewed and have seen merged.
Comment #8
catchCommitted/pushed to main, thanks!