Closed danon closed 4 years ago
ToStringBuilderTest failed when file line endings (LF) was different than PHP_EOL on running machine (CRLF in my case).
ToStringBuilderTest
LF
PHP_EOL
CRLF
I replaced the multiline string with PHP_EOL.
You can see the tests fail if you run the tests on platform with PHP_EOL != "\n".
PHP_EOL != "\n"
@Danon Thanks for the fix!
ToStringBuilderTest
failed when file line endings (LF
) was different thanPHP_EOL
on running machine (CRLF
in my case).I replaced the multiline string with
PHP_EOL
.You can see the tests fail if you run the tests on platform with
PHP_EOL != "\n"
.