mirror of
https://github.com/filp/whoops.git
synced 2026-09-13 03:06:20 +00:00
Merge pull request #2 from Magentron/patch-3
updated line numbers in PlainTextHandlerTest to handle added lines
This commit is contained in:
@@ -269,11 +269,11 @@ class PlainTextHandlerTest extends TestCase
|
||||
RuntimeException::class,
|
||||
'Outer exception message',
|
||||
__FILE__,
|
||||
258,
|
||||
261,
|
||||
"\nCaused by\n" . RuntimeException::class,
|
||||
'Inner exception message',
|
||||
__FILE__,
|
||||
258
|
||||
261
|
||||
),
|
||||
$text
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user