eloquent / phony

Mocks, stubs, and spies for PHP.
http://eloquent-software.com/phony
MIT License
194 stars 7 forks source link

PHP 8.1 compatibility (WIP) #256

Closed keksa closed 1 year ago

keksa commented 1 year ago

Handles https://github.com/eloquent/phony/issues/255, the never return type and some more issues that showed up as errors when running tests.

There are still some failing tests under PHP 8.1 left to be handled.