Installing PHPUnit via PEAR

前端 未结 13 1442
一个人的身影
一个人的身影 2020-12-02 14:58

I have problems installing PHPUnit 3.4.6 via PEAR 1.9.0. After I discover channel pear.phpunit.de and try to use one of fo

13条回答
  •  抹茶落季
    2020-12-02 15:33

    It simply installs me when I type:

    pear channel-discover pear.phpunit.de
    pear install --onlyreqdeps phpunit/PHPUnit
    

    Maybe there is a problem with the versions, you may set the preferred_state of the pear packages to different than stable:

    pear config-set preferred_state beta
    

提交回复
热议问题