elliotchance / concise

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

Empty pit mocks #277

Open elliotchance opened 9 years ago

elliotchance commented 9 years ago

A new type of mock that has all methods stubbed off to do nothing. This is useful when you injecting services and you know they are used but you don't care which methods are called and you do not need anything back from them.