-
Notifications
You must be signed in to change notification settings - Fork 33
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
Function ReflectionParameter::isArray() is deprecated #475
Comments
Looks like this is triggered by the old version of PHPUnit or to be more precise "phpunit/phpunit-mock-objects". PHPUnit 7.5.20 requires PHP 7.1 or newer. PHP 8 is scheduled for Nov 26 2020.
https://github.com/sebastianbergmann/dbunit https://github.com/sebastianbergmann/phpunit-mock-objects |
With PHPUnit 7.5.20 on PHP 8
|
FYI I've pushed a fork of phpunit-mock-objects for this reason https://github.com/sminnee/phpunit-mock-objects |
Unit tests are failing with the message "Function ReflectionParameter::isArray() is deprecated" in Travis and PHP nightly (PHP 8.0.0-dev (cli) (built: May 13 2020 04:31:32) ( ZTS )).
#446
The text was updated successfully, but these errors were encountered: