I have installed PHPUnit follows to their website instructions. When I'm trying to generate test class I got this message:
"D:\wamp\bin\php\php5.4.12\phpunit-skelgen.bat" "--ansi" "generate-test" "main" "D:\Projects\tdd\main.php" "mainTest" "D:\Projects\tdd\tests\mainTest.php"
The referenced parameter '--ansi' is not registered.
Done.
This is happening in Windows and Linux environment as well.