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:
@@ -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();
|
||||
|
||||
?>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user