Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency mockery/mockery to ^1.6.6 #308

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mockery/mockery ^1.4 -> ^1.6.6 age adoption passing confidence

Release Notes

mockery/mockery (mockery/mockery)

v1.6.6

Compare Source

v1.6.5

Compare Source

v1.6.4

Compare Source

v1.6.3

Compare Source

v1.6.2

Compare Source

v1.6.1

Compare Source

v1.5.1

Compare Source

  • [PHP 8.2] Various tests: explicitly declare properties #​1170
  • [PHP 8.2] Fix "Use of "parent" in callables is deprecated" notice #​1169
  • [PHP 8.1] Support intersection types #​1164
  • Handle final __toString methods #​1162
  • Only count assertions on expectations which can fail a test #​1180

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)

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, check this box

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

@github-actions github-actions bot temporarily deployed to pantheon-pr-308 October 25, 2023 14:11 Destroyed
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 685c4e8 to 4d88157 Compare October 25, 2023 14:19
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 4d88157 to 8c3bd14 Compare October 25, 2023 14:22
@github-actions github-actions bot temporarily deployed to pantheon-pr-308 October 25, 2023 14:28 Destroyed
@justafish justafish merged commit d133882 into main Oct 25, 2023
23 checks passed
@justafish justafish deleted the renovate/mockery-mockery-1.x branch October 25, 2023 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant