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

Add support for use with PHPUnit Phar #36

Merged
merged 1 commit into from
Apr 7, 2021

Commits on Apr 7, 2021

  1. Add support for use with PHPUnit Phar

    When PHPUnit is packaged as a Phar, certain classes are prefixed to prevent conflicts with project dependencies which may use the same files, but in a different version.
    
    For this package, only one referenced class is impacted by this.
    
    The small fix now applied allows for using this package both when running PHPUnit installed via Composer, as well as running Composer installed as a Phar.
    jrfnl committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    c9086cf View commit details
    Browse the repository at this point in the history