summaryrefslogtreecommitdiff
path: root/tests/psr-worker.php
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-06-22 09:54:53 +0300
committerValery Piashchynski <[email protected]>2021-06-22 09:54:53 +0300
commit260d69c21fba6d763d05dc5693689ddf7ce7bfe2 (patch)
tree0d0b8bb5704a60cbf2d805322dc200e5b1a113be /tests/psr-worker.php
parent41bb9fa5938125217a075c60f1e39dc3a9a27537 (diff)
- Temporary turn off CI
- Remove old PHP tests Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/psr-worker.php')
-rw-r--r--tests/psr-worker.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/psr-worker.php b/tests/psr-worker.php
index db53eee2..de4befbc 100644
--- a/tests/psr-worker.php
+++ b/tests/psr-worker.php
@@ -20,7 +20,7 @@ while ($req = $psr7->waitRequest()) {
try {
$resp = new \Nyholm\Psr7\Response();
$resp->getBody()->write(str_repeat("hello world", 1000));
-
+
$psr7->respond($resp);
} catch (\Throwable $e) {
$psr7->getWorker()->error((string)$e);