Skip to content

Bump mockery/mockery from 1.4.0 to 1.4.1

Wesley Klop requested to merge dependabot/composer/mockery/mockery-1.4.1 into master

Created by: dependabot[bot]

Bumps mockery/mockery from 1.4.0 to 1.4.1.

Release notes

Sourced from mockery/mockery's releases.

1.4.1

  • Allow quick definitions to use 'at least once' expectation \Mockery::getConfiguration()->getQuickDefinitions()->shouldBeCalledAtLeastOnce(true) (#1056)
  • Added provisional support for PHP 8.0 (#1068, #1072,#1079)
  • Fix mocking methods with iterable return type without specifying a return value (#1075)
Changelog

Sourced from mockery/mockery's changelog.

1.4.1 (2020-07-09)

  • Allow quick definitions to use 'at least once' expectation \Mockery::getConfiguration()->getQuickDefinitions()->shouldBeCalledAtLeastOnce(true) (#1056)
  • Added provisional support for PHP 8.0 (#1068, #1072,#1079)
  • Fix mocking methods with iterable return type without specifying a return value (#1075)
Commits
  • 1404386 Merge pull request #1082 from GrahamCampbell/release
  • 4c5e25e Merge branch '1.3' into release
  • 9b6f117 Merge pull request #1081 from GrahamCampbell/patch-2
  • 5199372 Merge pull request #1079 from GrahamCampbell/patch-1
  • 78be5ef Release 1.3.2
  • 30c4ce7 Bumped minimum hamcrest/hamcrest-php version
  • c17c946 Merge pull request #1077 from GrahamCampbell/merge-again
  • e07dfdf Corrected test name
  • 5417ec8 Merge branch '1.3' into merge-again
  • f3626ba Merge pull request #1075 from GrahamCampbell/patch-1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports