phpspec / prophecy

Highly opinionated mocking framework for PHP 5.3+
MIT License
8.53k stars 241 forks source link

catch UnexpectedCallException #541

Open alexndlm opened 2 years ago

alexndlm commented 2 years ago

We can safelly mark UnexpectedCallException as PredictionException

ciaranmcnulty commented 2 years ago

This makes sense to me, can you please add a simple test? (maybe just checking the type is an instanceof)

alexndlm commented 2 years ago

Please, suggest where to add the test.

alexndlm commented 2 years ago

@ciaranmcnulty ping ping :)

Please, suggest where to add the test.