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


相关文章:

  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2021-11-07
  • 2022-12-23
  • 2022-02-25
  • 2022-12-23
相关资源
相似解决方案