PackageTrack
Sign in Get early access

facile-it/paraunit

paraunit

2.11.0 953K downloads/mo #2902 most downloaded on Packagist facile-it/paraunit

What this package is like to depend on

Last release 3 months ago

08 May 2026

Ships fairly regularly

a new release about every 2 months

Some releases are documented

notes for 28 of 63 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

65 releases · first in 2015

5 releases in the last 12 months

see the full history below

Release timeline

65 releases · Sep 2015 to May 2026
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 65
  1. 2.11.0 08 May 2026
    Release notes
    • Drop ext-pcntl requirement to a suggested dependency #386
    • Respect PHPUnit configuration about displaying warning, deprecations, notices and add new CLI options mirroring PHPUnit's: #383
      • --display-warnings
      • --display-deprecations
      • --display-phpunit-deprecations
      • --display-notices
      • --display-all-issues
    • Implement --stop-on-* options, mimicking PHPUnit's; all options affect both Paraunit and the underlying PHPUnit process: #388
      • --stop-on-defect
      • --stop-on-error
      • --stop-on-failure
      • --stop-on-warning
      • --stop-on-risky
      • --stop-on-deprecation
      • --stop-on-phpunit-deprecation
      • --stop-on-notice
      • --stop-on-skipped
      • --stop-on-incomplete
    Open source →
    Release notes
    • Drop ext-pcntl requirement to a suggested dependency #386
    • Respect PHPUnit configuration about displaying warning, deprecations, notices and add new CLI options mirroring PHPUnit's: #383
      • --display-warnings
      • --display-deprecations
      • --display-phpunit-deprecations
      • --display-notices
      • --display-all-issues
    • Implement --stop-on-* options, mimicking PHPUnit's; all options affect both Paraunit and the underlying PHPUnit process: #388
      • --stop-on-defect
      • --stop-on-error
      • --stop-on-failure
      • --stop-on-warning
      • --stop-on-risky
      • --stop-on-deprecation
      • --stop-on-phpunit-deprecation
      • --stop-on-notice
      • --stop-on-skipped
      • --stop-on-incomplete
    Open source →
  2. 2.10.0 23 Apr 2026
    Release notes
    • Suppress output for test issues that are ignored #381
    Open source →
    Release notes
    • Suppress output for test issues that are ignored #381
    Open source →
  3. 2.9.0 20 Apr 2026
    Release notes
    • Add coverage cache warmup #379
    • Fix transient dependencies #373
    Open source →
    Release notes
    • Add coverage cache warmup #379
    • Fix transient dependencies #373
    Open source →
  4. 2.8.0 23 Feb 2026
    Release notes
    • Support PHPUnit 13 #356
    • Map notices as new test issues #305
    Open source →
    Release notes
    • Support PHPUnit 13 #356
    • Map notices as new test issues #305
    Open source →
  5. 2.7.1 04 Nov 2025
    Release notes
    Open source →
    Release notes
    • Add support for Symfony 8 #344, thanks @Kocal
    Open source →
  6. 2.7.0 23 Aug 2025
    Release notes
    • Fix and improve detection of abnormal terminations #330
    • Report PHPUnit deprecations as a separate test issue #304
    • Reject --check-php-configuration PHPUnit option since it doesn't run any test #325
    Open source →
    Release notes
    • Fix and improve detection of abnormal terminations #330
    • Report PHPUnit deprecations as a separate test issue #304
    • Reject --check-php-configuration PHPUnit option since it doesn't run any test #325
    Open source →
  7. 2.6.0 04 Mar 2025
    Release notes
    • 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.

    Open source →
    Release notes
    • 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.

    Open source →
  8. 2.5.0 08 Feb 2025
    Release notes
    • Add PHPUnit 12 support #297
    • Add PHP 8.4 support #279
    Open source →
    Release notes
    • Add PHPUnit 12 support #297
    • Add PHP 8.4 support #279
    Open source →
  9. 2.4.0 25 Sep 2024
    Release notes

    Added

    Open source →
    Release notes

    Added

    • --exclude-testsuite option #273, thanks @raffaelecarelle
    • --test-suffix option #273, thanks @raffaelecarelle
    Open source →
  10. 2.3.4 07 Aug 2024
    Release notes
    • Fix PHPUnit 11.3 compat #260, thanks @kubawerlos
    • Reduce package footprint by updating .gitattributes #261, thanks @kubawerlos
    Open source →
  11. 2.3.3 06 Jun 2024
    Release notes
    • Avoid generating a warning when writing test logs #250
    Open source →
  12. 2.3.2 29 Apr 2024
    Release notes
    • Add PHPUnit version info #213
    • Deduplicate correctly the test files recap at the end of the execution #241
    Open source →
  13. 2.3.1 06 Feb 2024
    Release notes
    • Fix support for PHPUnit 11, due to dependency conflicts #230
    Open source →
  14. 2.3.0 02 Feb 2024
    Release notes
    • Add support for PHPUnit 11 #225
    • Bump PHPUnit requirement to a minimum of 10.5.4 #227
    Open source →
  15. 2.2.3 30 Nov 2023
    Release notes
    • Add support for Symfony 7 #2220
    Open source →
  16. 2.2.2 06 Oct 2023
    Release notes
    • Add support for PHPUnit 10.4 #218
    Open source →
  17. 2.2.1 30 Aug 2023
    Release notes
    • Add output when failing due to PHPUnit runner errors (i.e. with an empty data provider) #217
    Open source →
  18. 2.2.0 08 Jun 2023
    Release notes
    Open source →
  19. 2.1.0 03 May 2023
    Release notes
    • Add --sort=random option to execute test classes in random order
    Open source →
  20. 2.0.1 28 Apr 2023

    Nothing published for this version

  21. 2.0.0 06 Mar 2023
    Release notes

    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
    Open source →
  22. 1.3.1 03 Oct 2024
    Release notes
    • Avoid passing --testsuite option to PHPUnit when running with chunks #276
    Open source →
    Release notes
    • Avoid passing --testsuite option to PHPUnit when running with chunks #276
    Open source →
  23. 1.3.0 15 Jun 2022
    Release notes

    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
    Open source →
  24. 1.2.1 25 Mar 2021
    Release notes

    Added

    • Allow jean85/pretty-package-versions v2 90f84b5
    Open source →
  25. 1.2.0 15 Sep 2020
    Release notes

    Added

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

    Removed

    • Drop support for PHPUnit < 9.3 #153
    Open source →
  26. 1.1.1 06 May 2020
    Release notes

    Added

    • Add support for deadlock detection on PostgreSQL #152, thanks @elernonelma
    Open source →
  27. 1.1.0 03 Apr 2020
    Release notes

    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
    Open source →
  28. 1.0.1 23 Mar 2020
    Release notes

    Fixed

    • Fix handling of PHPUnit --stderr option #144, thanks @pczerkas
    • Fix small issue in checking coverage data syntax 8f70c
    Open source →
  29. 1.0.0 11 Mar 2020
    Release notes

    First stable release. The following changes are in comparison to the previous, unstable release (0.12.3), split into the beta releases that were tagged in the meantime.

    Removed

    • PHAR release (it's not working)
    Open source →
  30. 1.0.0-beta2 26 Feb 2020 pre-release
    Release notes

    Added

    • Add support for PHP 7.4
    • Add support for Symfony 5
    • Add support for ext-pcov as a coverage driver #146

    Changed

    • Update PHPStan to 0.12 #145
    • Prefer Pcov or Xdebug over PHPDBG as coverage driver #146
    Open source →
  31. 1.0.0-beta1 08 Apr 2019 pre-release
    Release notes

    Breaking changes

    • Drop support for older packages: #134
      • phpunit/phpunit 6
      • phpunit/php-code-coverage < 6
      • All Symfony components < 3.4
    • Scalar and return types added everywhere possible

    Added

    • Add support for phpunit/phpunit 8 and phpunit/php-code-coverage 7 #133
    • Add explicit requirement for ext-dom and ext-json #134

    Fixed

    • Do not set values on PHPUnit options that do not expect values #127, thanks @fullbl

    Changed

    • Update PHPStan to 0.11 #128
    • Update coding standard to 0.3 #131
    • Disable Scrutinizer #132
    Open source →
  32. 0.12.3 01 Jun 2018

    Nothing published for this version

  33. 0.12.2 18 May 2018

    Nothing published for this version

  34. 0.12.1 05 Apr 2018

    Nothing published for this version

  35. 0.10.1 19 Oct 2017

    Nothing published for this version

  36. 0.9.2 06 Jul 2017

    Nothing published for this version

  37. 0.9.1 06 Jul 2017

    Nothing published for this version

  38. 0.8.3 06 Jul 2017

    Nothing published for this version

  39. 0.8.2 26 Jan 2017

    Nothing published for this version

  40. 0.8.1 25 Jan 2017

    Nothing published for this version

  41. 0.7.4 11 Jan 2017

    Nothing published for this version

  42. 0.7.3 30 Dec 2016

    Nothing published for this version

  43. 0.7.2 28 Dec 2016

    Nothing published for this version

  44. 0.7.1 28 Dec 2016

    Nothing published for this version

  45. 0.6.2 24 Oct 2016

    Nothing published for this version

  46. 0.6.1 10 Jun 2016

    Nothing published for this version

  47. 0.4.4 15 Nov 2015

    Nothing published for this version

  48. 0.4.3 04 Nov 2015

    Nothing published for this version

  49. 0.4.2 19 Oct 2015

    Nothing published for this version

  50. 0.4.1 23 Sep 2015

    Nothing published for this version

  51. 0.9 05 Jul 2017

    Nothing published for this version

  52. 0.8-BETA5 24 Jan 2017

    Nothing published for this version

  53. 0.8-BETA4 24 Jan 2017

    Nothing published for this version

  54. 0.8-BETA3 24 Jan 2017

    Nothing published for this version

  55. 0.8-BETA2 24 Jan 2017

    Nothing published for this version

  56. 0.8-BETA1 24 Jan 2017

    Nothing published for this version

  57. 0.8 24 Jan 2017

    Nothing published for this version

  58. 0.7 12 Dec 2016

    Nothing published for this version

  59. 0.6 20 Mar 2016

    Nothing published for this version

  60. 0.5 08 Dec 2015

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive