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
When using Codeception doctrine2 methods, I'm getting this deprecation warning:
Public access to Connection::connect() is deprecated. (Connection.php:364 called by Doctrine2.php:260, doctrine/dbal#4966, package doctrine/dbal) /var/app/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:209
Looks like calling this method directly from retrieveEntityManager will be impossible in DBAL 4.0, the method will become protected.
The text was updated successfully, but these errors were encountered:
When using Codeception doctrine2 methods, I'm getting this deprecation warning:
Looks like calling this method directly from
retrieveEntityManager
will be impossible in DBAL 4.0, the method will become protected.The text was updated successfully, but these errors were encountered: