laminas / laminas-cli

Console command runner, exposing commands written in Laminas MVC and Mezzio components and applications
https://docs.laminas.dev/laminas-cli
BSD 3-Clause "New" or "Revised" License
55 stars 22 forks source link

Replace usage of prophecy with phpunit mock objects #42

Closed weierophinney closed 4 years ago

weierophinney commented 4 years ago

Updates all cases where Prophecy was used to instead use PHPUnit mock objects.

Fixes #41