Changelog
*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.5.16/ChangeLog-7.5.md).*
> ## [7.5.16] - 2019-09-14
>
> ### Fixed
>
> * Fixed [#3801](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3801): Class constant as default parameter is undefined
> * Fixed [#3834](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3834): Trailing slash breaks code coverage on Windows
Commits
- [`316afa6`](https://github.com/sebastianbergmann/phpunit/commit/316afa6888d2562e04aeb67ea7f2017a0eb41661) Prepare release
- [`d434b33`](https://github.com/sebastianbergmann/phpunit/commit/d434b33075b4b6f3575660acfdb0daafd0b32515) Fix issues identified by Psalm
- [`2400d79`](https://github.com/sebastianbergmann/phpunit/commit/2400d7995f2536aeea289c43433f192ede9b3fc5) Enhancement: Use built-in PHP 7.3 to speed up build
- [`191e034`](https://github.com/sebastianbergmann/phpunit/commit/191e0342f030043229a9d3c7be23484273f8bfaf) Keep php-cs-fixer from removing or simplifying "return null;"
- [`046ebed`](https://github.com/sebastianbergmann/phpunit/commit/046ebede350bf885aec9a25d7913fff7ce3d1c25) Fix issue identified by Psalm
- [`c5ef034`](https://github.com/sebastianbergmann/phpunit/commit/c5ef03407697253cc741af7b79ef285733579c23) Cleanup
- [`368b5bc`](https://github.com/sebastianbergmann/phpunit/commit/368b5bc4133ee2b9ecc48e47577c71b114bb0396) Throw meaningful exception in TestSuiteIterator.getChildren()
- [`7ed7374`](https://github.com/sebastianbergmann/phpunit/commit/7ed7374d490d8fa6a8908cc53f4163e8ad27a31b) Fix issue identified by Psalm
- [`15bb615`](https://github.com/sebastianbergmann/phpunit/commit/15bb615e376f74c814333400576539a73ea9d8d9) Document the fact that $suite->tests() only contains TestCase objects at this...
- [`f9869c4`](https://github.com/sebastianbergmann/phpunit/commit/f9869c48b03c9c8e25562e51c5c62a0c6edfc167) Rename variable
- Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.15...7.5.16)
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
- 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 7.5.15 to 7.5.16.
Changelog
*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.5.16/ChangeLog-7.5.md).* > ## [7.5.16] - 2019-09-14 > > ### Fixed > > * Fixed [#3801](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3801): Class constant as default parameter is undefined > * Fixed [#3834](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3834): Trailing slash breaks code coverage on WindowsCommits
- [`316afa6`](https://github.com/sebastianbergmann/phpunit/commit/316afa6888d2562e04aeb67ea7f2017a0eb41661) Prepare release - [`d434b33`](https://github.com/sebastianbergmann/phpunit/commit/d434b33075b4b6f3575660acfdb0daafd0b32515) Fix issues identified by Psalm - [`2400d79`](https://github.com/sebastianbergmann/phpunit/commit/2400d7995f2536aeea289c43433f192ede9b3fc5) Enhancement: Use built-in PHP 7.3 to speed up build - [`191e034`](https://github.com/sebastianbergmann/phpunit/commit/191e0342f030043229a9d3c7be23484273f8bfaf) Keep php-cs-fixer from removing or simplifying "return null;" - [`046ebed`](https://github.com/sebastianbergmann/phpunit/commit/046ebede350bf885aec9a25d7913fff7ce3d1c25) Fix issue identified by Psalm - [`c5ef034`](https://github.com/sebastianbergmann/phpunit/commit/c5ef03407697253cc741af7b79ef285733579c23) Cleanup - [`368b5bc`](https://github.com/sebastianbergmann/phpunit/commit/368b5bc4133ee2b9ecc48e47577c71b114bb0396) Throw meaningful exception in TestSuiteIterator.getChildren() - [`7ed7374`](https://github.com/sebastianbergmann/phpunit/commit/7ed7374d490d8fa6a8908cc53f4163e8ad27a31b) Fix issue identified by Psalm - [`15bb615`](https://github.com/sebastianbergmann/phpunit/commit/15bb615e376f74c814333400576539a73ea9d8d9) Document the fact that $suite->tests() only contains TestCase objects at this... - [`f9869c4`](https://github.com/sebastianbergmann/phpunit/commit/f9869c48b03c9c8e25562e51c5c62a0c6edfc167) Rename variable - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.15...7.5.16)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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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.