File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
tests/end-to-end/regression Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2321,7 +2321,9 @@ private function handleExceptionFromInvokedCountMockObjectRule(Throwable $t): vo
23212321 private function startErrorLogCapture (): void
23222322 {
23232323 if (ini_get ('display_errors ' ) === '0 ' ) {
2324- ShutdownHandler::setMessage ('Fatal error: Premature end of PHP process. Use display_errors=On to see the error message. ' );
2324+ ShutdownHandler::setMessage (
2325+ 'Fatal error: Premature end of PHPUnit \'s PHP process. Use display_errors=On to see the error message. ' ,
2326+ );
23252327 }
23262328
23272329 $ errorLogCapture = tmpfile ();
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ PHPUnit %s by Sebastian Bergmann and contributors.
1515
1616Runtime: %s
1717
18- Fatal error: Premature end of PHP process. Use display_errors=On to see the error message.
18+ Fatal error: Premature end of PHPUnit's PHP process. Use display_errors=On to see the error message.
You can’t perform that action at this time.
0 commit comments