Closed xzhayon closed 7 years ago
The tests were passing because Prophecy automatically calls reveal() on prophecies passed as return values of method prophecies. Still, this is an unexpected behavior and it's safer not to rely on it.
Thanks for this fix!
The tests were passing because Prophecy automatically calls reveal() on prophecies passed as return values of method prophecies. Still, this is an unexpected behavior and it's safer not to rely on it.