Installing PHPUnit on OS X
1 | cd ~/ |
If is there “wget” command in your system. (You can install via Brew (HomeBrew)).
1 | wget -nc https://phar.phpunit.de/phpunit.phar |
or download via cURL
1 | curl -OL https://phar.phpunit.de/phpunit.phar |
and then
1 2 | sudo mv phpunit.phar /usr/local/bin/phpunit sudo chmod +x /usr/local/bin/phpunit |
HENÜZ YORUM YAPILMAMIŞ