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

Fixed tests on Windows: changed "\n" -> PHP_EOL #27

Merged
merged 1 commit into from
Feb 11, 2014
Merged

Fixed tests on Windows: changed "\n" -> PHP_EOL #27

merged 1 commit into from
Feb 11, 2014

Conversation

miso-belica
Copy link
Contributor

New lines are represented by "\r\n" characters on Windows so tests relying on "\n" are failing.

New lines are represented by "\r\n" characters on Windows
so tests relying on "\n" are failing.
@technosophos
Copy link
Member

Yeah, this should definitely be done. It passes for me on UNIX, so we should be good. Merging now.

technosophos added a commit that referenced this pull request Feb 11, 2014
Fixed tests on Windows: changed "\n" -> PHP_EOL
@technosophos technosophos merged commit 57801d5 into Masterminds:master Feb 11, 2014
@technosophos
Copy link
Member

I also added @miso-belica to the CREDITS file. Feel free to change any info in there. It follows the PHP standard format, and I put in a fake email address. If you want your real one, just send me a pull request.

@miso-belica miso-belica deleted the fix-win-eol-tests branch February 11, 2014 17:36
@miso-belica
Copy link
Contributor Author

Thanks a lot :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants