Removing the PHP test dependency
jQuery's test suite currently relies upon a PHP server. Has there been any discussion of using node for the server? Seeing as the development process already uses node.js it seems like that would be preferable. The code to serve up static files (
here's one example) is pretty straight forward.