mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Merge branch 'PHP-8.2'
This commit is contained in:
commit
e00dadf43a
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ $tester = new FPM\Tester($cfg);
|
||||||
$tester->start();
|
$tester->start();
|
||||||
$tester->expectLogStartNotices();
|
$tester->expectLogStartNotices();
|
||||||
$tester->request()->expectEmptyBody();
|
$tester->request()->expectEmptyBody();
|
||||||
|
usleep(100000);
|
||||||
$tester->status($expectedStatusData, '{{ADDR[status]}}');
|
$tester->status($expectedStatusData, '{{ADDR[status]}}');
|
||||||
$tester->terminate();
|
$tester->terminate();
|
||||||
$tester->expectLogTerminatingNotices();
|
$tester->expectLogTerminatingNotices();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue