We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the feature Expose PHPUnit src files extracted from PHAR.
Version
v2
Underlying issue Psalm can't follow PHARs out-of-the-box: vimeo/psalm#3868
Describe alternatives
phar extract -f "$(which phpunit)" var/phpunit-src
Additional context Having this extracted files saves us a step 👼
Are you willing to submit a PR?
Let's see :)
The text was updated successfully, but these errors were encountered:
tools: phpunit/phpunit, psalm
This would set up PHPUnit using composer globally and psalm as phar, then one can add ~/.composer/vendor/phpunit/phpunit to extraFiles.
~/.composer/vendor/phpunit/phpunit
extraFiles
Sorry, something went wrong.
The world is not ready for PHARs, yet :D
A global composer install sounds reasonable for CI 👍
Nice work here overall :)
shivammathur
No branches or pull requests
Describe the feature
Expose PHPUnit src files extracted from PHAR.
Version
v2
.Underlying issue
Psalm can't follow PHARs out-of-the-box: vimeo/psalm#3868
Describe alternatives
Additional context
Having this extracted files saves us a step 👼
Are you willing to submit a PR?
Let's see :)
The text was updated successfully, but these errors were encountered: