Как настроить PhpUnit в Xampp?

Я успешно установил PhpUnit в Xampp, теперь мне нужно его настроить, мне нужно сделать следующие шаги из документации:

2. Prepare the phpunit script: 1. Rename the phpunit.php script to phpunit. 2. Replace the @php_bin@ string in it with the path to your PHP command-line interpreter (usually /usr/bin/php). 3. Copy it to a directory that is in your path and make it executable (chmod +x phpunit). 3. Prepare the PHPUnit/Util/PHP.php script: 1. Replace the @php_bin@ string in it with the path to your PHP command-line interpreter (usually /usr/bin/php). 

Я не могу найти phpunit.php в каталоге PEAR. Любые подсказки о том, где находится этот файл на установке Xppp PhpUnit? Любые подсказки?

С наилучшими пожеланиями,


Update1:

Я устанавливаю его через PEAR. Хорошо, я посмотрю, работает ли эта работа.

С наилучшими пожеланиями,