awesomite / phpunit-4.8-fixer
修复PHP 7.2上PHPUnit 4.8的问题
v1.0.0
2017-12-31 10:52 UTC
Requires
- phpunit/phpunit: ^4.8.36
This package is auto-updated.
Last update: 2024-09-13 21:51:59 UTC
README
PHP 7.2已弃用函数 each
,它会导致PHPUnit 4.8出现错误
Deprecated: The each() function is deprecated.
This message will be suppressed on further calls in (...)/phpunit/src/Util/Getopt.php
此库修复了上述问题。
安装
composer require awesomite/phpunit-4.8-fixer
用法
在执行测试之前,执行以下命令一次
vendor/bin/phpunit-4.8-fixer