Skip to content

Commit 4a37c70

Browse files
committed
Document changes to slowness report
1 parent 417dc6e commit 4a37c70

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

UPGRADE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ must extend the new `JohnKary\PHPUnit\Extension\SpeedTrap`. There are various
3838
method name changes that may affect your custom subclass. See [PR #83](https://github.com/johnkary/phpunit-speedtrap/pull/83)
3939
for many of the new class has changed.
4040

41+
If you programmatically parse the slowness report text visible when running
42+
`vendor/bin/phpunit`, there have been some text formatting changes in the output:
43+
44+
* The header text has changed
45+
* The footer text has changed
46+
* The slow test output has changed
47+
* Slowness execution time now displays in seconds instead of milliseconds
48+
4149
UPGRADE FROM 3.x to 4.0
4250
=======================
4351

0 commit comments

Comments
 (0)