Releases: dmaicher/doctrine-test-bundle
Releases · dmaicher/doctrine-test-bundle
v5.0.3: fix #77: deprecations notices with phpunit 8 (#78)
Now deprecation free when using PHPUnit8 with the new Extension thanks to @B-Galati
Fix deprecation notice for Symfony 4.2
Now deprecation-free when using Symfony 4.2. Thanks to @fmonts
v5.0.1: Don't exclude composer.json from git export (#56)
It's needed for some CI tools. See also: https://github.com/maglnet/ComposerRequireChecker/issues/55
support PHPUnit 7 + drop PHP < 7.1 support + drop PHPUnit 5 support
- support PHPUnit 7
- drop support for PHPUnit 5
- drop support for PHP 5.6 and 7.0
v4.0.2: Added phpstan to do static code analysis + fixed found bugs (#51)
* Set up PHPStan to run automatically via make & travis-ci * Updated makefile to download composer.phar only once * Fixed return value that should be null instead of void * Fixed exception returned that should be concrete exception and not the interface provided by Doctrine.
fix package type + allow Symfony 4
Fix package-type (#44) This is a requirement for Flex
v4.0.0: add functional tests + use savepoints if possible (#37)
- use only one listener class for both PHPUnit 5 and 6+.
- use savepoints for nested transactions if possible
- add functional tests
decorate original connection factory instead of replacing it
requires symfony/framework-bundle 2.7+ now
v3.1.0
PHPUnit as dev dependency + support PHPUnit < 6 and also >= 6
PHPUnit as dev dependency (#32) PHPUnit as dev dependency