I'm using SimpleTest and the version I use has error messages like:
Parameter expectation differs at parameter 2 with [Identical expectation [Array: 9 items] fails with [Array: 9 items] as key list [one, two, three, four, five, six, seven, eight, nine] does not match key list [one, two, three, five, four, six, seven, eight, nine]] at line [150]
which is pretty hard to make use of most of the time. I'd like to get better output, like comparing array side by side, maybe with an arrow at the difference, or in case of strings - highlighting the part that is different. Is there an easy way to do that?