facile-it / paraunit

Run PHPUnit tests in parallel
https://engineering.facile.it/paraunit/
Apache License 2.0
140 stars 15 forks source link

Add missing ObjectProphecy::reveal() calls #95

Closed xzhayon closed 7 years ago

xzhayon commented 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.

Jean85 commented 7 years ago

Thanks for this fix!