elliotchance / concise

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

Custom message does not show assertion #321

Closed elliotchance closed 8 years ago

elliotchance commented 8 years ago
$this->assert('Something', true)->equals(false);

Should output the message and failed message like:

Something: true equals false

Review on Reviewable

elliotchance commented 8 years ago

Reviewed 5 of 5 files at r1. Review status: all files reviewed at latest revision, all discussions resolved.


Comments from the review on Reviewable.io