elliotchance / concise

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

DidNotMatchException() used in some assertions #306

Closed elliotchance closed 8 years ago

elliotchance commented 8 years ago

The date and time module uses a raw throw new DidNotMatchException() which will show no message on failure. We should move the logic for rendering the error message out of the module itself and a blank DidNotMatchException will just render the default message.