Testing/PHPUnit

Revision as of 02:30, 30 October 2007 by Brandon CS Sanders (talk | contribs) (Articulating and standardizing our testing frameworks)



(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DevelopmentTeam


phpunit.de

Installation

To install via pear (http://pear.php.net):

$ pear channel-discover pear.phpunit.de
$ pear install phpunit/PHPUnit

Xdebug extension

http://xdebug.org

To do code-coverage analysis, you need to install:

$ pecl install xdebug-beta

Also need to add this line to your php.ini (change path to the correct one):

zend_extension="/usr/local/php/modules/xdebug.so"


Retrieved from "http://aboutus.com/index.php?title=Testing/PHPUnit&oldid=12079963"