Closed dependabot-preview[bot] closed 5 years ago
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
⚠️ Dependabot is rebasing this PR ⚠️
If you make any changes to it yourself then they will take precedence over the rebase.
Bumps phake/phake from 1.0.8 to 3.1.3.
Release notes
*Sourced from [phake/phake's releases](https://github.com/mlively/Phake/releases).* > ## Patch > Fixed instances of Phake being used in projects where both old and new versions of PHPUnit classes existed. Defaults to use the newer version. > > ## Allow use of Comparator version 3 and PHPUnit 7.2 > No functional changes other than adding ability to use PHPUnit 7.2 and updated to Comparator 3.0. > > ## v3.1.1 > ## Fixes > * [#253](https://github-redirect.dependabot.com/mlively/Phake/issues/253) - Use the global Comparator factory. > * [#261](https://github-redirect.dependabot.com/mlively/Phake/issues/261) - Documentation fix > > ## v3.1.0 > Additional support for PHPUnit 7 > > ## Fixes > [#226](https://github-redirect.dependabot.com/mlively/Phake/issues/226) - Use `self` type as return type > [#258](https://github-redirect.dependabot.com/mlively/Phake/issues/258) - Typo > [#263](https://github-redirect.dependabot.com/mlively/Phake/issues/263), [#265](https://github-redirect.dependabot.com/mlively/Phake/issues/265) - Add support for PHPUnit 7 > > ## v3.0.1 > Additional support for php 7.1 > > ## Fixes > [#250](https://github-redirect.dependabot.com/mlively/Phake/issues/250), [#251](https://github-redirect.dependabot.com/mlively/Phake/issues/251) - Allow mocking classes with nullable parameters (thanks [**nijm**](https://github.com/nijm)) > > ## v3.0.0 > This release provides support for php 7.1 functionality as well as support for PHPUnit 6. All support for PHP 5 and PHPUnit 5 are officially removed. > > ## Fixes > [#235](https://github-redirect.dependabot.com/mlively/Phake/issues/235), [#236](https://github-redirect.dependabot.com/mlively/Phake/issues/236) - PHPUnit 6 compatibility enabled > [#237](https://github-redirect.dependabot.com/mlively/Phake/issues/237) - Fatal error when mocking a final class > [#239](https://github-redirect.dependabot.com/mlively/Phake/issues/239), [#248](https://github-redirect.dependabot.com/mlively/Phake/issues/248) - thenDoNothing() missing on Phake_Proxies_AnswerCollectionProxy > [#242](https://github-redirect.dependabot.com/mlively/Phake/issues/242), [#243](https://github-redirect.dependabot.com/mlively/Phake/issues/243), [#247](https://github-redirect.dependabot.com/mlively/Phake/issues/247) - Allow nullable scalar type support > > > ## 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 > ... (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 thingsCommits
- [`5208167`](https://github.com/mlively/Phake/commit/5208167c10f3c0b8e87066d6d5b41e6b754bd4d4) Merge pull request [#269](https://github-redirect.dependabot.com/mlively/Phake/issues/269) from mlively/fix-client-version-order - [`3a2da6d`](https://github.com/mlively/Phake/commit/3a2da6d422ee30825ac9c70eb11c1c3d2c00012f) Check newer PHPUnit versions first - [`931f6f2`](https://github.com/mlively/Phake/commit/931f6f24cd12ec800f16bb791624ad6973998fae) Merge pull request [#268](https://github-redirect.dependabot.com/mlively/Phake/issues/268) from mlively/support-comparator-3 - [`495ccc2`](https://github.com/mlively/Phake/commit/495ccc204b1a6591bde7c442de1ce28fe7224906) Attempt to exclude PHP 7 and PHPUnit 7.2 - [`44d018a`](https://github.com/mlively/Phake/commit/44d018a004da9dd64fb5d40eb4b7d1bbbce0477a) Add support for PHPUnit 7.2 and Comparator 3 - [`533f5d2`](https://github.com/mlively/Phake/commit/533f5d2a28a494dc7edbb90c229771b58f8e701f) Merge pull request [#261](https://github-redirect.dependabot.com/mlively/Phake/issues/261) from gfabrizi/patch-1 - [`f3e7b99`](https://github.com/mlively/Phake/commit/f3e7b995f286aa163a65ab15308f38fa7d889d0c) Merge pull request [#253](https://github-redirect.dependabot.com/mlively/Phake/issues/253) from willemstuursma/factory - [`1bc6062`](https://github.com/mlively/Phake/commit/1bc6062c64727c0f5ab43a96b0ee358244ba3e7c) Merge pull request [#265](https://github-redirect.dependabot.com/mlively/Phake/issues/265) from lsklyut/master - [`9556415`](https://github.com/mlively/Phake/commit/95564158dbc69872599fafcba76f509e28334433) fix phpunit 7 test for pull request [#263](https://github-redirect.dependabot.com/mlively/Phake/issues/263) - [`cf0e741`](https://github.com/mlively/Phake/commit/cf0e741c201742c7520fdced18d070767d5f4f66) Upgrade Phake to PHPUnit7 - Additional commits viewable in [compare view](https://github.com/mlively/Phake/compare/v1.0.8...v3.1.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
.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.