Skip to content

Instantly share code, notes, and snippets.

@ngpestelos
Created April 6, 2011 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ngpestelos/905275 to your computer and use it in GitHub Desktop.
Save ngpestelos/905275 to your computer and use it in GitHub Desktop.
install phpunit osx
Problem: no phpunit in console
PHPUnit requires PEAR >= 1.9.2
$ sudo pear channel-discover pear.symfony-project.com
$ sudo pear channel-discover components.ez.no
$ sudo pear upgrade
Install phpunit
$ sudo pear channel-discover pear.phpunit.de
$ sudo pear install phpunit/PHPUnit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment