phpspec / prophecy

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

Test that doubling an Enum causes a sensible error #542

Closed ciaranmcnulty closed 3 years ago

ciaranmcnulty commented 3 years ago

Just checks that it's a ClassMirrorException rather than some other fatal

Fixes #536