Unit Testing JavaScript With QUnit And Phing
Recently I’ve been using both Phing for my PHP builds, and QUnit for my JavaScript unit tests, so I’ve been looking for a way to run these QUnit tests when Phing builds my application. By default Phing can run PHPUnit … Continued