WyriHaximus / react-guzzle-http-client

Meta package for ReactPHP HttpClient adapters/handles for Guzzle 4, 5, and 6.
MIT License
10 stars 8 forks source link

Bump phake/phake from 1.0.8 to 2.3.2 #15

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps phake/phake from 1.0.8 to 2.3.2.

Release notes *Sourced from [phake/phake's releases](https://github.com/mlively/Phake/releases).* > ## v2.3.2 > ## Fixes > * [#230](https://github-redirect.dependabot.com/mlively/Phake/issues/230) - manage void return type (Thanks [**lboulay**](https://github.com/lboulay)) > > ## v2.3.1 > The "get off your butt and merge some PRs" / "Thanks for being patient with me" release > ## Fixes: > * [#219](https://github-redirect.dependabot.com/mlively/Phake/issues/219) - Fix Phake::resetStatic() post calls (Thanks [**shaikhul**](https://github.com/shaikhul)) > * [#222](https://github-redirect.dependabot.com/mlively/Phake/issues/222) - Keep cached version of matcher factory and comparator factory around (Thanks [**willemstuursma**](https://github.com/willemstuursma)) > * [#223](https://github-redirect.dependabot.com/mlively/Phake/issues/223) - Speed up method implementation. (Thanks [**timheilig**](https://github.com/timheilig)) > * [#228](https://github-redirect.dependabot.com/mlively/Phake/issues/228) - Fix "Mocking Static Methods" documentation example (Thanks [**oochelz**](https://github.com/oochelz)) > * [#232](https://github-redirect.dependabot.com/mlively/Phake/issues/232) - Make matchers work with PHPUnit 6 (Thanks [**hansdubois**](https://github.com/hansdubois)) > > ## v2.3.0 > ## New Features > - [#217](https://github-redirect.dependabot.com/mlively/Phake/issues/217) Added ability to mock "unsafe classes" - Fixes [#214](https://github-redirect.dependabot.com/mlively/Phake/issues/214) > - [#216](https://github-redirect.dependabot.com/mlively/Phake/issues/216) Provided a new answer to return self (Phaks::when($mock)->thenReturnSelf() - Addresses [#215](https://github-redirect.dependabot.com/mlively/Phake/issues/215) > > ## v2.2.1 > No release notes provided. > > ## v2.2.0 > ## What's New in 2.2.0 > > ### Bugfixes > > **#190 - Clean up method that creates mocks** > This allowed for getting rid of the error suppression operator which appeared to cause crashes in PHP 5.6.10 > > ### Changes > > **#205 - Performance improvement (thanks [**timheilig**](https://github.com/timheilig))** > > **#199 - Allow mocking multiple interfaces at once** > > **#198 - Full support for PHP7 scalar type hints and return types** > > **#196 - Support for mocking methods with variadic arguments** > > ## v2.1.1 > ## What's New in 2.1.1 > > ### Bugfixes > > **#190 - Clean up method that creates mocks** > This allowed for getting rid of the error suppression operator which appeared to cause crashes in PHP 5.6.10 > > ### Changes > > **Integrated with Code Climate** > ... (truncated)
Changelog *Sourced from [phake/phake's changelog](https://github.com/mlively/Phake/blob/master/CHANGELOG.markdown).* > ## What's New in 2.1.0 > > ### New Features > > **#158 - Allow direct calling of protected methods for mocks** > Allow for calling of private and protected methods on mocks using new Phake::makeVisible() and Phake::makeStaticsVisible() wrappers. This will allow for slightly easier testing of legacy code and abstracts. http://phake.readthedocs.org/en/2.1/mocks.html#calling-private-and-protected-methods-on-mocks > > ### Changes > > **#178 - Renamed thenGetReturnByLambda to thenReturnCallback** > The thenGetReturnByLambda just didn't quite sound right and was difficult to remember so we changed the name. While the original method will still work, a deprecation error will be emitted by the code when thenGetReturnByLambda is called with a message that you should use thenReturnCallback instead. The great news is that no other project in their right mind would ever use that method name, so a search and replace should be pretty reliable. > > **#144 - Improve Phake::verify error message** > When a method doesn't match you will now be given a more appropriate diff as to why. This should help make life a little easier when debugging failing tests. > > **Enhanced integration with Travis-CI** > We are now testing all the things! > > **Integrated with Scrutenizer** > We are also measuring all the things
Commits - [`d5832f1`](https://github.com/mlively/Phake/commit/d5832f1a0dd2370e14d38bcbaeb6770e8546cff2) Add support for void return type. Fixes [#230](https://github-redirect.dependabot.com/mlively/Phake/issues/230) - [`3a7da2e`](https://github.com/mlively/Phake/commit/3a7da2e467cda8536c952bbdca68678c5b231970) Merge pull request [#222](https://github-redirect.dependabot.com/mlively/Phake/issues/222) from willemstuursma/comparator-performance - [`c6fa7ce`](https://github.com/mlively/Phake/commit/c6fa7ce610f7ca6d868639082186493f3f8a4855) Merge pull request [#219](https://github-redirect.dependabot.com/mlively/Phake/issues/219) from shaikhul/fix-static-reset - [`d0efe71`](https://github.com/mlively/Phake/commit/d0efe715e5d46ab60fa64d76d3d0e999cadf7d9c) Merge pull request [#223](https://github-redirect.dependabot.com/mlively/Phake/issues/223) from timheilig/assoc_array_for_method_impl - [`648223e`](https://github.com/mlively/Phake/commit/648223e4579a027cf2d5d6b56f9c40edbafd6cb2) Merge pull request [#228](https://github-redirect.dependabot.com/mlively/Phake/issues/228) from oochelz/master - [`c019229`](https://github.com/mlively/Phake/commit/c0192296c9a5c03a9298d446e2c24f52219f8ee3) Merge pull request [#232](https://github-redirect.dependabot.com/mlively/Phake/issues/232) from hansdubois/master - [`cdf8719`](https://github.com/mlively/Phake/commit/cdf87192f402aacd27351d37e83a54b35f1b69cc) Make matchers work with PHPUnit 6 - [`c2a1091`](https://github.com/mlively/Phake/commit/c2a10914a1d23c5655c34bfb191491d89454b538) Fix doc using Phake::anyParameter() - [`14410e7`](https://github.com/mlively/Phake/commit/14410e758e63d3909b730d0c3c818155f3340fc3) Fix doc for an example using verifyStatic - [`e981fd9`](https://github.com/mlively/Phake/commit/e981fd9ef4598645fa46d05a270a553c8b4d78a6) Speed up method implementation. - Additional commits viewable in [compare view](https://github.com/mlively/Phake/compare/v1.0.8...v2.3.2)


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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|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 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](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.
WyriHaximus commented 5 years ago

@dependabot ignore this major version

dependabot-preview[bot] commented 5 years ago

OK, I won't notify you about version 2.x.x again, unless you re-open this PR or update to a 2.x.x release yourself.