I\'m trying to setup a new Continuous Integration server that utilizes Phing and PHPUnit for automatically running test cases.
I\'ve installed Phing with Pear:
Seems like adding the pharlocation attribute to the phpunit task element, pointing to your local phpunit executable, does the job:
pharlocation
phpunit
...