Skip to content

Releases: paratestphp/paratest

Version 5.0.2

25 Aug 09:16
Compare
Choose a tag to compare

Fix PHAR build for release assets (2nd try)

Version 5.0.1

25 Aug 09:12
Compare
Choose a tag to compare

Fix PHAR build for release assets

Version 5.0.0

25 Aug 09:05
0362a88
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Allow setting custom temp directory #428
  • Use PHPUnit listeners #286
  • No info on failing / risky tests #282
  • Generic exceptions do not help #158

Fixed bugs:

  • --stop-on-failure does not work with WrapperRunner #262
  • PHPUnit warnings and risky tests are ignored #235
  • CI: test compiled PHAR against a known passing suite #519 (Slamdunk)
  • Print footer consistent with PHPUnit #517 (Slamdunk)
  • Enable coverage from XML configuration file #514 (Slamdunk)
  • Support --stop-on-failure on WrapperRunner and SqliteRunner too #512 (Slamdunk)
  • Use native PHPUnit configuration loader #498 (Slamdunk)
  • Prove #68 is fixed #495 (Slamdunk)
  • Escape PHP_BINARY as well #486 (Slamdunk)

Closed issues:

  • Support for PHPUnit 9.3 #503
  • Adopt strictier version policy and stick with latest PHPUnit version only #450
  • Ignored logging section in phpunit.xml file #442
  • Not handled configuration file #434
  • Code coverage merge doesn't seem to take @Covers into account #400
  • Error passing coverage-text with --runner SqliteRunner #356
  • Coverage does not report error for missing whitelist #346
  • Coverage reports are different from PHPUnit #344
  • Excluded groups still appear to be run by default in paratest (different from PHPUnit behavior) #314
  • Could not run it on windows. Log file C:...\PT_61A9.tmp is empty. #306
  • Classes are not autoloaded when running tests #280
  • Support for logging section in phpunit.xml #72

Merged pull requests:

Version 4.2.0

10 Aug 08:08
88e4d87
Compare
Choose a tag to compare

Allow PHPUnit 9.3

Version 4.2.0-beta.1

10 Aug 07:57
88e4d87
Compare
Choose a tag to compare
Version 4.2.0-beta.1 Pre-release
Pre-release
Allow PHPUnit 9.3 (#504)

* Allow PHPUnit 9.3

* Suggest warming coverage cache

Version 4.1.1-alpha.2

28 Jul 07:18
ce9268f
Compare
Choose a tag to compare
Version 4.1.1-alpha.2 Pre-release
Pre-release

Test-2 Github Actions PHAR on TAG

Version 4.1.1-alpha.1

28 Jul 07:33
ce9268f
Compare
Choose a tag to compare
Version 4.1.1-alpha.1 Pre-release
Pre-release

Test-1 Github Actions PHAR on TAG

Version 4.1.0

14 Jul 09:33
040785f
Compare
Choose a tag to compare

Special Thanks

Special thanks to @TysonAndre and @Slamdunk for their continuous and important PRs and help maintaining this piece of software.

Improvements / Fixes

Version 4.0.0

07 Feb 22:10
2a06a82
Compare
Choose a tag to compare

BC Breaks

  • Multiple test case classes in a single source code file are NOT supported anymore.
    Please use only one test case class per source code file in the future.
    (PHPUnit 9 removed this support.)

Improvements

Version 3.1.2

16 Jan 13:14
be62103
Compare
Choose a tag to compare

Improvements