Issues while installing pear.phpunit.de/PHPUnit

前端 未结 4 1251
死守一世寂寞
死守一世寂寞 2021-01-04 06:08

I\'m trying to tell pear that where to find PHPUnit by using this command:

sudo pear channel-discover pear.phpunit.de

The ou

4条回答
  •  [愿得一人]
    2021-01-04 06:50

    Download the phar archive worked for me:

    https://github.com/Mayflower/PHP_CodeBrowser

    wget https://github.com/mayflower/PHP_CodeBrowser/releases/download/1.1.1/phpcb-1.1.1.phar
    mv phpcb-1.1.1.phar /usr/local/bin/phpcb
    chmod a+x /usr/local/bin/phpcb
    
    phpcb --version
    PHP_CodeBrowser version 1.1.1
    

提交回复
热议问题