Changelog
*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.5.15/ChangeLog-7.5.md).*
> ## [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
- [`d79c053`](https://github.com/sebastianbergmann/phpunit/commit/d79c053d972856b8b941bb233e39dc521a5093f0) Prepare release
- [`062dfa4`](https://github.com/sebastianbergmann/phpunit/commit/062dfa4b8836627848a471bb552ede3d5c4f2a8f) Reorder
- [`c3e529e`](https://github.com/sebastianbergmann/phpunit/commit/c3e529ee999d53da1ca2226987d4e64da193e213) Do not run php-cs-fixer on build/
- [`2cfde30`](https://github.com/sebastianbergmann/phpunit/commit/2cfde3070d0eb29d9528816fc106dfb568dd7e97) Update tools
- [`e11397f`](https://github.com/sebastianbergmann/phpunit/commit/e11397fed729bfef7a9c76f7b193c27ad5710f6b) Move ReflectionType::__toString() cases to getName()
- [`2834789`](https://github.com/sebastianbergmann/phpunit/commit/2834789aeb9ac182ad69bfdf9ae91856a59945ff) Prepare release
- [`7cf0771`](https://github.com/sebastianbergmann/phpunit/commit/7cf077177f6ae0152fd219d14958c05062bfec4d) Add missing default value
- [`e2e8fb6`](https://github.com/sebastianbergmann/phpunit/commit/e2e8fb619beae918f726d7c861ea72d310c5458d) Remove empty space that GH editor added
- [`4c7d5f6`](https://github.com/sebastianbergmann/phpunit/commit/4c7d5f629db8075d645a20cd35d9058076f13bdf) Add test for prefix of just '0'
- [`c2e938d`](https://github.com/sebastianbergmann/phpunit/commit/c2e938d321f6e5854810bbf268ce4b294ad62aa3) Fix phpcs error
- Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.13...7.5.15)
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)
- 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 7.5.13 to 7.5.15.
Changelog
*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.5.15/ChangeLog-7.5.md).* > ## [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
- [`d79c053`](https://github.com/sebastianbergmann/phpunit/commit/d79c053d972856b8b941bb233e39dc521a5093f0) Prepare release - [`062dfa4`](https://github.com/sebastianbergmann/phpunit/commit/062dfa4b8836627848a471bb552ede3d5c4f2a8f) Reorder - [`c3e529e`](https://github.com/sebastianbergmann/phpunit/commit/c3e529ee999d53da1ca2226987d4e64da193e213) Do not run php-cs-fixer on build/ - [`2cfde30`](https://github.com/sebastianbergmann/phpunit/commit/2cfde3070d0eb29d9528816fc106dfb568dd7e97) Update tools - [`e11397f`](https://github.com/sebastianbergmann/phpunit/commit/e11397fed729bfef7a9c76f7b193c27ad5710f6b) Move ReflectionType::__toString() cases to getName() - [`2834789`](https://github.com/sebastianbergmann/phpunit/commit/2834789aeb9ac182ad69bfdf9ae91856a59945ff) Prepare release - [`7cf0771`](https://github.com/sebastianbergmann/phpunit/commit/7cf077177f6ae0152fd219d14958c05062bfec4d) Add missing default value - [`e2e8fb6`](https://github.com/sebastianbergmann/phpunit/commit/e2e8fb619beae918f726d7c861ea72d310c5458d) Remove empty space that GH editor added - [`4c7d5f6`](https://github.com/sebastianbergmann/phpunit/commit/4c7d5f629db8075d645a20cd35d9058076f13bdf) Add test for prefix of just '0' - [`c2e938d`](https://github.com/sebastianbergmann/phpunit/commit/c2e938d321f6e5854810bbf268ce4b294ad62aa3) Fix phpcs error - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.13...7.5.15)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) - 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.