I've noticed assertIsA($value) reports back the type it expects $value to be, but not the actual type detected. It would be very helpful during test-driven development to have it report both the expected and actual results.
Log in to post a comment.