We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90df75 commit a4d9d4eCopy full SHA for a4d9d4e
tests/TestSupportTest.php
@@ -55,7 +55,7 @@ public function testNormalizeLineEndingsWhenStringsAreIdenticalWithLineEndings()
55
self::assertSame(
56
self::normalizeLineEndings("foo\r\nbar"),
57
self::normalizeLineEndings("foo\nbar"),
58
- 'Should produce the same normalized string for CRLF and LF inputs.',
+ "Should produce the same normalized string for 'CRLF' and 'LF' inputs.",
59
);
60
}
61
0 commit comments