Codeception / module-doctrine

Next gen Doctrine module for Codeception
MIT License
2 stars 1 forks source link

Undefined method "getNativeConnection" of class "Doctrine\DBAL\Connection" #30

Open andrey-tech opened 3 months ago

andrey-tech commented 3 months ago

Hi!

With doctrine/dbal v2.13.9 and codeception/module-doctrine v3.1.0 I got an error:

Attempted to call an undefined method named "getNativeConnection" of class "Doctrine\DBAL\Connection".
Did you mean to call "getWrappedConnection"?

Please fix codeception/module-doctrine to support old version of Doctine DBAL 2.