Skip to content

Releases: dmaicher/doctrine-test-bundle

v5.0.3: fix #77: deprecations notices with phpunit 8 (#78)

22 Mar 10:56
Compare
Choose a tag to compare

Now deprecation free when using PHPUnit8 with the new Extension thanks to @B-Galati

Fix deprecation notice for Symfony 4.2

09 Dec 10:53
Compare
Choose a tag to compare

Now deprecation-free when using Symfony 4.2. Thanks to @fmonts

v5.0.1: Don't exclude composer.json from git export (#56)

25 Feb 14:57
Compare
Choose a tag to compare
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

05 Feb 12:12
ccdea2c
Compare
Choose a tag to compare
  • 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)

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