Skip to content

Bump mockery/mockery from 1.2.3 to 1.3.0

Bobby Bouwmann requested to merge dependabot/composer/mockery/mockery-1.3.0 into master

Bumps mockery/mockery from 1.2.3 to 1.3.0.

Release notes

Sourced from mockery/mockery's releases.

1.3.0

  • Added capture Mockery::capture convenience matcher (#1020)
  • Added andReturnArg to echo back an argument passed to a an expectation (#992)
  • Improved exception debugging (#1000)
  • Fixed andSet to not reuse properties between mock objects (#1012)

1.2.4

Fix a bug introduced with previous release, for empty method definition lists (#1009)

Changelog

Sourced from mockery/mockery's changelog.

1.3.0 (2019-11-24)

  • Added capture Mockery::capture convenience matcher (#1020)
  • Added andReturnArg to echo back an argument passed to a an expectation (#992)
  • Improved exception debugging (#1000)
  • Fixed andSet to not reuse properties between mock objects (#1012)

1.2.4 (2019-09-30)

  • Fix a bug introduced with previous release, for empty method definition lists (#1009)
Commits

Merge request reports