From 546b350a35b35af9eecb61aab5f7bcbbaffd449f Mon Sep 17 00:00:00 2001 From: Anton Titov Date: Thu, 18 Feb 2021 16:44:10 +0300 Subject: fix(php): PHP tests to use latest signatures (#550) --- tests/stop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/stop.php') 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); } -- cgit v1.2.3