-
-
Notifications
You must be signed in to change notification settings - Fork 844
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
Consider upgrading PHPUnit version notice #1795
Comments
Yeah this makes a lot of sense. Especially because we already went to php 7.1. Feel free to send in a pr for this. Thank you for pointing this out 👍 |
franzliedke
added a commit
that referenced
this issue
Jul 29, 2019
I've taken care of the deprecated annotation. We're already running PHPUnit 7. |
luceos
pushed a commit
that referenced
this issue
Feb 4, 2020
wzdiyb
pushed a commit
to wzdiyb/core
that referenced
this issue
Feb 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
@expectedException
annotation will be deprecated in future PHPUnit versions.6
version supportsphp-7.0
, and it's not supported currently.Using
PHPUnit 7
orPHPUnit 8
instead.Suggested solution
7
or8
if possible.And it seems that this project still supports
php-7.1
, I think it's proper to usePHPUnit 7
.@expectedException
will be deprecated. Using theexpectException
method instead.Once this issue is accepted, I would be happy to do this and create related PR :).
The text was updated successfully, but these errors were encountered: