mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix test with shared zend_test (#16705)
This commit is contained in:
@@ -32,7 +32,7 @@ for ($i = 1; $i < 100; $i++) {
|
||||
EOT;
|
||||
|
||||
$tester = new FPM\Tester($cfg, $code);
|
||||
$tester->start();
|
||||
$tester->start(extensions: ['zend_test']);
|
||||
$tester->expectLogStartNotices();
|
||||
$tester->request()->expectEmptyBody();
|
||||
for ($i = 1; $i < 100; $i++) {
|
||||
|
||||
Reference in New Issue
Block a user