Merge branch 'PHP-8.4'

* PHP-8.4:
  Fix test with shared zend_test (#16705)
This commit is contained in:
Niels Dossche 2024-11-05 21:36:54 +01:00
commit 228c27112a
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5

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