Releases: dmaicher/doctrine-test-bundle
Releases · dmaicher/doctrine-test-bundle
v2.0.2: fix StaticDriver usage (#23) (#24)
* fix StaticDriver usage In some scenarios where the doctrine dbal connection was configured using 'url: ...' the StaticDriver was not used because Doctrine ignores the 'driverClass' param in that case :( See https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/DriverManager.php#L403 * keep test suite compatible with phpunit 4.x
v1.0.12: fix StaticDriver usage (#23)
* fix StaticDriver usage In some scenarios where the doctrine dbal connection was configured using 'url: ...' the StaticDriver was not used because Doctrine ignores the 'driverClass' param in that case :( See https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/DriverManager.php#L403 * keep test suite compatible with phpunit 4.x
add .gitattributes to exclude some files & folders from releases
add .gitattributes (#22) Avoid getting unneeded files in each installation
add .gitattributes to exclude some files & folders from releases
add .gitattributes (#22) Avoid getting unneeded files in each installation
v2.0.0: phpunit 6 stable (#21)
Starting with 2.0.0 we now require php7 & phpunit 6 😊
Do not allow PHPUnit 6 for 1.x versions
Version 2.0.0 will follow on Feb 3rd 2017 when PHPUnit 6 is released.
allow PHPUnit 6
Merge pull request #18 from dmaicher/allow-phpunit-6 allow phpunit version 6
v1.0.7: Merge pull request #15 from garak/patch-2
Allow phpunit 5
v1.0.6: Merge pull request #12 from dmaicher/begin-transaction-fix
begin transaction fix + implement VersionAwarePlatformDriver
v1.0.5: Merge pull request #10 from garak/patch-2
Raise requirements for Doctrine