目录

安装 phpunit 9

目录

方法一

1
brew install phpunit

方法二

1
2
3
4
5
wget -O phpunit https://phar.phpunit.de/phpunit-9.phar

chmod +x phpunit
sudo mv phpunit /usr/local/bin/
phpunit --version