diff options
-rw-r--r-- | sapi/fpm/tests/log-bwd-msg-with-nl.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sapi/fpm/tests/log-bwd-msg-with-nl.phpt b/sapi/fpm/tests/log-bwd-msg-with-nl.phpt index 67a793f8a0..0fdaf10549 100644 --- a/sapi/fpm/tests/log-bwd-msg-with-nl.phpt +++ b/sapi/fpm/tests/log-bwd-msg-with-nl.phpt @@ -29,10 +29,11 @@ $tester = new FPM\Tester($cfg, $code); $tester->start(); $tester->expectLogStartNotices(); $tester->request()->expectEmptyBody(); -$tester->terminate(); $tester->expectLogLine('msg 1'); $tester->expectLogLine('msg 2'); $tester->expectLogLine('msg 3'); +$tester->terminate(); +$tester->expectLogTerminatingNotices(); $tester->close(); ?> |