-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
On the GitHub repository main page currently is the example under "Usage" section:
<phpunit bootstrap="vendor/autoload.php">
...
<extensions>
<extension class="JohnKary\PHPUnit\Extension\SpeedTrap" />
</extensions>
</phpunit>
I tried this code and failed. But this one is worked:
<listeners>
<listener class="JohnKary\PHPUnit\Listener\SpeedTrapListener" />
</listeners>
pbowyer, aerctic, mikepsinn, paulroub, muro3r and 2 more
Metadata
Metadata
Assignees
Labels
No labels