elliotchance / concise

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

Pretty formatting of dates in assertions #303

Closed elliotchance closed 8 years ago

elliotchance commented 8 years ago

The date assertiosn take a mixture of types, but when the assertion fails the data printed out is often in different formats or is just plain hard to read, like:

date "" is after 1444173960

Maybe something like:

date "" is after 1444173960 (2015-10-06T23:26:00+00)

Review on Reviewable

elliotchance commented 8 years ago

Reviewed 11 of 11 files at r1. Review status: all files reviewed at latest revision, all discussions resolved, some commit checks failed.


Comments from the review on Reviewable.io