Skip to content

Releases: angelov/phpunit-php-vcr

v1.2

28 Aug 09:22
1211cca
Compare
Choose a tag to compare

What's Changed

  • Fix ReflectionMethod::__construct() deprecations by @nicodemuz in #7
  • Build with PHP 8.4 by @angelov in #8
  • feat: Add support for separate cassettes per DataProvider cases by @cb-vova in #10

New Contributors

Full Changelog: v1.1.2...v1.2

v1.1.2

07 Mar 18:39
b239035
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

22 May 16:02
07a80f9
Compare
Choose a tag to compare

What's Changed

  • fix: Arguments order fix when parsing array parameters by @daycry in #1

New Contributors

  • @daycry made their first contribution in #1

Full Changelog: v1.1...v1.1.1

v1.1

11 Feb 17:25
Compare
Choose a tag to compare
  • Added support for PHPUnit 11
  • Dropped support for PHP 8.1

v1.0

13 Mar 17:28
Compare
Choose a tag to compare
Add test for case when attribute declared both on class and method