Updates the requirements on phpunit/phpunit to permit the latest version.
Changelog
Sourced from phpunit/phpunit's changelog.
Changes in PHPUnit 6.5
All notable changes of the PHPUnit 6.5 release series are documented in this file using the Keep a CHANGELOG principles.
[6.5.8] - 2018-04-10
Fixed
- Fixed #2830:
[**runClassInSeparateProcess**](https://github.com/runClassInSeparateProcess)
does not work for tests that use [**dataProvider**](https://github.com/dataProvider)
[6.5.7] - 2018-02-26
Fixed
- Fixed #2974: JUnit XML logfile contains invalid characters when test output contains binary data
[6.5.6] - 2018-02-01
Fixed
- Fixed #2236: Exceptions in
tearDown()
do not affect getStatus()
- Fixed #2950: Class extending
PHPUnit\Framework\TestSuite
does not extend PHPUnit\FrameworkTestCase
- Fixed #2972: PHPUnit crashes when test suite contains both
.phpt
files and unconventionally named tests
[6.5.5] - 2017-12-17
Fixed
- Fixed #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
[6.5.4] - 2017-12-10
Changed
[6.5.3] - 2017-12-06
Fixed
- Fixed an issue with PHPT tests when
forceCoversAnnotation="true"
is configured
[6.5.2] - 2017-12-02
Changed
[6.5.1] - 2017-12-01
... (truncated)
Commits
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
.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now
in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR
@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 (this|these) label[s]
will set the current labels as the default for future PRs for this repo and language
@dependabot use (this|these) reviewer[s]
will set the current reviewers as the default for future PRs for this repo and language
@dependabot use (this|these) assignee[s]
will set the current assignees as the default for future PRs for this repo and language
Additionally, you can set the following in your Dependabot dashboard:
- 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)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
dependencies