--pear channel-discover pear.phpunit.de
--pear install phpunit/PHPUnit
此时会显示:
No valid packages found
install failed
(安装phpunit失败,此时通过pear upgrade pear更新pear后继续安装)
--pear upgrade pear
--pear info pear
--pear channel-discover pear.phpunit.de
--pear install phpunit/PHPUnit
至此完成,最终显示:
install ok: channel://pear.phpunit.de/PHPUnit-3.4.13

相关文章:

  • 2022-12-23
  • 2021-12-02
  • 2021-05-06
  • 2021-12-25
  • 2021-11-07
  • 2021-07-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-19
  • 2022-12-23
  • 2021-04-27
  • 2021-11-15
  • 2021-12-17
  • 2021-08-04
相关资源
相似解决方案