Changelog
*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.0.md).*
> ## [8.0.5] - 2019-03-16
>
> ### Fixed
>
> * Fixed [#3480](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3480): Wrong return type declaration for `TestCase::getExpectedExceptionMessage()` and `TestCase::getExpectedExceptionMessageRegExp()`
> * Fixed [#3532](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3532): Wrong default value for `cacheResult` in `phpunit.xsd`
> * Fixed [#3539](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3539): Wrong default value for `resolveDependencies` in `phpunit.xsd`
> * Fixed [#3550](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3550): Check for valid attribute names in `assertObjectHasAttribute()` is too strict
> * Fixed [#3555](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3555): Extension loader only allows objects that implement `TestHook` but should also allow `Hook`
> * Fixed [#3560](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3560): TestDox does not work when tests are filtered
Commits
- [`19cbed2`](https://github.com/sebastianbergmann/phpunit/commit/19cbed2120839772c4a00e8b28456b0c77d1a7b4) Prepare release
- [`0e84cd1`](https://github.com/sebastianbergmann/phpunit/commit/0e84cd1be3b11bd785bb15664b387ba1bde316e2) Merge branch '7.5' into 8.0
- [`eb343b8`](https://github.com/sebastianbergmann/phpunit/commit/eb343b86753d26de07ecba7868fa983104361948) Prepare release
- [`7abef86`](https://github.com/sebastianbergmann/phpunit/commit/7abef867b215dd12b388d40c268bf889ce4a3e21) Update ChangeLog
- [`a1cf55c`](https://github.com/sebastianbergmann/phpunit/commit/a1cf55cccf307af5b89804f7ba2f021fcee99a35) Add test coverage for flushing testdox printer remaining results
- [`3da4056`](https://github.com/sebastianbergmann/phpunit/commit/3da40563b56f5245b8b1855fe93eed4c4b50ab55) Flush all remaining results from buffered Testdox printer
- [`64d4d6d`](https://github.com/sebastianbergmann/phpunit/commit/64d4d6d8dd9c5d6285d52aa5f90bc9a5de1f1ce1) Merge branch '7.5' into 8.0
- [`8dffbd4`](https://github.com/sebastianbergmann/phpunit/commit/8dffbd44a407376a824c2126f16110444f786419) Update tools
- [`b90c10e`](https://github.com/sebastianbergmann/phpunit/commit/b90c10e1682a76f7e4e85eb71b0c758f64e3536f) Simplify
- [`281cf92`](https://github.com/sebastianbergmann/phpunit/commit/281cf927451423455e54acc9055a8942afa2fe1f) Remove superfluous code
- Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/8.0.4...8.0.5)
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 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 8.0.4 to 8.0.5.
Changelog
*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.0.md).* > ## [8.0.5] - 2019-03-16 > > ### Fixed > > * Fixed [#3480](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3480): Wrong return type declaration for `TestCase::getExpectedExceptionMessage()` and `TestCase::getExpectedExceptionMessageRegExp()` > * Fixed [#3532](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3532): Wrong default value for `cacheResult` in `phpunit.xsd` > * Fixed [#3539](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3539): Wrong default value for `resolveDependencies` in `phpunit.xsd` > * Fixed [#3550](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3550): Check for valid attribute names in `assertObjectHasAttribute()` is too strict > * Fixed [#3555](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3555): Extension loader only allows objects that implement `TestHook` but should also allow `Hook` > * Fixed [#3560](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3560): TestDox does not work when tests are filteredCommits
- [`19cbed2`](https://github.com/sebastianbergmann/phpunit/commit/19cbed2120839772c4a00e8b28456b0c77d1a7b4) Prepare release - [`0e84cd1`](https://github.com/sebastianbergmann/phpunit/commit/0e84cd1be3b11bd785bb15664b387ba1bde316e2) Merge branch '7.5' into 8.0 - [`eb343b8`](https://github.com/sebastianbergmann/phpunit/commit/eb343b86753d26de07ecba7868fa983104361948) Prepare release - [`7abef86`](https://github.com/sebastianbergmann/phpunit/commit/7abef867b215dd12b388d40c268bf889ce4a3e21) Update ChangeLog - [`a1cf55c`](https://github.com/sebastianbergmann/phpunit/commit/a1cf55cccf307af5b89804f7ba2f021fcee99a35) Add test coverage for flushing testdox printer remaining results - [`3da4056`](https://github.com/sebastianbergmann/phpunit/commit/3da40563b56f5245b8b1855fe93eed4c4b50ab55) Flush all remaining results from buffered Testdox printer - [`64d4d6d`](https://github.com/sebastianbergmann/phpunit/commit/64d4d6d8dd9c5d6285d52aa5f90bc9a5de1f1ce1) Merge branch '7.5' into 8.0 - [`8dffbd4`](https://github.com/sebastianbergmann/phpunit/commit/8dffbd44a407376a824c2126f16110444f786419) Update tools - [`b90c10e`](https://github.com/sebastianbergmann/phpunit/commit/b90c10e1682a76f7e4e85eb71b0c758f64e3536f) Simplify - [`281cf92`](https://github.com/sebastianbergmann/phpunit/commit/281cf927451423455e54acc9055a8942afa2fe1f) Remove superfluous code - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/8.0.4...8.0.5)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 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.