We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcb3e0 commit 7ade242Copy full SHA for 7ade242
sapi/fpm/tests/reload-uses-sigkill-as-last-measure.phpt
@@ -35,7 +35,7 @@ pcntl_sigprocmask(SIG_BLOCK, [SIGQUIT, SIGTERM]);
35
EOT;
36
37
$tester = new FPM\Tester($cfg, $code);
38
-$tester->start();
+$tester->start(extensions: ['pcntl']);
39
$tester->expectLogStartNotices();
40
$tester->request()->expectEmptyBody();
41
$tester->signal('USR2');
0 commit comments