oz-sysb / MerryMurakami

愉快な村上チームの開発リポジトリ
0 stars 0 forks source link

PHPUnitインストール #4

Open y-murakami opened 9 years ago

y-murakami commented 9 years ago

ここ見る https://phpunit.de/manual/current/ja/installation.html

このやり方でやりました。 $ wget https://phar.phpunit.de/phpunit.phar $ chmod +x phpunit.phar $ sudo mv phpunit.phar /usr/local/bin/phpunit $ phpunit --version PHPUnit x.y.z by Sebastian Bergmann and contributors.

y-murakami commented 9 years ago

php-xml別途インストールする。 yum -y --enablerepo=remi-php56 install php-xml

composerでインストールする curl -sS https://getcomposer.org/installer | php php composer.phar install --dev

nouka commented 9 years ago

composerを使うならば、phpunit.pharは必要ないと思います。 PhpStormにcomposer用のautoload.phpを使う設定ができます。 settingsのphpunitの項にチェックボックスがないでしょうか?