Skip to content

Releases: pestphp/pest

v2.6.3

08 Jun 04:54
Compare
Choose a tag to compare

Full Changelog: v2.6.2...v2.6.3

v2.6.2

08 Jun 04:53
Compare
Choose a tag to compare

Full Changelog: v2.6.1...v2.6.2

v2.6.1

12 May 08:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.6.1

v2.6.0

12 May 08:18
Compare
Choose a tag to compare

What's Changed

  • [2.x] allow to expect toThrow against an exception instance by @fabio-ivona in #797

Full Changelog: v2.5.3...v2.6.0

v2.5.0

14 Apr 11:35
Compare
Choose a tag to compare

Chore

  • Bumps PHPUnit to ^10.1.0 (#780)

v2.4.0

02 Apr 20:14
Compare
Choose a tag to compare

Added

  • skipOnWindows(), skipOnMac(), and skipOnLinux() (#757)
  • source architecture testing violation (#1)(8e66263)
  • toHaveProperties may now also check values (#760)

Fixed

  • Tests on tests/Helpers directory not being executed (#753)
  • Teamcity count (#747)
  • Parallel executation when class extends class with same name (#748)
  • Wording on uses() hint (#745)

v2.3.0

28 Mar 09:17
Compare
Choose a tag to compare

Added

  • Better error handler about missing uses (#743)

Fixed

  • Inconsistent spelling of dataset (#739)

Chore

  • Bumps PHPUnit to ^10.0.19 (3d7e621)

v2.2.3

24 Mar 11:29
Compare
Choose a tag to compare

Fixed

  • Unnecessary dataset on dataset arguments missmatch (#736)
  • Parallel arguments on plugins order (#703)
  • Arch plugin runtime exceptions on bad phpdocs (2f2b51c)

v2.2.2

23 Mar 21:52
Compare
Choose a tag to compare

Fixed

  • Edge case in parallel executation test description (3ce6408)

v2.2.1

23 Mar 21:52
Compare
Choose a tag to compare

Fixed

  • Collision between tests names with underscores (#724)