We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24a4cb2 + 2f5021b commit 228c271Copy full SHA for 228c271
sapi/fpm/tests/gh16628.phpt
@@ -32,7 +32,7 @@ for ($i = 1; $i < 100; $i++) {
32
EOT;
33
34
$tester = new FPM\Tester($cfg, $code);
35
-$tester->start();
+$tester->start(extensions: ['zend_test']);
36
$tester->expectLogStartNotices();
37
$tester->request()->expectEmptyBody();
38
for ($i = 1; $i < 100; $i++) {
0 commit comments