Skip to content

Commit 9b18466

Browse files
committed
FPM: Add "pcntl" when running another test depending on pcntl
1 parent 7ade242 commit 9b18466

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sapi/fpm/tests/bug77023-pm-dynamic-blocking-sigquit.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EOT;
3636

3737

3838
$tester = new FPM\Tester($cfg, $code);
39-
$tester->start();
39+
$tester->start(extensions: ['pcntl']);
4040
$tester->expectLogStartNotices();
4141
$tester->multiRequest(2);
4242
$tester->status([

sapi/fpm/tests/reload-uses-sigkill-as-last-measure.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
If SIGQUIT and SIGTERM during reloading fail, SIGKILL should be sent
2+
FPM: If SIGQUIT and SIGTERM during reloading fail, SIGKILL should be sent
33
--EXTENSIONS--
44
pcntl
55
--SKIPIF--

0 commit comments

Comments
 (0)