diff --git a/sapi/fpm/tests/set-pm-max-spawn-rate.phpt b/sapi/fpm/tests/pm-max-spawn-rate-config.phpt similarity index 100% rename from sapi/fpm/tests/set-pm-max-spawn-rate.phpt rename to sapi/fpm/tests/pm-max-spawn-rate-config.phpt diff --git a/sapi/fpm/tests/pm-max-spawn-rate-run.phpt b/sapi/fpm/tests/pm-max-spawn-rate-run.phpt new file mode 100644 index 00000000000..ca128b46751 --- /dev/null +++ b/sapi/fpm/tests/pm-max-spawn-rate-run.phpt @@ -0,0 +1,44 @@ +--TEST-- +FPM: set pm.max_spawn_rate +--SKIPIF-- + +--FILE-- +start(); +$tester->expectLogStartNotices(); +$tester->ping(); +$tester->terminate(); +$tester->expectLogTerminatingNotices(); +$tester->close(); + +?> +Done +--EXPECT-- +Done +--CLEAN-- +