Skip to content

Commit 149efca

Browse files
committed
Clarify config when using Symfony
1 parent f808c37 commit 149efca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,12 @@ phpunit.xml.dist
191191
<env name="SYMFONY_PHPUNIT_REQUIRE" value="johnkary/phpunit-speedtrap:^4"/>
192192
<env name="SYMFONY_PHPUNIT_VERSION" value="9"/>
193193
</php>
194+
195+
<extensions>
196+
<extension class="JohnKary\PHPUnit\Extension\SpeedTrap" />
197+
</extensions>
194198
</phpunit>
195199
```
196-
(add the listener as described above)
197200

198201
Using the above example, running `vendor/bin/simple-phpunit` will now install the latest PHPUnit 9 and require the latest phpunit-speedtrap v4.
199202

0 commit comments

Comments
 (0)