all examples of phpunit I saw run the simple command line tool:
phpunit TestClass
but when I try the same on a directory other than the xampp php dir, I end up getting an "unknown command..."
Is there a way to execute the phpunit command from any directory in the Windows command line?