Last active
December 9, 2015 19:58
MAMPのPHPUnitの導入例
This file contains 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