Skip to content

Releases: facile-it/paraunit

2.2.1

31 Aug 13:33
2.2.1
6ebc6bd
Compare
Choose a tag to compare
  • Add output when failing due to PHPUnit runner errors (i.e. with an empty data provider) #217

2.2.0

08 Jun 11:17
2.2.0
4f19adf
Compare
Choose a tag to compare

2.1.0

03 May 07:32
2.1.0
c09b1d6
Compare
Choose a tag to compare
  • Add --sort=random option to execute test classes in random order

2.0.1

28 Apr 21:37
2.0.1
10b6965
Compare
Choose a tag to compare

Fixed

  • Fix handling of second outcome on last test of class (i.e. deprecation emitted after the last test has passed) #204

2.0.0

06 Mar 14:34
2.0.0
8ff94a5
Compare
Choose a tag to compare

This is a significant new major release of Paraunit, with a big refactor and rewrite regarding both the integration with PHPUnit and the internal system that handles test outcomes. ATTENTION: a minor modification of your PHPUnit XML configuration will be needed, but Paraunit will prompt you and do it automatically on first run.

Added

  • Support for PHPUnit 10
  • --pass-through option #194

Changed

  • The integration mechanic with PHPUnit has now changed, and it now leverages the new event system; to do that, Paraunit will need a bootstrap extension registered in the PHPUnit XML config; at the first run without it, Paraunit will ask if you want to add it automatically #186

Removed

  • Drop support for PHPUnit < 10

1.3.0

15 Jun 07:51
1.3.0
ed53586
Compare
Choose a tag to compare

Added

  • Add --chunk-size option #164
  • Add native enabling of Xdebug coverage mode #170
  • Report full process output when in debug mode #170
  • Add support for Symfony 6 #168

Removed

  • Drop support for Symfony < 4.4 #168

1.2.1

25 Mar 16:40
1.2.1
ef64a17
Compare
Choose a tag to compare

Added

  • Allow jean85/pretty-package-versions v2 90f84b5

1.2.0

15 Sep 08:04
1.2.0
e083086
Compare
Choose a tag to compare

Added

  • Add support for PHP 8.0 #154
  • Add support for PHPUnit 9.3 #153

Removed

  • Drop support for PHPUnit < 9.3 #153

1.1.1

06 May 10:57
1.1.1
7667259
Compare
Choose a tag to compare

Added

1.1.0

03 Apr 10:24
1.1.0
4711173
Compare
Choose a tag to compare

Added

  • Add support for PHPUnit 9.1 #149

Changed

  • Large internal refactor from using PHPUnit's --printer to TestHooks #149

Removed

  • Drop support for PHP <= 7.2 #149
  • Drop support for PHPUnit <= 9.0 #149