Skip to content

Commit

Permalink
Switch to a Composer dependency for SpeedTrapListener.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Mar 16, 2019
1 parent 6af28a8 commit dd2b96b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 329 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"wp-phpunit/wp-phpunit": "*",
"roots/wordpress": "*",
"vlucas/phpdotenv": "^3",
"johnkary/phpunit-speedtrap": "^1.1",
"phpunit/phpunit": "^5"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</whitelist>
</filter>
<listeners>
<listener class="SpeedTrapListener" file="tests/phpunit/includes/SpeedTrapListener.php">
<listener class="JohnKary\PHPUnit\Listener\SpeedTrapListener">
<arguments>
<array>
<element key="slowThreshold">
Expand Down
328 changes: 0 additions & 328 deletions tests/phpunit/includes/SpeedTrapListener.php

This file was deleted.

0 comments on commit dd2b96b

Please sign in to comment.