elliotchance / concise

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

Bug when assertion string gets too long #239

Closed elliotchance closed 9 years ago

elliotchance commented 9 years ago

DefaultResultPrinter::getAssertionString() will throw a warning if there is not enough space to fit all the components, like:

258 assertions, 47 seconds (2 minutes 6 seconds remaining)      113 / 418 ( 27%)

This is especially important for CI where the default width is only 80.

scrutinizer-notifier commented 9 years ago

The inspection completed: 1 new issues, 15 updated code elements

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 1d3c616316e5f856b8b11fe1bf48595da3714f36 on 1.5.2/239-bug-when-assertion-string-is-too-long into 99af448fbe7a410a3461bed3e8581fd2e60b1d3e on release/1.5.2.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 6186e041ce9ed54e85bf88ed0464fb6e5cdd800c on 1.5.2/239-bug-when-assertion-string-is-too-long into 99af448fbe7a410a3461bed3e8581fd2e60b1d3e on release/1.5.2.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 6186e041ce9ed54e85bf88ed0464fb6e5cdd800c on 1.5.2/239-bug-when-assertion-string-is-too-long into 99af448fbe7a410a3461bed3e8581fd2e60b1d3e on release/1.5.2.