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 ^7.0 #3

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 17, 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.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/phpunit/phpunit-tw-7.0 branch from 9a2d0b2 to 9d0eeae Compare March 17, 2018 19:57
@weirdan
Copy link
Owner

weirdan commented Mar 17, 2018

@dependabot-bot rebase

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-7.0 branch from 9d0eeae to f6db31e Compare March 17, 2018 20:09
@dependabot-preview
Copy link
Contributor Author

Looks like phpunit/phpunit is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phpunit/phpunit-tw-7.0 branch March 17, 2018 20:13
@weirdan
Copy link
Owner

weirdan commented Mar 17, 2018

@dependabot-bot thanks

@dependabot-preview
Copy link
Contributor Author

You’re welcome ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment