When the key is found in the array, the description should contain the single
mismatched value rather than the full array.
Instead of
Expected: array containing ["make" => "ford"]
but: array was ["make" => "toyota", "model" => "prius", "year" => "2011", "style" => "5dr-hb-ii-se"]
use
but: array["make"] was "toyota"
or
but: was array containing ["make" => "toyota"]
Original issue reported on code.google.com by dharkn...@gmail.com on 30 Aug 2011 at 11:14
Original issue reported on code.google.com by
dharkn...@gmail.com
on 30 Aug 2011 at 11:14