PHPUnit not working with netbeans 7.2.1
Posted
by
user1578653
on Stack Overflow
See other posts from Stack Overflow
or by user1578653
Published on 2012-11-26T11:39:11Z
Indexed on
2012/11/28
11:03 UTC
Read the original article
Hit count: 271
I have just upgraded to netbeans 7.2.1 and phpunit is not working. I get the error:-
Cannot run program C:\wamp\bin\php\php5.3.5\PEAR\phpunit-skelgen": CreateProcess error=193, %1 is not a valid Win32 application" when I try to generate PHPUnit tests.
The only thing I can think of is that I seem to have a 64 bit version of netbeans installed - could this be the problem?
If so, can anyone point me to a 32 bit version, because I couldn't see one on the website?
© Stack Overflow or respective owner