mezzio / mezzio-hal

Hypertext Application Language implementation for PHP and PSR-7

Home Page:https://docs.mezzio.dev/mezzio-hal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace Prophecy with Native PHPUnit Mocks

gsteel opened this issue · comments

Feature Request

Q A
New Feature yes
RFC no
BC Break no

Summary

All of the tests need to be altered to use native PHPUnit Mocks instead of Prophecy. Prophecy needs removing from dependencies. A huge chunk of the Psalm baseline is due to prophecy usage here.