Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps phake/phake from 2.3.0 to 3.1.6.

Release notes

Sourced from phake/phake's releases.

Bug fix

Fixes #275

Performance and memory leak

Includes:
#271
#272

Annotations fix

Release to fix #273.

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 - Use the global Comparator factory.
  • #261 - Documentation fix

v3.1.0

Additional support for PHPUnit 7

Fixes

#226 - Use self type as return type
#258 - Typo
#263, #265 - Add support for PHPUnit 7

v3.0.1

Additional support for php 7.1

Fixes

#250, #251 - Allow mocking classes with nullable parameters (thanks @​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, #236 - PHPUnit 6 compatibility enabled
#237 - Fatal error when mocking a final class
#239, #248 - thenDoNothing() missing on Phake_Proxies_AnswerCollectionProxy
#242, #243, #247 - Allow nullable scalar type support

v2.3.2

Fixes

... (truncated)
Commits
  • 3848901 Merge pull request #276 from Syntaf/master
  • 2763fe9 Add additional condition on prepending NS to mocked class, write test
  • c7af57f Prepend test namespace for mocked classes defined under that namespace
  • 19e5d31 Merge pull request #272 from willemstuursma/random-bytes
  • a62094a Merge pull request #271 from DavidSchnepper/fix_memory_leak
  • 7ac8df0 Merge pull request #274 from bfeaver/fix-mock-annotations
  • 159ec3b Remove php 7.0 from CI and allow failures on phpunit 8.1
  • a1bc7c9 Include 7.2 and 7.3 and exclude incompatible tests
  • 1c5cdc8 Restrict Travis to phpunit versions available
  • 548635a Use ReflectionProperty to fix parent mock annotations
  • 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.

Dependabot will not automatically merge this PR because it includes an out-of-range update to a development dependency.


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 [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:

  • 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.

Bumps [phake/phake](https://github.com/mlively/Phake) from 2.3.0 to 3.1.6.
- [Release notes](https://github.com/mlively/Phake/releases)
- [Changelog](https://github.com/mlively/Phake/blob/master/CHANGELOG.markdown)
- [Commits](phake/phake@v2.3.0...v3.1.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 6, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #13.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phake/phake-3.1.6 branch December 9, 2019 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants