phpunit command not found in Centos 5.5

How do I get the command phpunit in linux? I stuck at chapter 3 page 47 to run "phpunit functional/SiteTest.php"

Thanks

I found the solution. Need to add 2 more channels

pear channel-discover components.ez.no and pear channel-discover pear.symfony-project.com

Thanks