We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417dc6e commit 4a37c70Copy full SHA for 4a37c70
UPGRADE.md
@@ -38,6 +38,14 @@ must extend the new `JohnKary\PHPUnit\Extension\SpeedTrap`. There are various
38
method name changes that may affect your custom subclass. See [PR #83](https://github.com/johnkary/phpunit-speedtrap/pull/83)
39
for many of the new class has changed.
40
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
49
UPGRADE FROM 3.x to 4.0
50
=======================
51
0 commit comments