Closed (fixed)
Project:
Drupal core
Version:
main
Component:
render system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Mar 2026 at 23:19 UTC
Updated:
7 Apr 2026 at 19:30 UTC
Jump to comment: Most recent
Comments
Comment #3
dcam commentedThe changes to
MetadataBubblingUrlGeneratorTestwere moved to the MR in #3579890: Convert expectation-less test mocks to stubs - Database, Routing. That test class is a child of a Routing test and that MR doesn't pass without it.Comment #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 commentedI do get this error TypeError: Drupal\Tests\Core\Render\RendererPlaceholdersTest::setupThemeManagerForDetails(): Return value must be of type PHPUnit\Framework\MockObject\Builder\InvocationMocker, PHPUnit\Framework\MockObject\InvocationStubberImplementation returned
Marking that test skipped I get Tests: 366, Assertions: 1358, Skipped: 1. So all deprecations appear addressed and seems inline with everything that's been committed thus far.
Comment #7
dcam commentedThe last rebase was a bit rough on the baseline, so I had to download the artifact from GitLab. The copied artifact had the wrong file permissions. So I fixed them. Leaving this at RTBC.
Comment #9
catchCommitted/pushed to main, thanks!