summaryrefslogtreecommitdiff
path: root/tests/stop.php
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-18 16:44:24 +0300
committerGitHub <[email protected]>2021-02-18 16:44:24 +0300
commit9fd1ab79d2c82605747e960014f68e95234a9eeb (patch)
tree84638cc3c347fb1a344e48ee01b55abdd849362a /tests/stop.php
parent8731107ad4e23004500b04442ed8fba0242dfbf2 (diff)
parent546b350a35b35af9eecb61aab5f7bcbbaffd449f (diff)
Merge branch 'master' into dependabot/go_modules/github.com/alicebob/miniredis/v2-2.14.3
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);
}