Skip to content

Releases: dmaicher/doctrine-test-bundle

v2.0.2: fix StaticDriver usage (#23) (#24)

03 May 07:51
Compare
Choose a tag to compare
* 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)

03 May 07:25
Compare
Choose a tag to compare
* 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

05 Mar 14:00
Compare
Choose a tag to compare
add .gitattributes (#22)

Avoid getting unneeded files in each installation

add .gitattributes to exclude some files & folders from releases

05 Mar 14:04
Compare
Choose a tag to compare
add .gitattributes (#22)

Avoid getting unneeded files in each installation

v2.0.0: phpunit 6 stable (#21)

03 Feb 19:23
Compare
Choose a tag to compare

Starting with 2.0.0 we now require php7 & phpunit 6 😊

Do not allow PHPUnit 6 for 1.x versions

04 Jan 19:26
Compare
Choose a tag to compare

Version 2.0.0 will follow on Feb 3rd 2017 when PHPUnit 6 is released.

allow PHPUnit 6

20 Nov 09:04
Compare
Choose a tag to compare
Merge pull request #18 from dmaicher/allow-phpunit-6

allow phpunit version 6

v1.0.7: Merge pull request #15 from garak/patch-2

12 Apr 12:36
Compare
Choose a tag to compare

v1.0.6: Merge pull request #12 from dmaicher/begin-transaction-fix

23 Mar 08:29
Compare
Choose a tag to compare
begin transaction fix + implement VersionAwarePlatformDriver

v1.0.5: Merge pull request #10 from garak/patch-2

22 Mar 16:59
Compare
Choose a tag to compare
Raise requirements for Doctrine