Closed (fixed)
Project:
Drupal core
Version:
11.3.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Nov 2025 at 08:59 UTC
Updated:
19 Nov 2025 at 14:04 UTC
Jump to comment: Most recent
Comments
Comment #3
alexpottComment #4
smustgrave commentedDownloaded https://addons.ddev.com/addons/ddev/ddev-php85 which downloads PHP 8.5.0RC1
Ran ddev exec -s php85 ./vendor/bin/phpunit -c core/phpunit.xml.dist core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php
OK, but there were issues!
Tests: 22, Assertions: 115, Deprecations: 5.
Applied the MR and now got
OK, but there were issues!
Tests: 22, Assertions: 115, Deprecations: 4.
With the 4 being __sleep() and __wake().
Comment #5
andypost@smustgrave there's today's release with RC3 https://github.com/ddev/ddev/releases/tag/v1.24.9
+1 rtbc
Comment #6
smustgrave commentedOh good to know! I just updated my local ddev and re-ran the test and got 0 deprecations. Short lived plugin.
Comment #10
catchCommitted/pushed to 11.x and cherry-picked to 11.3.x, thanks!