Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation usage example #100

Open
netdjw opened this issue Nov 17, 2022 · 2 comments
Open

Documentation usage example #100

netdjw opened this issue Nov 17, 2022 · 2 comments

Comments

@netdjw
Copy link

netdjw commented Nov 17, 2022

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>
@tn3rb
Copy link

tn3rb commented Jan 26, 2023

ya they changed the namespace back in March 2021 but didn't update the docs:
8c280ee

@ggilder
Copy link

ggilder commented Jul 10, 2023

I just hit this issue; seems like if @johnkary just published a new release this would be resolved...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants