1..5 ok 1 - The escaped object behaves like the real object ok 2 - The escaped object behaves like the real object # __toString() ok 3 - The escaped object behaves like the real object # implements Countable ok 4 - ->count() returns 1 if the embedded object does not implement the Countable interface ok 5 - ->count() returns the count() for the embedded object Looks like everything went fine.