Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Update dependency mockery/mockery to v1.5.0 #61

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2020

Mend Renovate

This PR contains the following updates:

Package Type Update Change
mockery/mockery require-dev minor 1.3.1 -> 1.5.0

Release Notes

mockery/mockery

v1.5.0

Compare Source

  • Override default call count expectations via expects() #​1146
  • Mock methods with static return types #​1157
  • Mock methods with mixed return type #​1156
  • Mock classes with new in initializers on PHP 8.1 #​1160
  • Removes redundant PHPUnitConstraint #​1158

v1.4.4

Compare Source

  • Fixes auto-generated return values #​1144
  • Adds support for tentative types #​1130
  • Fixes for PHP 8.1 Support (#​1130 and #​1140)
  • Add method that allows defining a set of arguments the mock should yield #​1133
  • Added option to configure default matchers for objects \Mockery::getConfiguration()->setDefaultMatcher($class, $matcherClass) #​1120

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.5

Compare Source

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 1262e60 to 9afd5b0 Compare July 10, 2020 19:51
@renovate renovate bot changed the title Update dependency mockery/mockery to v1.4.0 Update dependency mockery/mockery to v1.4.1 Jul 10, 2020
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 9afd5b0 to 05253ab Compare August 22, 2020 11:59
@renovate renovate bot changed the title Update dependency mockery/mockery to v1.4.1 Update dependency mockery/mockery to v1.4.2 Aug 22, 2020
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 05253ab to 1c92458 Compare April 26, 2021 18:01
@renovate renovate bot changed the title Update dependency mockery/mockery to v1.4.2 Update dependency mockery/mockery to v1.4.3 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 1c92458 to 08814dd Compare April 26, 2021 18:07
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 08814dd to db8abaa Compare May 10, 2021 19:27
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from db8abaa to c9fc574 Compare October 18, 2021 16:30
@renovate renovate bot changed the title Update dependency mockery/mockery to v1.4.3 Update dependency mockery/mockery to v1.4.4 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from c9fc574 to e14f5f5 Compare March 7, 2022 10:38
@renovate renovate bot changed the title Update dependency mockery/mockery to v1.4.4 Update dependency mockery/mockery to v1.5.0 Mar 7, 2022
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