I ran into this question: How do I fix my NetBeans + PHPUnit integration?
But applying the fix mentioned there does not work. Netbeans keeps saying the version of PHPUnit is too old and that I need at least 3.3.0, while I am using 3.3.9.
Screenschots:


I haven’t editted anything about the files, I just downloaded the tgz, unzipped it all and put up the link.
Don’t forget to add the path to PEAR library to the include path in your php.ini, not only in NetBeans
In my case PEAR was set up under F:/php5/PEAR. So i had to add this line
include_path = ".;F:\php5\PEARto my php.ini file