Changelog
*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.5.18/ChangeLog-7.5.md).*
> ## [7.5.18] - 2019-12-06
>
> ### Fixed
>
> * Fixed [#3967](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable`
> * Fixed [#3968](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside
>
> ## [7.5.17] - 2019-10-28
>
> ### Fixed
>
> * Fixed [#3727](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3727): Problem hidden by PHPUnit's error handler
> * Fixed [#3863](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3863): `\Countable` needs to be checked before `\EmptyIterator`
>
> ## [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
>
> ## [7.5.15] - 2019-08-21
>
> ### Changed
>
> * Implemented [#3765](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3765): Use `ReflectionType::getName()` instead of `ReflectionType::__toString()` (which is deprecated in PHP 7.4)
>
> ## [7.5.14] - 2019-07-15
>
> ### Fixed
>
> * Fixed [#3743](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3743): `EmptyIterator` instances are not handled correctly by `Count` and `IsEmpty` constraints
Commits
- [`fcf6c4b`](https://github.com/sebastianbergmann/phpunit/commit/fcf6c4bfafaadc07785528b06385cce88935474d) Prepare release
- [`2902560`](https://github.com/sebastianbergmann/phpunit/commit/29025600eea2af7b50b1a121273ab724c41777c0) Update ChangeLog
- [`773be5e`](https://github.com/sebastianbergmann/phpunit/commit/773be5e308fb12095f90eaa415e6132ed603fb14) Ignore .psalm directory on PHPUnit 7.5 branch
- [`afb88b4`](https://github.com/sebastianbergmann/phpunit/commit/afb88b42634389e9b4a943f3a007731f9478e8e9) Adding fix
- [`d9d7efa`](https://github.com/sebastianbergmann/phpunit/commit/d9d7efa23275f709511be747ca933b4503accb7e) Updating the test with expected behaviour
- [`ca4411e`](https://github.com/sebastianbergmann/phpunit/commit/ca4411e433ddcad28629fd0a4c201daef796e132) Add test for running tests in child process which are calling "exit"
- [`81b7b0e`](https://github.com/sebastianbergmann/phpunit/commit/81b7b0e5fdd600ac6ef57a90045923be10d90fb9) Closes [#3967](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3967)
- [`6ef9ac8`](https://github.com/sebastianbergmann/phpunit/commit/6ef9ac810e494e7793013f8f5004d5d268852412) Fix: Build for any push or pull request
- [`a1137f1`](https://github.com/sebastianbergmann/phpunit/commit/a1137f15b006e7565edccbcf32814ef385aac236) Update tools
- [`677e1ae`](https://github.com/sebastianbergmann/phpunit/commit/677e1ae62a46b4218f2bca249a01fa8ba78b962f) HTTP -> HTTPS
- Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.13...7.5.18)
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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps phpunit/phpunit from 7.5.13 to 7.5.18.
Changelog
*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.5.18/ChangeLog-7.5.md).* > ## [7.5.18] - 2019-12-06 > > ### Fixed > > * Fixed [#3967](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable` > * Fixed [#3968](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside > > ## [7.5.17] - 2019-10-28 > > ### Fixed > > * Fixed [#3727](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3727): Problem hidden by PHPUnit's error handler > * Fixed [#3863](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3863): `\Countable` needs to be checked before `\EmptyIterator` > > ## [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 > > ## [7.5.15] - 2019-08-21 > > ### Changed > > * Implemented [#3765](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3765): Use `ReflectionType::getName()` instead of `ReflectionType::__toString()` (which is deprecated in PHP 7.4) > > ## [7.5.14] - 2019-07-15 > > ### Fixed > > * Fixed [#3743](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3743): `EmptyIterator` instances are not handled correctly by `Count` and `IsEmpty` constraintsCommits
- [`fcf6c4b`](https://github.com/sebastianbergmann/phpunit/commit/fcf6c4bfafaadc07785528b06385cce88935474d) Prepare release - [`2902560`](https://github.com/sebastianbergmann/phpunit/commit/29025600eea2af7b50b1a121273ab724c41777c0) Update ChangeLog - [`773be5e`](https://github.com/sebastianbergmann/phpunit/commit/773be5e308fb12095f90eaa415e6132ed603fb14) Ignore .psalm directory on PHPUnit 7.5 branch - [`afb88b4`](https://github.com/sebastianbergmann/phpunit/commit/afb88b42634389e9b4a943f3a007731f9478e8e9) Adding fix - [`d9d7efa`](https://github.com/sebastianbergmann/phpunit/commit/d9d7efa23275f709511be747ca933b4503accb7e) Updating the test with expected behaviour - [`ca4411e`](https://github.com/sebastianbergmann/phpunit/commit/ca4411e433ddcad28629fd0a4c201daef796e132) Add test for running tests in child process which are calling "exit" - [`81b7b0e`](https://github.com/sebastianbergmann/phpunit/commit/81b7b0e5fdd600ac6ef57a90045923be10d90fb9) Closes [#3967](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3967) - [`6ef9ac8`](https://github.com/sebastianbergmann/phpunit/commit/6ef9ac810e494e7793013f8f5004d5d268852412) Fix: Build for any push or pull request - [`a1137f1`](https://github.com/sebastianbergmann/phpunit/commit/a1137f15b006e7565edccbcf32814ef385aac236) Update tools - [`677e1ae`](https://github.com/sebastianbergmann/phpunit/commit/677e1ae62a46b4218f2bca249a01fa8ba78b962f) HTTP -> HTTPS - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.13...7.5.18)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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)