Skip to content

Commit

Permalink
Merge branch 'PHP-8.3' into PHP-8.4
Browse files Browse the repository at this point in the history
* PHP-8.3:
  Fix test with shared zend_test (#16705)
  • Loading branch information
nielsdos committed Nov 5, 2024
2 parents 815a4a8 + 9a255b3 commit 2f5021b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/fpm/tests/gh16628.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 2f5021b

Please sign in to comment.