Skip to content

Releases: facile-it/paraunit

2.6.0

04 Mar 14:14
2.6.0
5ef2fab
Compare
Choose a tag to compare
  • Deprecations details are now shown according to the PHPUnit config #303, thanks @garak

NB: the config attribute in the PhpUnit configuration is displayDetailsOnTestsThatTriggerDeprecations. Since this value is false by default, in this version the deprecations will be hidden. If you want to replicate the previous behavior, set the attribute to true in your configuration.

2.5.0

08 Feb 11:32
2.5.0
aafd330
Compare
Choose a tag to compare
  • Add PHPUnit 12 support #297
  • Add PHP 8.4 support #279

1.3.1

03 Oct 08:01
1.3.1
76f0c9d
Compare
Choose a tag to compare
  • Avoid passing --testsuite option to PHPUnit when running with chunks #276

2.4.0

25 Sep 13:12
2.4.0
032bb2d
Compare
Choose a tag to compare

Added

2.3.4

07 Aug 13:28
2.3.4
c71b8a2
Compare
Choose a tag to compare

2.3.3

06 Jun 12:45
2.3.3
f43232d
Compare
Choose a tag to compare
  • Avoid generating a warning when writing test logs #250

2.3.2

29 Apr 10:41
2.3.2
c8953ca
Compare
Choose a tag to compare
  • Add PHPUnit version info #213
  • Deduplicate correctly the test files recap at the end of the execution #241

2.3.1

06 Feb 09:07
2.3.1
73dfb78
Compare
Choose a tag to compare
  • Fix support for PHPUnit 11, due to dependency conflicts #230

2.3.0

02 Feb 21:00
2.3.0
44f5658
Compare
Choose a tag to compare
  • Add support for PHPUnit 11 #225
  • Bump PHPUnit requirement to a minimum of 10.5.4 #227

2.2.3

30 Nov 16:31
2.2.3
5f22f7c
Compare
Choose a tag to compare
  • Add support for Symfony 7