I am trying to learn PHPUnit. I use MacOS X and just installed PHPUnit using PEAR by doing this:
pear channel-discover pear.phpunit.de
pear install phpunit/PHPUnit
After installation, it's located in pear/share/pear/PHPUnit. It has Extensions and Framework folders.
I tried creating the examples from the Pear PHPUnit tutorial, but in the example it says it requires PHPUnit.php and I don't see that file. Do I need to install anything else to make this work?
Also, where should the example scripts be placed?
Can anyone please guide me in setting up this PHPunit test and try it with one example? Thanks.