Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update phpunit/phpunit requirement to ^6.5|^7.0 #2

Merged
merged 1 commit into from Mar 15, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 15, 2018

Updates the requirements on phpunit/phpunit to permit the latest version.

Changelog

Sourced from phpunit/phpunit's changelog.

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 principles.

[5.7.27] - 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

[5.7.26] - 2017-12-17

Fixed

  • Fixed #2472: PHPUnit\Util\Getopt uses deprecated each() function
  • Fixed #2833: Test class loaded during data provider execution is not discovered
  • 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

[5.7.25] - 2017-11-14

Fixed

[5.7.24] - 2017-11-14

Fixed

  • Fixed #2833: Test class loaded during data provider execution is not discovered

[5.7.23] - 2017-10-15

Fixed

  • Fixed #2731: Empty exception message cannot be expected

[5.7.22] - 2017-09-24

Fixed

  • Fixed #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

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 you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.


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.

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-5.7.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/commits/7.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/phpunit/phpunit-tw-6.5|tw-7.0 branch from 2c99bdd to 0b3f1e3 Compare March 15, 2018 16:03
@xZero707 xZero707 merged commit 32bba67 into master Mar 15, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phpunit/phpunit-tw-6.5|tw-7.0 branch March 15, 2018 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment