sebastianbergmann / phpunit

The PHP Unit Testing framework.

Home Page:https://phpunit.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep addMethods()

aimeos opened this issue · comments

The addMethods() method was the simplest way to mock dynamic methods provided by __call().
Any chance to get it back so it's not removed in v12?

What's the alternative now?