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