1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

FPM: Add "pcntl" when running another test depending on pcntl

This commit is contained in:
Jakub Zelenka
2023-06-15 17:36:00 +01:00
parent 7ade242e28
commit 9b18466396
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ EOT;
$tester = new FPM\Tester($cfg, $code);
$tester->start();
$tester->start(extensions: ['pcntl']);
$tester->expectLogStartNotices();
$tester->multiRequest(2);
$tester->status([

View File

@@ -1,5 +1,5 @@
--TEST--
If SIGQUIT and SIGTERM during reloading fail, SIGKILL should be sent
FPM: If SIGQUIT and SIGTERM during reloading fail, SIGKILL should be sent
--EXTENSIONS--
pcntl
--SKIPIF--