Skip to content

Bump mockery/mockery from 1.2.3 to 1.3.1

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

Bumps mockery/mockery from 1.2.3 to 1.3.1.

Release notes

Sourced from mockery/mockery's releases.

1.3.1

  • Revert improved exception debugging due to BC breaks (#1032)

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.1 (2019-12-26)

  • Revert improved exception debugging due to BC breaks (#1032)

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
  • f69bbde Merge pull request #1032 from robertbasic/revert-exception-debugging
  • 580b98c Add changelog
  • 12c5d77 Revert "Improve exception debugging"
  • c216606 Merge pull request #1027 from dciancu/master
  • 84ee046 Merge pull request #1028 from GrahamCampbell/patch-1
  • 0c865d3 Fixed branch alias
  • 4f5f771 Add back getActualArguments() to NoMatchingExpectationException
  • 5571962 Prepare changelog for 1.3 release
  • 6f3f2bb Adds note about #1020 to changelog
  • 5963050 Merge pull request #1020 from jasonmccreary/capture
  • Additional commits viewable in compare view

Merge request reports