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
This commit is contained in:
Sergey Biryukov 2019-12-11 15:40:57 +00:00
parent 3575a07f4b
commit 2c55227995

View File

@ -33,7 +33,7 @@
<listener class="SpeedTrapListener" file="tests/phpunit/includes/listener-loader.php">
<arguments>
<array>
<element key="slow_threshold">
<element key="slowThreshold">
<integer>150</integer>
</element>
</array>