dmaicher / doctrine-test-bundle

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

Custom platform is ignored #253

Closed dmaicher closed 11 months ago

dmaicher commented 11 months ago

On version 8 we are not handling the case properly if a custom platform (service) is defined for a connection.

On the upcoming DBAL 4 this functionality was removed but we still need to support this deprecated DBAL 3 behavior for now.

See https://github.com/dmaicher/doctrine-test-bundle/pull/232#discussion_r1274906953

cc @bendavies