Changelog
*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.1.md).*
> # Changes in PHPUnit 8.1
>
> All notable changes of the PHPUnit 8.1 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
Commits
- [`c515316`](https://github.com/sebastianbergmann/phpunit/commit/c5153162ec8f31d632ad72eb99a7c3c1e69f87e9) Prepare release
- [`28ae8c3`](https://github.com/sebastianbergmann/phpunit/commit/28ae8c325d3a357a5de12d0a7d1bb72d4fbadb07) Fix
- [`8778421`](https://github.com/sebastianbergmann/phpunit/commit/8778421b2f18a83b3af84063acb3b38d000951c1) Update ChangeLog
- [`8e3d506`](https://github.com/sebastianbergmann/phpunit/commit/8e3d506690b0efdd7f677f5d07c662eb40bfd191) Do not leak Reflection exceptions
- [`691d437`](https://github.com/sebastianbergmann/phpunit/commit/691d437ee48b32b33d894654bbb224f0dd3c33db) Rename variable
- [`e4c6387`](https://github.com/sebastianbergmann/phpunit/commit/e4c638763da840ad582b9b88ea49ea5ecdb4e731) Fix exception messages
- [`20b0b21`](https://github.com/sebastianbergmann/phpunit/commit/20b0b2150b2890eb647be2418c62535c83bd2996) Warn of non-existent methods in createPartialMock
- [`5e04f91`](https://github.com/sebastianbergmann/phpunit/commit/5e04f91499ef6b83d86783831797b847f193398c) Only allow new mock methods to configure once
- [`d618fa3`](https://github.com/sebastianbergmann/phpunit/commit/d618fa3fda437421264dcfa1413a474f306f79c4) Add onlyMethods, addMethods + deprecate setMethods
- [`bbd09bb`](https://github.com/sebastianbergmann/phpunit/commit/bbd09bb83b596b801e52ee5c804e56c8d1ec0ff3) Add throws, change error message + add class name
- Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/8.1.6...8.3.0)
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 [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). To ignore the 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.
Bumps phpunit/phpunit from 8.1.6 to 8.3.0.
Changelog
*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.1.md).* > # Changes in PHPUnit 8.1 > > All notable changes of the PHPUnit 8.1 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.Commits
- [`c515316`](https://github.com/sebastianbergmann/phpunit/commit/c5153162ec8f31d632ad72eb99a7c3c1e69f87e9) Prepare release - [`28ae8c3`](https://github.com/sebastianbergmann/phpunit/commit/28ae8c325d3a357a5de12d0a7d1bb72d4fbadb07) Fix - [`8778421`](https://github.com/sebastianbergmann/phpunit/commit/8778421b2f18a83b3af84063acb3b38d000951c1) Update ChangeLog - [`8e3d506`](https://github.com/sebastianbergmann/phpunit/commit/8e3d506690b0efdd7f677f5d07c662eb40bfd191) Do not leak Reflection exceptions - [`691d437`](https://github.com/sebastianbergmann/phpunit/commit/691d437ee48b32b33d894654bbb224f0dd3c33db) Rename variable - [`e4c6387`](https://github.com/sebastianbergmann/phpunit/commit/e4c638763da840ad582b9b88ea49ea5ecdb4e731) Fix exception messages - [`20b0b21`](https://github.com/sebastianbergmann/phpunit/commit/20b0b2150b2890eb647be2418c62535c83bd2996) Warn of non-existent methods in createPartialMock - [`5e04f91`](https://github.com/sebastianbergmann/phpunit/commit/5e04f91499ef6b83d86783831797b847f193398c) Only allow new mock methods to configure once - [`d618fa3`](https://github.com/sebastianbergmann/phpunit/commit/d618fa3fda437421264dcfa1413a474f306f79c4) Add onlyMethods, addMethods + deprecate setMethods - [`bbd09bb`](https://github.com/sebastianbergmann/phpunit/commit/bbd09bb83b596b801e52ee5c804e56c8d1ec0ff3) Add throws, change error message + add class name - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/8.1.6...8.3.0)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 [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). To ignore the 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.