Skip to content

Instantly share code, notes, and snippets.

@jamband
Last active December 9, 2015 19:58
Show Gist options
  • Save jamband/4320369 to your computer and use it in GitHub Desktop.
Save jamband/4320369 to your computer and use it in GitHub Desktop.
MAMPのPHPUnitの導入例
cd /Applications/MAMP/bin/php/php5.4.4/bin
pear upgrade-all
sudo pear config-set auto_discover 1
pear install --force --alldeps pear.phpunit.de/PHPUnit
pear install phpunit/PHPUnit_Selenium
pear install phpunit/DbUnit
pear install phpunit/PHPUnit_Story
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment