Skip to content

Commit 2c55227

Browse files
Tests: Correct the slowThreshold option name for SpeedTrapListener.
The previous change in [45607] appears to be accidental. Props Rarst. Fixes #48933. git-svn-id: https://develop.svn.wordpress.org/trunk@46881 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 3575a07 commit 2c55227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<listener class="SpeedTrapListener" file="tests/phpunit/includes/listener-loader.php">
3434
<arguments>
3535
<array>
36-
<element key="slow_threshold">
36+
<element key="slowThreshold">
3737
<integer>150</integer>
3838
</element>
3939
</array>

0 commit comments

Comments
 (0)