Skip to content

Commit 96258a8

Browse files
committed
🚿 i knew it...
1 parent e6ec8d9 commit 96258a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Psr17/FactoryHelpersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function streamInputProvider(){
186186

187187
return [
188188
'string' => ['stringtest', 'stringtest'],
189-
'file' => [__DIR__.'/streaminput.txt', 'filetest'."\r\n"],
189+
'file' => [__DIR__.'/streaminput.txt', 'filetest'.PHP_EOL],
190190
'resource' => [$fh, 'resourcetest'],
191191
'streaminterface' => [Psr17\create_stream('streaminterfacetest'), 'streaminterfacetest'],
192192
'tostring' => [$xml->foo, 'bar'],

0 commit comments

Comments
 (0)