Skip to content

Releases: dmaicher/doctrine-test-bundle

v4.0.2: Added phpstan to do static code analysis + fixed found bugs (#51)

13 Jan 13:23
Compare
Choose a tag to compare
* 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

23 Oct 14:39
Compare
Choose a tag to compare
Fix package-type (#44)

This is a requirement for Flex

v4.0.0: add functional tests + use savepoints if possible (#37)

16 Oct 18:17
Compare
Choose a tag to compare
  • 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

15 Aug 11:59
Compare
Choose a tag to compare

requires symfony/framework-bundle 2.7+ now

v3.1.0

30 Jul 11:49
Compare
Choose a tag to compare
only require symfony/framework-bundle (#33)

PHPUnit as dev dependency + support PHPUnit < 6 and also >= 6

25 Jul 19:14
Compare
Choose a tag to compare
PHPUnit as dev dependency (#32)

PHPUnit as dev dependency

v2.0.3

09 May 12:35
Compare
Choose a tag to compare
merge 1.x

v1.0.13

09 May 12:22
Compare
Choose a tag to compare
fix: re-use existing platform object for connections (#25)

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