Skip to content

Commit 5f9b160

Browse files
committed
Clarify how slowThreshold 0 works
1 parent 105ace5 commit 5f9b160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class SomeTestCase extends PHPUnit\Framework\TestCase
8585
}
8686
```
8787

88-
Setting `@slowThreshold` to `0` will disable threshold reports for that test.
88+
Setting `@slowThreshold 0` will never report that test as slow.
8989

9090
## Disable slowness profiling using an environment variable
9191

0 commit comments

Comments
 (0)