mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: Fix test with shared zend_test (#16705)
This commit is contained in:
commit
228c27112a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ for ($i = 1; $i < 100; $i++) {
|
||||||
EOT;
|
EOT;
|
||||||
|
|
||||||
$tester = new FPM\Tester($cfg, $code);
|
$tester = new FPM\Tester($cfg, $code);
|
||||||
$tester->start();
|
$tester->start(extensions: ['zend_test']);
|
||||||
$tester->expectLogStartNotices();
|
$tester->expectLogStartNotices();
|
||||||
$tester->request()->expectEmptyBody();
|
$tester->request()->expectEmptyBody();
|
||||||
for ($i = 1; $i < 100; $i++) {
|
for ($i = 1; $i < 100; $i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue