Skip to content

Instantly share code, notes, and snippets.

@sakama
Last active December 14, 2015 19:59
Show Gist options
  • Save sakama/5140944 to your computer and use it in GitHub Desktop.
Save sakama/5140944 to your computer and use it in GitHub Desktop.
PHPUnitインストール
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