Last active
December 14, 2015 19:59
-
-
Save sakama/5140944 to your computer and use it in GitHub Desktop.
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
pear channel-discover pear.phpunit.de | |
pear channel-discover pear.symfony.com | |
pear install phpunit/PHPUnit --alldeps | |
pear install --force phpunit/PHPUnit_MockObject |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment