Skip to content

Commit b3767c2

Browse files
committed
Upgrading may require dumping composer autoloader
1 parent a98cdad commit b3767c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ The `SpeedTrap` Extension must be registered differently in `phpunit.xml`:
3030
</phpunit>
3131
```
3232

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+
3336
If you have extended the old `JohnKary\PHPUnit\Listener\SpeedTrapListener`, you
3437
must extend the new `JohnKary\PHPUnit\Extension\SpeedTrap`. There are various
3538
method name changes that may affect your custom subclass. See [PR #83](https://github.com/johnkary/phpunit-speedtrap/pull/83)

0 commit comments

Comments
 (0)