Changelog
*Sourced from phpunit/phpunit's [changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-5.7.md).*
> # Changes in PHPUnit 5.7
>
> All notable changes of the PHPUnit 5.7 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
>
> ## [5.7.27] - 2018-02-01
>
> ### Fixed
>
> * Fixed [#2236](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2236): Exceptions in `tearDown()` do not affect `getStatus()`
> * Fixed [#2950](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2950): Class extending `PHPUnit\Framework\TestSuite` does not extend `PHPUnit\FrameworkTestCase`
> * Fixed [#2972](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2972): PHPUnit crashes when test suite contains both `.phpt` files and unconventionally named tests
>
> ## [5.7.26] - 2017-12-17
>
> ### Fixed
>
> * Fixed [#2472](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2472): `PHPUnit\Util\Getopt` uses deprecated `each()` function
> * Fixed [#2833](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2833): Test class loaded during data provider execution is not discovered
> * Fixed [#2922](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2922): Test class is not discovered when there is a test class with `[**group**](https://github.com/group)` and provider throwing exception in it, tests are run with `--exclude-group` for that group, there is another class called later (after the class from above), and the name of that another class does not match its filename
>
> ## [5.7.25] - 2017-11-14
>
> ### Fixed
>
> * Fixed [#2859](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2859): Regression caused by fix for [#2833](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2833)
>
> ## [5.7.24] - 2017-11-14
>
> ### Fixed
>
> * Fixed [#2833](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2833): Test class loaded during data provider execution is not discovered
>
> ## [5.7.23] - 2017-10-15
>
> ### Fixed
>
> * Fixed [#2731](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2731): Empty exception message cannot be expected
>
> ## [5.7.22] - 2017-09-24
>
> ### Fixed
>
> * Fixed [#2769](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2769): Usage of `setUseErrorHandler()` produces `Undefined variable` error
>
> ## [5.7.21] - 2017-06-21
>
> ### Added
>
> * Added `PHPUnit\Framework\AssertionFailedError`, `PHPUnit\Framework\Test`, and `PHPUnit\Framework\TestSuite` to the forward compatibility layer for PHPUnit 6
>
> ... (truncated)
Commits
- [`536f4d8`](https://github.com/sebastianbergmann/phpunit/commit/536f4d853c12d8189963435088e8ff7c0daeab2e) Prepare release
- [`28dbd67`](https://github.com/sebastianbergmann/phpunit/commit/28dbd671cee5e25a8eca6441293663b72bc9e0b7) Require code coverage version that fixes directory creation
- [`fcb4433`](https://github.com/sebastianbergmann/phpunit/commit/fcb4433b91e16c88753516c63df32f8004b5945b) Merge branch '6.5' into 7.0
- [`ea739aa`](https://github.com/sebastianbergmann/phpunit/commit/ea739aae4742aa4eae1e98d4d06acdbf01692415) Update php-cs-fixer
- [`489bd4b`](https://github.com/sebastianbergmann/phpunit/commit/489bd4bee689ef05308d6ae6ec7c7b3682b93c6c) Cleanup
- [`40fd88c`](https://github.com/sebastianbergmann/phpunit/commit/40fd88c0831d004bde67522e01c9d641b8da7f64) Fix markup
- [`53d37bd`](https://github.com/sebastianbergmann/phpunit/commit/53d37bd5a806acdf2421e8fa5c5d994a4f614628) Update ChangeLog
- [`70d1f9e`](https://github.com/sebastianbergmann/phpunit/commit/70d1f9e0a9e80db534ea06f34519e86fdbcc0ba9) Refactor
- [`db9e293`](https://github.com/sebastianbergmann/phpunit/commit/db9e293cfac12eed9ca50faf3cffbac6d196e3ad) Strip of remaining s\ when TestDox classname starts with Tests\
- [`c072c4d`](https://github.com/sebastianbergmann/phpunit/commit/c072c4d68c9dfd9fc49b05e440bad988c821f547) Point to https://phpunit.de/documentation.html
- See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.0.2...7.0.3)
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 ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language
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)
- Out-of-range updates (receive only lockfile updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps phpunit/phpunit from 7.0.2 to 7.0.3.
Changelog
*Sourced from phpunit/phpunit's [changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-5.7.md).* > # Changes in PHPUnit 5.7 > > All notable changes of the PHPUnit 5.7 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. > > ## [5.7.27] - 2018-02-01 > > ### Fixed > > * Fixed [#2236](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2236): Exceptions in `tearDown()` do not affect `getStatus()` > * Fixed [#2950](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2950): Class extending `PHPUnit\Framework\TestSuite` does not extend `PHPUnit\FrameworkTestCase` > * Fixed [#2972](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2972): PHPUnit crashes when test suite contains both `.phpt` files and unconventionally named tests > > ## [5.7.26] - 2017-12-17 > > ### Fixed > > * Fixed [#2472](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2472): `PHPUnit\Util\Getopt` uses deprecated `each()` function > * Fixed [#2833](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2833): Test class loaded during data provider execution is not discovered > * Fixed [#2922](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2922): Test class is not discovered when there is a test class with `[**group**](https://github.com/group)` and provider throwing exception in it, tests are run with `--exclude-group` for that group, there is another class called later (after the class from above), and the name of that another class does not match its filename > > ## [5.7.25] - 2017-11-14 > > ### Fixed > > * Fixed [#2859](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2859): Regression caused by fix for [#2833](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2833) > > ## [5.7.24] - 2017-11-14 > > ### Fixed > > * Fixed [#2833](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2833): Test class loaded during data provider execution is not discovered > > ## [5.7.23] - 2017-10-15 > > ### Fixed > > * Fixed [#2731](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2731): Empty exception message cannot be expected > > ## [5.7.22] - 2017-09-24 > > ### Fixed > > * Fixed [#2769](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2769): Usage of `setUseErrorHandler()` produces `Undefined variable` error > > ## [5.7.21] - 2017-06-21 > > ### Added > > * Added `PHPUnit\Framework\AssertionFailedError`, `PHPUnit\Framework\Test`, and `PHPUnit\Framework\TestSuite` to the forward compatibility layer for PHPUnit 6 > > ... (truncated)Commits
- [`536f4d8`](https://github.com/sebastianbergmann/phpunit/commit/536f4d853c12d8189963435088e8ff7c0daeab2e) Prepare release - [`28dbd67`](https://github.com/sebastianbergmann/phpunit/commit/28dbd671cee5e25a8eca6441293663b72bc9e0b7) Require code coverage version that fixes directory creation - [`fcb4433`](https://github.com/sebastianbergmann/phpunit/commit/fcb4433b91e16c88753516c63df32f8004b5945b) Merge branch '6.5' into 7.0 - [`ea739aa`](https://github.com/sebastianbergmann/phpunit/commit/ea739aae4742aa4eae1e98d4d06acdbf01692415) Update php-cs-fixer - [`489bd4b`](https://github.com/sebastianbergmann/phpunit/commit/489bd4bee689ef05308d6ae6ec7c7b3682b93c6c) Cleanup - [`40fd88c`](https://github.com/sebastianbergmann/phpunit/commit/40fd88c0831d004bde67522e01c9d641b8da7f64) Fix markup - [`53d37bd`](https://github.com/sebastianbergmann/phpunit/commit/53d37bd5a806acdf2421e8fa5c5d994a4f614628) Update ChangeLog - [`70d1f9e`](https://github.com/sebastianbergmann/phpunit/commit/70d1f9e0a9e80db534ea06f34519e86fdbcc0ba9) Refactor - [`db9e293`](https://github.com/sebastianbergmann/phpunit/commit/db9e293cfac12eed9ca50faf3cffbac6d196e3ad) Strip of remaining s\ when TestDox classname starts with Tests\ - [`c072c4d`](https://github.com/sebastianbergmann/phpunit/commit/c072c4d68c9dfd9fc49b05e440bad988c821f547) Point to https://phpunit.de/documentation.html - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.0.2...7.0.3)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 ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language 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) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.