Last active
December 9, 2015 19:58
-
-
Save jamband/4320369 to your computer and use it in GitHub Desktop.
MAMPのPHPUnitの導入例
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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