public function Issue503Test::testCompareDifferentLineEndings in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/tests/Regression/GitHub/503/Issue503Test.php \Issue503Test::testCompareDifferentLineEndings()
File
- vendor/
phpunit/ phpunit/ tests/ Regression/ GitHub/ 503/ Issue503Test.php, line 4
Class
Code
public function testCompareDifferentLineEndings() {
$this
->assertSame("foo\n", "foo\r\n");
}