Tag: Extreme Programming

  • Get PHPUnit to work in NetBeans 6.7

    Unit testing is one way software engineers can meet quality assurance goals for large and/or critical development projects. PHPUnit is a popular choice among a number of frameworks designed for unit testing PHP code, but as I found out quite difficult to setup on Windows with NetBeans 6.7 and XAMPP. Here’s how to got it…