php-pear安装phpunit
官方文档:http://www.phpunit.de/manual/current/en/installation.html
echo 复制下面整段shell到命令行终端中,会自动逐条执行。 sudo ln -s /usr/local/php/bin/pear /usr/bin/pear sudo pear config-set auto_discover 1 sudo pear install pear.phpunit.de/PHPUnit sudo ln -s /usr/local/php/bin/phpunit /usr/bin/phpunit phpunit --version