elliotchance / concise

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

Observer mocks #233

Open elliotchance opened 9 years ago

elliotchance commented 9 years ago

Observer mocks do not change the functionality of a an object, but just sit back an observe. There is no expectations associated with an observer mock but at any time they can be quizzed about what happened.