Skip to content

Releases: paratestphp/paratest

Version 6.4.2

18 Feb 10:37
c6c9678
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.4.1...v6.4.2

Version 6.4.1

02 Dec 09:12
c32a5c4
Compare
Choose a tag to compare

What's Changed

  • Log file is empty: always output process outputs by @Slamdunk in #646

Full Changelog: v6.4.0...v6.4.1

Version 6.4.0

30 Nov 16:26
9bd410d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.3.3...v6.4.0

Version 6.3.3

19 Nov 07:50
a448f45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.3.2...v6.3.3

Version 6.3.2

03 Nov 10:28
5843dce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.3.1...v6.3.2

Version 6.3.1

10 Aug 08:05
3d81e35
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Using the default group has no effect - zero tests executed #622
  • Ungrouped tests should have default group assigned #623 (Slamdunk)

Version 6.3.0

27 Apr 09:39
268d5b2
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Version 6.2.0

29 Jan 16:48
9a94366
Compare
Choose a tag to compare

Full Changelog

Enhancement:

Version 6.1.2

15 Dec 11:50
235db99
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • sh: exec: line 1: /usr/local/bin/phpdbg -qrr: not found #571
  • Fix executable args for phpdbg #572 (Arthur-Sk)

Closed issues:

  • [Question] Database issues and OpenApi ActionTests #538

Version 6.1.1

07 Dec 09:36
01c32dd
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • PHPUnit 9 with empty data provider leads to SkippedTestError #565
  • Output skipped details on verbose output #570 (Slamdunk)

Merged pull requests:

  • readme: mention caveat of sharing constants between test classes #569 (mfn)