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.
2 parents 6309010 + 1604f23 commit aed1eb1Copy full SHA for aed1eb1
tests/system/Test/TestCaseTest.php
@@ -59,7 +59,7 @@ public function testEventTriggering()
59
public function testStreamFilter()
60
{
61
CLI::write('first.');
62
- $expected = "\nfirst.\n";
+ $expected = PHP_EOL . 'first.' . PHP_EOL;
63
$this->assertSame($expected, $this->getStreamFilterBuffer());
64
}
65
0 commit comments