updated line numbers in PlainTextHandlerTest to handle added lines

This commit is contained in:
Jeroen Derks
2019-06-26 07:45:46 +02:00
parent 3eb5a59ebd
commit 9ea1027d37
@@ -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
);