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