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