当前位置:Gxlcms > PHP教程 > php-pear安装phpunit

php-pear安装phpunit

时间:2021-07-01 10:21:17 帮助过:5人阅读

php-pear安装phpunit

官方文档:http://www.phpunit.de/manual/current/en/installation.html

echo 复制下面整段shell到命令行终端中,会自动逐条执行。sudo ln -s /usr/local/php/bin/pear /usr/bin/pearsudo pear config-set auto_discover 1sudo pear install pear.phpunit.de/PHPUnitsudo ln -s /usr/local/php/bin/phpunit /usr/bin/phpunitphpunit --version

人气教程排行