Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Bump mockery/mockery from 0.9.5 to 0.9.11#2

Open
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/mockery/mockery-0.9.11
Open

Bump mockery/mockery from 0.9.5 to 0.9.11#2
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/mockery/mockery-0.9.11

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview bot commented Jan 29, 2020

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps mockery/mockery from 0.9.5 to 0.9.11.

Release notes

Sourced from mockery/mockery's releases.

0.9.11

  • Set property values on all related mocks #944

0.9.10

No release notes provided.

0.9.9

No release notes provided.

0.9.8

No release notes provided.

0.9.7

No release notes provided.

0.9.6

No release notes provided.

Changelog

Sourced from mockery/mockery's changelog.

0.9.11 (2019-02-12)

  • Set property values on all related mocks #944

0.9.4 (2015-04-02)

  • shouldIgnoreMissing will respect global allowMockingNonExistentMethods config
  • Some support for variadic parameters
  • Hamcrest is now a required dependency
  • Instance mocks now respect shouldIgnoreMissing call on control instance
  • This will be the last version to support PHP 5.3
  • Added Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration trait
  • Added makePartial to Mockery\MockInterface as it was missing

0.9.3 (2014-12-22)

  • Added a basic spy implementation
  • Added Mockery\Adapter\Phpunit\MockeryTestCase for more reliable PHPUnit integration

0.9.2 (2014-09-03)

  • Some workarounds for the serilisation problems created by changes to PHP in 5.5.13, 5.4.29, 5.6.
  • Demeter chains attempt to reuse doubles as they see fit, so for foo->bar and foo->baz, we'll attempt to use the same foo

0.9.1 (2014-05-02)

  • Allow specifying consecutive exceptions to be thrown with andThrowExceptions
  • Allow specifying methods which can be mocked when using Mockery\Configuration::allowMockingNonExistentMethods(false) with Mockery\MockInterface::shouldAllowMockingMethod($methodName)
  • Added andReturnSelf method: $mock->shouldReceive("foo")->andReturnSelf()
  • shouldIgnoreMissing now takes an optional value that will be return instead of null, e.g. $mock->shouldIgnoreMissing($mock)

0.9.0 (2014-02-05)

  • Allow mocking classes with final __wakeup() method
  • Quick definitions are now always byDefault
  • Allow mocking of protected methods with shouldAllowMockingProtectedMethods
  • Support official Hamcrest package
  • Generator completely rewritten
  • Easily create named mocks with namedMock
Commits
  • be9bf28 Adds note to changelog
  • 9c2cdd1 Merge pull request #945 from afilina/patch-1
  • 8eb3340 Merge pull request #944 from afilina/0.9
  • e0d29bf Update README.md
  • fc5af8a Retroactively apply new styleci rules.
  • a3cc57f Set property values on all related mocks
  • 4876fc0 Merge pull request #928 from dmitry-ivanov/0.9
  • 1db6a6d Fixed test for an old version of phpunit.
  • 1f66b21 Fixed the params passing in the helpers for an old syntax.
  • e719132 GlobalHelpersTest added.
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants