Installing Behat on OS X
Behat is an open source Behavior Driven Development framework for PHP 5.3+. For details please visit http://docs.behat.org
1 | cd ~/ |
If is there “wget” command in your system. (You can install via Brew (HomeBrew)).
1 | wget -nc https://github.com/downloads/Behat/Behat/behat.phar |
or download via cURL
1 | curl -OL https://github.com/downloads/Behat/Behat/behat.phar |
and then
1 2 | sudo mv behat.phar /usr/local/bin/behat sudo chmod +x /usr/local/bin/behat |
HENÜZ YORUM YAPILMAMIŞ