summaryrefslogtreecommitdiff
path: root/tests/http/error2.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/http/error2.php')
-rw-r--r--tests/http/error2.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/http/error2.php b/tests/http/error2.php
deleted file mode 100644
index 12a672ac..00000000
--- a/tests/http/error2.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-use Psr\Http\Message\ResponseInterface;
-use Psr\Http\Message\ServerRequestInterface;
-
-function handleRequest(ServerRequestInterface $req, ResponseInterface $resp): ResponseInterface
-{
- exit();
-}