phpspec / prophecy

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

Union types failing tests #494

Closed ciaranmcnulty closed 4 years ago

ciaranmcnulty commented 4 years ago

Adds failing tests for PHP 8 union types as raised in #482

There was some confusion that a passing build means prophecy works with PHP8 so going forward we should add failing tests for cases we think of even if we haven't solved them yet