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

Support Symfony 6 #204

Closed vertx-one closed 2 years ago

vertx-one commented 2 years ago

I tried to upgrade from symfony 5.4 to symfony 6, on step https://symfony.com/doc/current/setup/upgrade_major.html#deprecations-in-phpunit I got notice

The "DAMA\DoctrineTestBundle\Doctrine\DBAL\AbstractStaticDriver" class implements "Doctrine\DBAL\VersionAwarePlatformDriver" that is deprecated All drivers will have to be aware of the server version in the next major release.
dmaicher commented 2 years ago

See https://github.com/dmaicher/doctrine-test-bundle/issues/188