We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98cdad commit b3767c2Copy full SHA for b3767c2
UPGRADE.md
@@ -30,6 +30,9 @@ The `SpeedTrap` Extension must be registered differently in `phpunit.xml`:
30
</phpunit>
31
```
32
33
+Depending on how you install phpunit-speedtrap, you may need to dump the
34
+Composer autoloader to find the new autoload location: `composer dump-autoload`
35
+
36
If you have extended the old `JohnKary\PHPUnit\Listener\SpeedTrapListener`, you
37
must extend the new `JohnKary\PHPUnit\Extension\SpeedTrap`. There are various
38
method name changes that may affect your custom subclass. See [PR #83](https://github.com/johnkary/phpunit-speedtrap/pull/83)
0 commit comments