Skip to content
  • Jaime Pérez's avatar
    730e84e0
    test: Add a class to handle PHP's built-in server. · 730e84e0
    Jaime Pérez authored
    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.
    730e84e0
    test: Add a class to handle PHP's built-in server.
    Jaime Pérez authored
    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