LoginSignup
3
4

More than 5 years have passed since last update.

PHPUnitのインストール

Posted at

PHPUnitのインストールでどはまりしたので自分用メモを兼ねて

結論としては(※1)


wget https://phar.phpunit.de/phpunit.phar
cp phpunit.phar /usr/local/bin/phpunit
chmod +x /usr/local/bin/phpunit

いろいろ見ていたら
いろんなサイトで記載されている
「pear.phpunit.de」
に問題がありました。
PEARでの↑配布終了しているようです。(※2)


引用元
※1
http://qiita.com/goosys/items/68c491c5996174de0b4f
※2(ページ下部)
http://aipacommander.hatenablog.jp/entry/2015/01/14/221859

3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4