-
-
Notifications
You must be signed in to change notification settings - Fork 88
skip tests requiring git repository #256
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
Conversation
|
@remicollet These are tests for the PHPCS package itself, which is maintained as a git repository. Could you explain your usecase of running them in a non-git clone environment ? |
|
For RPM build (in Fedora) we are used to create an archive of the sources See: https://packages.fedoraproject.org/pkgs/php-pear-PHP-CodeSniffer/php-pear-PHP-CodeSniffer/ |
@remicollet Thanks for your response. I see. As I see no harm in this PR, I'm going to merge it, but please be aware that as of PHPCS 4.0.0, the tests will no longer ship with the package. This was previously extensively discussed in the squizlabs repo. |
Thanks, BTW, we are used to workaround the fucking .gitattributes issue |
|
@remicollet I've amended your commit to fix the CS issues. Will merge once the build passes. |
|
@remicollet Oh and just checking - you don't require an emergency release for this, do you ? |
No (thanks for asking), I simply apply this patch to our package. |
Test are failing badly