-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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 dev-dependency #15512
Comments
Maybe but I can't remember.
Yes.
I think they just run... https://github.com/yiisoft/yii2/blob/master/tests/bootstrap.php#L8 |
See #14973 |
Alright. That is correct. |
- checkout framwork to /yii2 (host-volume) - disable deprecated messages, see yiisoft/yii2#14973, yiisoft/yii2#15512
* added build argument for Yii 2.0 PHP base image version - streamlined build - dropped network config for CI - updated local test script * added default for PHP (7.2) image on GitLab CI * use PHP 7.1 as a default on GitLab CI, see #15512
Won't do that because of backwards compatibility. Instead we have patching in place to make PHPUnit work well with recent versions of PHP. |
What steps will reproduce the problem?
Run
phpunit
What is the expected result?
No errors/warnings from PHPunit.
What do you get instead?
Additional info
See also sebastianbergmann/phpunit#2887 (comment)
Are there special reasons why this is pinned to
4.8.34
? Theplatform
incomposer.json
also needs to be updated, I think. Is it5.4
, because this is the current minimum requirement?How do you make tests run on Travis due to this (by disabling) deprecated warnings?
The text was updated successfully, but these errors were encountered: