summaryrefslogtreecommitdiff
path: root/tests/stop.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stop.php')
-rw-r--r--tests/stop.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stop.php b/tests/stop.php
index f83d3f29..93263821 100644
--- a/tests/stop.php
+++ b/tests/stop.php
@@ -18,7 +18,7 @@ while ($in = $rr->waitPayload()) {
}
$used = true;
- $rr->send((string)getmypid());
+ $rr->respond(new RoadRunner\Payload((string)getmypid()));
} catch (\Throwable $e) {
$rr->error((string)$e);
}