mirror of
git://develop.git.wordpress.org/
synced 2025-01-29 10:38:22 +01:00
Tests: Add speedTrapListener to multisite's PHPUnit config
See #36566, #30017. git-svn-id: https://develop.svn.wordpress.org/trunk@37267 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f692459926
commit
67e6dc1c43
@ -31,4 +31,15 @@
|
||||
<php>
|
||||
<const name="WP_RUN_CORE_TESTS" value="1" />
|
||||
</php>
|
||||
<listeners>
|
||||
<listener class="SpeedTrapListener" file="tests/phpunit/includes/speed-trap-listener.php">
|
||||
<arguments>
|
||||
<array>
|
||||
<element key="slowThreshold">
|
||||
<integer>150</integer>
|
||||
</element>
|
||||
</array>
|
||||
</arguments>
|
||||
</listener>
|
||||
</listeners>
|
||||
</phpunit>
|
||||
|
Loading…
x
Reference in New Issue
Block a user