--TEST-- FPM: Buffered worker output plain log with limit 1024 and msg 120 --SKIPIF-- --FILE-- start(); $tester->expectLogStartNotices(); $tester->request()->expectEmptyBody(); $tester->terminate(); $tester->expectLogMessage('a', 1024, 120, false); $tester->close(); ?> Done --EXPECT-- Done --CLEAN--