Hello I am trying to get phpunit to work on my windows machine. I have Zend Server CE installed and i Installed pear. But when i do:
phpunit --configuration phpunit.xml
I get the error:
phpunit is not recognized as an internal or external command,
operable program or batch file.
Any idea's?
Is phpunit in your PATH?
if not you can set it in:
Append the directory where phpunit.exe lives to the Path variable. Make sure you don't omit the ; before you enter the path. ie, you would add something like:
Hope this helps.