-
- Downloads
test: Add a class to handle PHP's built-in server.
With this class we can run PHP's built-in server specifying the document root (defaulting to the www directory) and a "router" file, which the server will execute for every request received. This is useful to allow testing of the web interfaces as part of our unit testing setup.
Loading
Please register or sign in to comment