php-pear安装phpunit

it2025-04-01  20

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

转载于:https://www.cnblogs.com/sink_cup/archive/2011/10/28/ubuntu_phpunit.html

相关资源:Windows 下的 PHP-PEAR 安装方法
最新回复(0)