Merge branch 'PHP-8.2'

This commit is contained in:
Jakub Zelenka 2022-10-30 17:02:58 +00:00
commit e00dadf43a
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4

View file

@ -35,6 +35,7 @@ $tester = new FPM\Tester($cfg);
$tester->start();
$tester->expectLogStartNotices();
$tester->request()->expectEmptyBody();
usleep(100000);
$tester->status($expectedStatusData, '{{ADDR[status]}}');
$tester->terminate();
$tester->expectLogTerminatingNotices();