elliotchance / concise

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

expect() and with() together do not fail if the method was not called #116

Closed elliotchance closed 10 years ago

elliotchance commented 10 years ago
->expect('postRequest')->with('a')

If postRequest() is not called at all the test does not fail.