NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java and other languages.
0
votes
0answers
20 views
+50
Setup PHPUnit for netbeans and xampp
I'm struggling to setup PHPUnit (3.7.20) in netbeans (7.3) and xampp. When I create a new project with code under C:\xampp\htdocs, I can run a test in netbeans without problems.
However I usually ...