Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Update dependency mockery/mockery to v1 #11

Open
wants to merge 1 commit into
base: laravel
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 26, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
mockery/mockery require-dev major 0.9.11 -> 1.4.3

Release Notes

mockery/mockery

v1.4.3

Compare Source

  • Fixes calls to fetchMock before initialisation #​1113
  • Allow shouldIgnoreMissing() to behave in a recursive fashion #​1097
  • Custom object formatters #​766 (Needs Docs)
  • Fix crash on a union type including null #​1106

v1.4.2

Compare Source

v1.4.1

Compare Source

  • 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)

v1.4.0

Compare Source

  • Fix mocking with anonymous classes (#​1039)
  • Fix andAnyOthers() to properly match earlier expectations (#​1051)
  • Drops support for PHP < 7.3 and PHPUnit < 8 (#​1059)

v1.3.4

Compare Source

  • Fixes calls to fetchMock before initialisation #​1113
  • Fix crash on a union type including null #​1106

v1.3.3

Compare Source

  • Fix array to string conversion in ConstantsPass (#​1086)
  • Fixed nullable PHP 8.0 union types (#​1088)
  • Fixed support for PHP 8.0 parent type (#​1088)
  • Fixed PHP 8.0 mixed type support (#​1088)
  • Fixed PHP 8.0 union return types (#​1088)

v1.3.2

Compare Source

  • Fix mocking with anonymous classes (#​1039)
  • Fix andAnyOthers() to properly match earlier expectations (#​1051)
  • Added provisional support for PHP 8.0 (#​1068, #​1072,#​1079)
  • Fix mocking methods with iterable return type without specifying a return value (#​1075)

v1.3.1

Compare Source

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

v1.3.0

Compare Source

  • 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)

v1.2.4

Compare Source

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

v1.2.3

Compare Source

  • Allow mocking classes that have allows and expects methods (#​868)
  • Allow passing thru __call method in all mock types (experimental) (#​969)
  • Add support for ! to blacklist methods (#​959)
  • Added withSomeOfArgs to partial match a list of args (#​967)
  • Fix chained demeter calls with type hint (#​956)

v1.2.2

Compare Source

  • Fix a BC breaking change for PHP 5.6/PHPUnit 5.7.27 (#​947)

v1.2.1

Compare Source

  • Support for PHPUnit 8 (#​942)
  • Allow mocking static methods called on instance (#​938)

v1.2.0

Compare Source

  • Starts counting default expectations towards count (#​910)
  • Adds workaround for some HHVM return types (#​909)
  • Adds PhpStorm metadata support for autocomplete etc (#​904)
  • Further attempts to support multiple PHPUnit versions (#​903)
  • Allows setting constructor expectations on instance mocks (#​900)
  • Adds workaround for HHVM memoization decorator (#​893)
  • Adds experimental support for callable spys (#​712)

v1.1.0

Compare Source

  • Allows use of string method names in allows and expects (#​794)
  • Finalises allows and expects syntax in API (#​799)
  • Search for handlers in a case instensitive way (#​801)
  • Deprecate allowMockingMethodsUnnecessarily (#​808)
  • Fix risky tests (#​769)
  • Fix namespace in TestListener (#​812)
  • Fixed conflicting mock names (#​813)
  • Clean elses (#​819)
  • Updated protected method mocking exception message (#​826)
  • Map of constants to mock (#​829)
  • Simplify foreach with in_array function (#​830)
  • Typehinted return value on Expectation#verify. (#​832)
  • Fix shouldNotHaveReceived with HigherOrderMessage (#​842)
  • Deprecates shouldDeferMissing (#​839)
  • Adds support for return type hints in Demeter chains (#​848)
  • Adds shouldNotReceive to composite expectation (#​847)
  • Fix internal error when using --static-backup (#​845)
  • Adds andAnyOtherArgs as an optional argument matcher (#​860)
  • Fixes namespace qualifying with namespaced named mocks (#​872)
  • Added possibility to add Constructor-Expections on hard dependencies, read: Mockery::mock('overload:...') (#​781)

v1.0

Compare Source

  • Allows use of string method names in allows and expects (#​794)
  • Finalises allows and expects syntax in API (#​799)
  • Search for handlers in a case instensitive way (#​801)
  • Deprecate allowMockingMethodsUnnecessarily (#​808)
  • Fix risky tests (#​769)
  • Fix namespace in TestListener (#​812)
  • Fixed conflicting mock names (#​813)
  • Clean elses (#​819)
  • Updated protected method mocking exception message (#​826)
  • Map of constants to mock (#​829)
  • Simplify foreach with in_array function (#​830)
  • Typehinted return value on Expectation#verify. (#​832)
  • Fix shouldNotHaveReceived with HigherOrderMessage (#​842)
  • Deprecates shouldDeferMissing (#​839)
  • Adds support for return type hints in Demeter chains (#​848)
  • Adds shouldNotReceive to composite expectation (#​847)
  • Fix internal error when using --static-backup (#​845)
  • Adds andAnyOtherArgs as an optional argument matcher (#​860)
  • Fixes namespace qualifying with namespaced named mocks (#​872)
  • Added possibility to add Constructor-Expections on hard dependencies, read: Mockery::mock('overload:...') (#​781)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from a8584e6 to 12823b0 Compare July 1, 2020 06:45
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1 Update dependency mockery/mockery to v1 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 12823b0 to db62edc Compare July 9, 2020 09:45
@renovate renovate bot changed the title Update dependency mockery/mockery to v1 chore(deps): update dependency mockery/mockery to v1 Jul 22, 2020
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from db62edc to 61fda92 Compare July 22, 2020 05:32
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1 Update dependency mockery/mockery to v1 Jul 23, 2020
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 61fda92 to 1ca2743 Compare August 11, 2020 18:43
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 1ca2743 to 55048e7 Compare April 26, 2021 16:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant