1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

Merge branch 'PHP-7.4'

This commit is contained in:
Nikita Popov
2020-06-18 17:02:24 +02:00
2 changed files with 3 additions and 3 deletions
@@ -34,9 +34,9 @@ $tester->start();
$tester->expectLogStartNotices();
$tester->request()->expectEmptyBody();
$tester->request()->expectEmptyBody();
$tester->terminate();
$tester->expectLogLine('msg 1 - ', false);
$tester->expectLogLine('msg 2 - msg 3', true);
$tester->terminate();
$tester->close();
?>
+2 -2
View File
@@ -34,9 +34,9 @@ $tester->start();
$tester->expectLogStartNotices();
$tester->request()->expectEmptyBody();
$tester->request()->expectEmptyBody();
$tester->expectLogLine('msg 1 - msg 2 - msg 3');
$tester->expectLogLine('msg 1 - msg 2 - msg 3');
$tester->terminate();
$tester->expectLogLine('msg 1 - msg 2 - msg 3');
$tester->expectLogLine('msg 1 - msg 2 - msg 3');
$tester->close();
?>
Done