overtrue / easy-sms

📲 一款满足你的多种发送需求的短信发送组件
MIT License
3.13k stars 543 forks source link

Update mockery/mockery requirement from 1.2.2 to 1.2.3 #212

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on mockery/mockery to permit the latest version.

Release notes *Sourced from [mockery/mockery's releases](https://github.com/mockery/mockery/releases).* > ## 1.2.3 > * Allow mocking classes that have allows and expects methods ([#868](https://github-redirect.dependabot.com/mockery/mockery/issues/868)) > * Allow passing thru __call method in all mock types (experimental) ([#969](https://github-redirect.dependabot.com/mockery/mockery/issues/969)) > * Add support for `!` to blacklist methods ([#959](https://github-redirect.dependabot.com/mockery/mockery/issues/959)) > * Added `withSomeOfArgs` to partial match a list of args ([#967](https://github-redirect.dependabot.com/mockery/mockery/issues/967)) > * Fix chained demeter calls with type hint ([#956](https://github-redirect.dependabot.com/mockery/mockery/issues/956))
Changelog *Sourced from [mockery/mockery's changelog](https://github.com/mockery/mockery/blob/master/CHANGELOG.md).* > ## 1.2.3 (2019-08-07) > > * Allow mocking classes that have allows and expects methods ([#868](https://github-redirect.dependabot.com/mockery/mockery/issues/868)) > * Allow passing thru __call method in all mock types (experimental) ([#969](https://github-redirect.dependabot.com/mockery/mockery/issues/969)) > * Add support for `!` to blacklist methods ([#959](https://github-redirect.dependabot.com/mockery/mockery/issues/959)) > * Added `withSomeOfArgs` to partial match a list of args ([#967](https://github-redirect.dependabot.com/mockery/mockery/issues/967)) > * Fix chained demeter calls with type hint ([#956](https://github-redirect.dependabot.com/mockery/mockery/issues/956)) > > ## 1.2.2 (2019-02-13) > > * Fix a BC breaking change for PHP 5.6/PHPUnit 5.7.27 ([#947](https://github-redirect.dependabot.com/mockery/mockery/issues/947)) > > ## 1.2.1 (2019-02-07) > > * Support for PHPUnit 8 ([#942](https://github-redirect.dependabot.com/mockery/mockery/issues/942)) > * Allow mocking static methods called on instance ([#938](https://github-redirect.dependabot.com/mockery/mockery/issues/938)) > > ## 1.2.0 (2018-10-02) > > * Starts counting default expectations towards count ([#910](https://github-redirect.dependabot.com/mockery/mockery/issues/910)) > * Adds workaround for some HHVM return types ([#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909)) > * Adds PhpStorm metadata support for autocomplete etc ([#904](https://github-redirect.dependabot.com/mockery/mockery/issues/904)) > * Further attempts to support multiple PHPUnit versions ([#903](https://github-redirect.dependabot.com/mockery/mockery/issues/903)) > * Allows setting constructor expectations on instance mocks ([#900](https://github-redirect.dependabot.com/mockery/mockery/issues/900)) > * Adds workaround for HHVM memoization decorator ([#893](https://github-redirect.dependabot.com/mockery/mockery/issues/893)) > * Adds experimental support for callable spys ([#712](https://github-redirect.dependabot.com/mockery/mockery/issues/712)) > > ## 1.1.0 (2018-05-08) > > * Allows use of string method names in allows and expects ([#794](https://github-redirect.dependabot.com/mockery/mockery/issues/794)) > * Finalises allows and expects syntax in API ([#799](https://github-redirect.dependabot.com/mockery/mockery/issues/799)) > * Search for handlers in a case instensitive way ([#801](https://github-redirect.dependabot.com/mockery/mockery/issues/801)) > * Deprecate allowMockingMethodsUnnecessarily ([#808](https://github-redirect.dependabot.com/mockery/mockery/issues/808)) > * Fix risky tests ([#769](https://github-redirect.dependabot.com/mockery/mockery/issues/769)) > * Fix namespace in TestListener ([#812](https://github-redirect.dependabot.com/mockery/mockery/issues/812)) > * Fixed conflicting mock names ([#813](https://github-redirect.dependabot.com/mockery/mockery/issues/813)) > * Clean elses ([#819](https://github-redirect.dependabot.com/mockery/mockery/issues/819)) > * Updated protected method mocking exception message ([#826](https://github-redirect.dependabot.com/mockery/mockery/issues/826)) > * Map of constants to mock ([#829](https://github-redirect.dependabot.com/mockery/mockery/issues/829)) > * Simplify foreach with `in_array` function ([#830](https://github-redirect.dependabot.com/mockery/mockery/issues/830)) > * Typehinted return value on Expectation#verify. ([#832](https://github-redirect.dependabot.com/mockery/mockery/issues/832)) > * Fix shouldNotHaveReceived with HigherOrderMessage ([#842](https://github-redirect.dependabot.com/mockery/mockery/issues/842)) > * Deprecates shouldDeferMissing ([#839](https://github-redirect.dependabot.com/mockery/mockery/issues/839)) > * Adds support for return type hints in Demeter chains ([#848](https://github-redirect.dependabot.com/mockery/mockery/issues/848)) > * Adds shouldNotReceive to composite expectation ([#847](https://github-redirect.dependabot.com/mockery/mockery/issues/847)) > * Fix internal error when using --static-backup ([#845](https://github-redirect.dependabot.com/mockery/mockery/issues/845)) > * Adds `andAnyOtherArgs` as an optional argument matcher ([#860](https://github-redirect.dependabot.com/mockery/mockery/issues/860)) > * Fixes namespace qualifying with namespaced named mocks ([#872](https://github-redirect.dependabot.com/mockery/mockery/issues/872)) > * Added possibility to add Constructor-Expections on hard dependencies, read: Mockery::mock('overload:...') ([#781](https://github-redirect.dependabot.com/mockery/mockery/issues/781)) > > ... (truncated)
Commits - [`4eff936`](https://github.com/mockery/mockery/commit/4eff936d83eb809bde2c57a3cea0ee9643769031) Update changelog - [`ffe255a`](https://github.com/mockery/mockery/commit/ffe255a19a1862d3a601ba74925d4f3c15896dfa) Merge pull request [#988](https://github-redirect.dependabot.com/mockery/mockery/issues/988) from smoench/bugfix/__isset - [`ca95dd3`](https://github.com/mockery/mockery/commit/ca95dd372ba0fbef0fb51b9e5445339ae6b092e4) Bugfix: __isset call - [`44a439c`](https://github.com/mockery/mockery/commit/44a439cc5b0b0bd8a94c9a67dc8801f6cfc9b5b0) Merge pull request [#976](https://github-redirect.dependabot.com/mockery/mockery/issues/976) from tflori/call-magic - [`e5c41c3`](https://github.com/mockery/mockery/commit/e5c41c3a3f733464ee8bf351a578002178e05b25) Merge pull request [#980](https://github-redirect.dependabot.com/mockery/mockery/issues/980) from smoench/fix-compatibility-with-php74 - [`cbf0b95`](https://github.com/mockery/mockery/commit/cbf0b95f013f311b262807848e4ed211210b7338) fix compatibility with PHP 7.4 - [`d312270`](https://github.com/mockery/mockery/commit/d3122707da0f9272095fcbfc769929bd0c5fa4a2) update changelog - [`39e4164`](https://github.com/mockery/mockery/commit/39e41648b694110553b206229e9c0d55573c44cb) allow passing thru __call in all mock types - [`d0e6b4d`](https://github.com/mockery/mockery/commit/d0e6b4d3d8deba978e4c5fa0846562ed416325cf) Merge pull request [#967](https://github-redirect.dependabot.com/mockery/mockery/issues/967) from yutod/master - [`b87bcc3`](https://github.com/mockery/mockery/commit/b87bcc3589f6d2a04cecab8fe41cd827e89b1c43) Merge pull request [#1](https://github-redirect.dependabot.com/mockery/mockery/issues/1) from yutod/feature/withSomeOfArgs-doc - Additional commits viewable in [compare view](https://github.com/mockery/mockery/compare/1.2.2...1.2.3)


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 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 ignore this ['minor'|'major'] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the specific version in this PR you can just close it - `@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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.