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

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
  Fix test with shared zend_test (#16705)
This commit is contained in:
Niels Dossche
2024-11-05 21:36:48 +01:00

View File

@@ -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++) {