Tag Archives: PHP

PHP – PHPUnit

PHPUnit is a unit test suite framework for PHP. I have had some difficulties to find informations to install PHPUnit ; so I write a small article to keep a clue about the install process : $ pear update-channels $ pear upgrade $ pear channel-discover components.ez.no $ pear channel-discover pear.symfony-project.com $ pear channel-discover pear.phpunit.de $ pear install –alldeps phpunit/PHPUnit It was easy ; but we have to know it !

Posted in Debian, Linux, ProgWeb | Tagged , | Leave a comment