Closed (fixed)
Project:
Drupal core
Version:
main
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Mar 2026 at 19:55 UTC
Updated:
7 Apr 2026 at 09:30 UTC
Jump to comment: Most recent
Comments
Comment #3
dcam commentedComment #4
dcam commentedComment #5
dcam commentedFYI: the recently-committed
UnitTestCasechanges have been merged into this MR, so they do not need to be applied separately for testing.Comment #6
smustgrave commentedSession = OK (134 tests, 275 assertions)
State = OK (17 tests, 107 assertions)
TempStore = OK (20 tests, 125 assertions)
Template = OK (107 tests, 212 assertions)
Recipe = OK (47 tests, 89 assertions)
Transliteration = OK (3 tests, 3 assertions)
TypedData = OK (15 tests, 40 assertions)
All deprecations are taken care of. All instances of any() replaced.
Comment #7
catchAll looks good. PHPStan baseline conflicted, but regenerated that locally prior to commit.
Committed/pushed to main, thanks!