On NetBeans 6.7.1 with PHPUnit 3.4.1, If I try and run the test I setup in NetBeans it errors out and can't execute the test, here is the output:
PHPUnit 3.4.1 by Sebastian Bergmann.
The --log-xml option is deprecated, please use --log-junit instead.
Argument #1 of PHPUnit_Util_Fileloader:checkAndLoad() is no existing file
The test runs fine if I run it from the command line, just not from inside NetBeans.
This is the same error you get if you pass a bad path or file to the phpunit tool. And NetBeans is passing a depreciated flag too..
So my question, is there a setting somewhere that I can fix this? Does this work in NetBeans 6.8M2?
Thanks,
-Sam