Installing PHPUnit via PEAR

前端 未结 13 1341
一个人的身影
一个人的身影 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 have same problem with phpunit instalation. Try using Synaptic package manager for PHPUnit instalation.

    sudo pear install pear # upgrade pear first
    
    #install php unit with synaptic manager
    
    phpunit --version # get version of phpunit
    
    0 讨论(0)
提交回复
热议问题