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

Use Symfony 5.4+ installation (bundles.php) #279

Closed tacman closed 5 months ago

tacman commented 5 months ago

The AppKernel.php method was for Symfony < 5.4, this cleans up the installation instructions.

dmaicher commented 5 months ago

Thanks @tacman :+1: