Installing PHPUnit on MAMP 2.1.3 (Mountain Lion)

前端 未结 3 375
不知归路
不知归路 2020-12-19 14:38

I\'m struggling with this issue. Here\'s what I\'ve tried :

$ cd /Applications/MAMP/bin/php/php5.4.10/bin/
$ sudo ./pear channel-update pear.php.net
$ sudo .         


        
3条回答
  •  感情败类
    2020-12-19 15:03

    You could try this solution from this site The php bin could vary from installation.

    /Applications/MAMP/bin/php5/bin/pear channel-discover pear.phpunit.de
    /Applications/MAMP/bin/php5/bin/pear channel-discover pear.symfony-project.com
    /Applications/MAMP/bin/php5/bin/pear channel-discover components.ez.no
    /Applications/MAMP/bin/php5/bin/pear install phpunit/PHPUnit
    

提交回复
热议问题