I run XAMPP on windows.
I've recently downloaded PHPUnit from the PEAR CLI tool.
Everything looks fine, (eclipse correctly suggests code completion so it means that it was correctly added to the include_path),but whenever I try and get it to work via console by typing phpunit (it's in the environmental PATH variable), it hangs on for a seconds or two and then closes( as if it was terminated).
I've tried phpunit --help also, and no success.
Also tried phpunit --verbose.
Has anyone else had that same problem or knows the solution?