mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.0' into PHP-8.1
This commit is contained in:
commit
a04a021105
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