--TEST-- FPM: Buffered worker output decorated log with msg containing new lines --SKIPIF-- --FILE-- start(); $tester->expectLogStartNotices(); $tester->request()->expectEmptyBody(); $tester->expectLogLine('msg 1'); $tester->expectLogLine('msg 2'); $tester->expectLogLine('msg 3'); $tester->terminate(); $tester->expectLogTerminatingNotices(); $tester->close(); ?> Done --EXPECT-- Done --CLEAN--