--TEST-- FPM: Process user setting unset when running as root --SKIPIF-- --FILE-- start(envVars: [ 'TEST_FPM_RUN_AS_ROOT' => 0, ]); $tester->expectLogAlert( "'user' directive has not been specified when running as a root without --allow-to-run-as-root", 'unconfined' ); $tester->close(); ?> Done --EXPECT-- Done --CLEAN--