Installing PHPUnit via PEAR

前端 未结 13 1445
一个人的身影
一个人的身影 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:58

    I tried

    pear update-channels
    

    as suggested by Davide above, but that gave me the error

    Channel pear.php.net does not support xml-rpc method channel.listAll
    

    For some reason, it worked when I ran

    pear channel-update pear.phpunit.de 
    

提交回复
热议问题