You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 possible in 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 impossible in Doctrine ORM 4.0. (Configuration.php:671 called by App_KernelTestDebugContainer.php:891, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions