Skip to content

2.11.0

Latest

Choose a tag to compare

@Jean85 Jean85 released this 08 May 22:14
· 27 commits to 2.x since this release
2.11.0
8fc120b
  • 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