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

[7.x] Fix HttpClientTest test case failing on Windows #32970

Merged
merged 1 commit into from
May 26, 2020

Conversation

derekmd
Copy link
Contributor

@derekmd derekmd commented May 26, 2020

#31692 shouldn't have changed HttpClientTest::testSequenceBuilder(). Factory file tests/Http/Fixtures/test.txt is being read and it always has a \n line ending.

The previous "cleanup" commit to instead use
PHP_EOL was a breaking change. This test case
reads tests/Http/Fixtures/test.txt which always
has a "\n" line ending.
@taylorotwell taylorotwell merged commit c8522c8 into laravel:7.x May 26, 2020
@derekmd derekmd deleted the 7.x-fix-brittle-tests-on-windows branch May 26, 2020 14:59
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.

2 participants