dama/doctrine-test-bundle
Symfony test bundle that speeds up Doctrine tests by reusing static DBAL connections and wrapping each test in a transaction that’s rolled back for isolation. Also provides a PSR-6 static array cache for Doctrine metadata/query caching to reduce boot time and memory.
dama/doctrine-test-bundle boosts Symfony test performance by keeping Doctrine DBAL connections static per PHP process and wrapping each test in a transaction that is rolled back afterward. This enables fast, isolated tests without rebuilding schemas or reloading fixtures between cases (as long as you avoid DDL that triggers implicit commits).
How can I help you explore Laravel packages today?