automated-survey-laravel
automated-survey-laravel copied to clipboard
Bump mockery/mockery from 0.9.5 to 0.9.11
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)
shouldIgnoreMissingwill respect globalallowMockingNonExistentMethodsconfig- Some support for variadic parameters
- Hamcrest is now a required dependency
- Instance mocks now respect
shouldIgnoreMissingcall on control instance- This will be the last version to support PHP 5.3
- Added
Mockery\Adapter\Phpunit\MockeryPHPUnitIntegrationtrait- Added
makePartialtoMockery\MockInterfaceas it was missing0.9.3 (2014-12-22)
- Added a basic spy implementation
- Added
Mockery\Adapter\Phpunit\MockeryTestCasefor more reliable PHPUnit integration0.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)withMockery\MockInterface::shouldAllowMockingMethod($methodName)- Added andReturnSelf method:
$mock->shouldReceive("foo")->andReturnSelf()shouldIgnoreMissingnow 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
be9bf28Adds note to changelog9c2cdd1Merge pull request #945 from afilina/patch-18eb3340Merge pull request #944 from afilina/0.9e0d29bfUpdate README.mdfc5af8aRetroactively apply new styleci rules.a3cc57fSet property values on all related mocks4876fc0Merge pull request #928 from dmitry-ivanov/0.91db6a6dFixed test for an old version of phpunit.1f66b21Fixed the params passing in the helpers for an old syntax.e719132GlobalHelpersTest added.- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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)
Finally, you can contact us by mentioning @dependabot.