Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
-
It seems native object cache is enabled in PHP 8.4, but the Symfony test does not embrace the changes. Any suggestions here to fix the deprecation infos? Calling Doctrine\ORM\Configuration::setProxyDir is deprecated and will not be possiblein Doctrine ORM 4.0. (Configuration.php:68 called by App_KernelTestDebugContainer.php:879, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)...Disabling native lazy objects is deprecated and will be impossiblein Doctrine ORM 4.0. (Configuration.php:671 called by App_KernelTestDebugContainer.php:891, https://github.com/doctrine/orm/pull/12005, package doctrine/orm) |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 3 comments
-
Symfony tests were updated by#60911; could you list which ones are still triggering the deprecation? |
BetaWas this translation helpful?Give feedback.
All reactions
-
@MatTheCat Check the build stack here,https://github.com/hantsy/symfony-rest-sample/actions/runs/16094319202/job/45415033367 , it lists all deprecations raised in my tests. |
BetaWas this translation helpful?Give feedback.
All reactions
-
This is because of the service definitions done in DoctrineBundle, not because of code in Symfony. The work is in progress indoctrine/DoctrineBundle#1898. |
BetaWas this translation helpful?Give feedback.