支持版本
主版本 |
初始版本 |
PHP兼容性 |
支持 |
PHPUnit 8 |
2019年2月1日 |
PHP 7.2, PHP 7.3, PHP 7.4 |
在2021年2月5日结束支持 |
PHPUnit 7 |
2018年2月2日 |
PHP 7.1, PHP 7.2, PHP 7.3 |
在2020年2月7日结束支持 |
PHPUnit 6 |
2017年2月3日 |
PHP 7.0, PHP 7.1, PHP 7.2 |
在2019年2月1日结束支持 |
PHPUnit 5 |
2015年10月2日 |
PHP 5.6, PHP 7.0, PHP 7.1 |
在2018年2月2日结束支持 |
PHPUnit 4 |
2014年3月7日 |
PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6 |
在2017年2月3日结束支持 |
官网: https://phar.phpunit.de/
安装
$ wget https://phar.phpunit.de/phpunit-8.4.3.phar
$ chmod +x phpunit-8.4.3.phar
$ sudo mv phpunit-8.4.3.phar /usr/local/bin/phpunit
$ phpunit --version
PHPUnit 8.4.3 by Sebastian Bergmann and contributors.