Release 2.7.0
@atoum/RMs - 20 May 2016
Stats
- 13 commits,
- 82 files changed,
- 4 contributors,
- 1 new feature,
- 2 bug fixes.
What’s new
Use telemetry by atoum itself
As we recently announced, we now provide a collaborative platform to share test results and statistics called Telemetry.
According to the atoum’s philosophy, atoum itself test executions now send results to the telemetry platform.
Bugfixes
Reports override correctly when using -ulr
/-utr
Using --use-light-report
or --use-tap-report
no longer remove all defined reports (like Telemetry) but only those who are in conflict with light or TAP reports.
Exception asserter handles new PHP7 features
exception
assert handle correctly PHP7 Exception
, Throwable
and TypeErrors
exceptions