Viewing Failure Comparison for array of strings that fail assertions in PhpUnit
I have a test case that asserts that two arrays of strings are equal. When the assertion fails, I click the button to see the difference, but The strings are truncated, so I can't see what they are.
See the picture below. Is there a way to see the full strings?

Please sign in to leave a comment.
Looks like the data is passed already in this way to a diff viewer: it doesn't truncate lines by default.