-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Path in phpunit.xml.dist
is platform dependent
#585
Comments
One "workaround" is to put phpunit.xml.dist in .gitignore as the file is not being used in the test at the moment and I seldom see changes made to that particular file cc @ackintosh |
Oh... Should we use |
I do not think that
I tend to prefer @ackintosh solution, because I consider that generator output should be independent from the platform. Imagine cases where you have Win/Mac/Linux in the same team (it is my case). I do not want to commit changes like changing |
@jmini Thanks for the details! I'll file a PR. |
In PR #578 the samples were generated on windows, and when the ensure-up-to-date scripts run (see #80) we have the following diff on Shippable:
Our output should be platform independent.
The text was updated successfully, but these errors were encountered: