Merge pull request #2 from Magentron/patch-3

updated line numbers in PlainTextHandlerTest to handle added lines
This commit is contained in:
Markus Staab
2019-06-26 08:39:25 +02:00
committed by GitHub
@@ -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
);