1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Merge branch 'PHP-8.2'

This commit is contained in:
Jakub Zelenka
2022-10-30 17:02:58 +00:00

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();