diff options
Diffstat (limited to 'tests/http/echoDelay.php')
-rw-r--r-- | tests/http/echoDelay.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/echoDelay.php b/tests/http/echoDelay.php index 2ee2b049..78e85477 100644 --- a/tests/http/echoDelay.php +++ b/tests/http/echoDelay.php @@ -8,4 +8,4 @@ function handleRequest(ServerRequestInterface $req, ResponseInterface $resp): Re sleep(1); $resp->getBody()->write(strtoupper($req->getQueryParams()['hello'])); return $resp->withStatus(201); -}
\ No newline at end of file +} |