dmaicher / doctrine-test-bundle

Symfony bundle to isolate your app's doctrine database tests and improve the test performance
MIT License
1.08k stars 60 forks source link

Implement new interface method 'Doctrine\DBAL\Driver\Connection::getN… #193

Closed zluiten closed 2 years ago

zluiten commented 2 years ago

Implement new interface method 'Doctrine\DBAL\Driver\Connection::getNativeConnection()'.

Fixes #192

dmaicher commented 2 years ago

Thank you @netiul

zluiten commented 2 years ago

Not a problem @dmaicher! When do you plan to release this? (no rush :smile:)

dmaicher commented 2 years ago

Soon-ish :smile: Currently looking into https://github.com/dmaicher/doctrine-test-bundle/issues/191 as well