As you see in the image below, I have Pear installed, and there is a PhpUnit folder, but when I run this code (from a book on Yii),
% phpunit functional/SiteTest.php
it's telling me
-bash: phpunit: command not found
I am assuming from the fact that Phpunit folder is present that I have correctly installed it. In fact, it said install o.k. in the terminal.
Any ideas where I can find this command?

whereis phpunitwork under mac? If you find it, you may link it into a directory covered byPATH(I guess, it exists under mac too). – KingCrunch May 28 '11 at 1:23