15Dec/101
Netbean : Selected PHPUnit (version ?.?.?) is too old
If you experience with error message from Netbean "Selected PHPUnit (version ?.?.?) is too old, upgrade it if possible". you may set your PHP configuration file incorrected.
Try add Windows Environment variables
- PHPRC - Specific location of your PHP configuration file.
- PATH - add Path of your PHP execution file.
Try command line at your PHP binary directory
> phpunit
Verify that you MUST see manual page of phpunit command, otherwise, I may experience with your PEAR download problem. Try re-install them.
-
ooo
