Changelog
*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.4.md).*
> ## [8.4.1] - 2019-10-07
>
> ### Fixed
>
> * Fixed [#3879](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3879): Tests with data providers in parent class do not work anymore
> * Fixed [#3881](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3881): Regression with multiple test case classes declared in a single sourcecode file
> * Fixed [#3884](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3884): Uncaught `ReflectionException` with TestDox XML report
Commits
- [`366a4a0`](https://github.com/sebastianbergmann/phpunit/commit/366a4a0f2b971fd43b7c351d621e8dd7d7131869) Prepare release
- [`d5a29ff`](https://github.com/sebastianbergmann/phpunit/commit/d5a29ffe0f9fbf87cf1b7bae96a8109d44f0099b) Closes [#3884](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3884)
- [`7d05a76`](https://github.com/sebastianbergmann/phpunit/commit/7d05a76c917e143c3a5f976a5b1a44139478b56f) Update ChangeLog
- [`66650e6`](https://github.com/sebastianbergmann/phpunit/commit/66650e6d038c77693bd75b2f57e4810ca541d5ec) Change $class to $classInHierarchy
- [`da3d769`](https://github.com/sebastianbergmann/phpunit/commit/da3d76931e85c73322d6bbce76d65c7502bb259b) Add ArgumentTypeCoercion to psalm baseline
- [`4ccaab5`](https://github.com/sebastianbergmann/phpunit/commit/4ccaab5ced18940d46757561aa31e2d862d5d558) Revert "Revert "Last codestyle fix (I hope)""
- [`74be130`](https://github.com/sebastianbergmann/phpunit/commit/74be130be4a402d99785c4a0cc0a290638f14b16) add class to DocBlock::ofMethod in TestTest
- [`36812c0`](https://github.com/sebastianbergmann/phpunit/commit/36812c00c675cd6623f58a8de4b3125e149a9d9e) Revert "Last codestyle fix (I hope)"
- [`4be8f13`](https://github.com/sebastianbergmann/phpunit/commit/4be8f13662741b0de4163079838e51b59dc7c249) Last codestyle fix (I hope)
- [`2c27563`](https://github.com/sebastianbergmann/phpunit/commit/2c27563dd43da1420180f616497342b22e531cb9) Codestyle fixed
- Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/8.4.0...8.4.1)
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.
If all status checks pass Dependabot will automatically merge this pull request.
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 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 the `.dependabot/config.yml` file in this repo:
- Update frequency
- 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 8.4.0 to 8.4.1.
Changelog
*Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.4.md).* > ## [8.4.1] - 2019-10-07 > > ### Fixed > > * Fixed [#3879](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3879): Tests with data providers in parent class do not work anymore > * Fixed [#3881](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3881): Regression with multiple test case classes declared in a single sourcecode file > * Fixed [#3884](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3884): Uncaught `ReflectionException` with TestDox XML reportCommits
- [`366a4a0`](https://github.com/sebastianbergmann/phpunit/commit/366a4a0f2b971fd43b7c351d621e8dd7d7131869) Prepare release - [`d5a29ff`](https://github.com/sebastianbergmann/phpunit/commit/d5a29ffe0f9fbf87cf1b7bae96a8109d44f0099b) Closes [#3884](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3884) - [`7d05a76`](https://github.com/sebastianbergmann/phpunit/commit/7d05a76c917e143c3a5f976a5b1a44139478b56f) Update ChangeLog - [`66650e6`](https://github.com/sebastianbergmann/phpunit/commit/66650e6d038c77693bd75b2f57e4810ca541d5ec) Change $class to $classInHierarchy - [`da3d769`](https://github.com/sebastianbergmann/phpunit/commit/da3d76931e85c73322d6bbce76d65c7502bb259b) Add ArgumentTypeCoercion to psalm baseline - [`4ccaab5`](https://github.com/sebastianbergmann/phpunit/commit/4ccaab5ced18940d46757561aa31e2d862d5d558) Revert "Revert "Last codestyle fix (I hope)"" - [`74be130`](https://github.com/sebastianbergmann/phpunit/commit/74be130be4a402d99785c4a0cc0a290638f14b16) add class to DocBlock::ofMethod in TestTest - [`36812c0`](https://github.com/sebastianbergmann/phpunit/commit/36812c00c675cd6623f58a8de4b3125e149a9d9e) Revert "Last codestyle fix (I hope)" - [`4be8f13`](https://github.com/sebastianbergmann/phpunit/commit/4be8f13662741b0de4163079838e51b59dc7c249) Last codestyle fix (I hope) - [`2c27563`](https://github.com/sebastianbergmann/phpunit/commit/2c27563dd43da1420180f616497342b22e531cb9) Codestyle fixed - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/8.4.0...8.4.1)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
.If all status checks pass Dependabot will automatically merge this pull request.
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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - 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)