elliotchance / concise

✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
MIT License
45 stars 3 forks source link

Show more information for bad mock() invocations #271

Open elliotchance opened 9 years ago

elliotchance commented 9 years ago

Currently it shows:

getDefaultOptions() does not have an associated action - consider a niceMock()?

But it could include more information like the class name, rules that are defined, etc.