You are here

public function Issue503Test::testCompareDifferentLineEndings in Zircon Profile 8

Same name and namespace in other branches
  1. 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

Issue503Test

Code

public function testCompareDifferentLineEndings() {
  $this
    ->assertSame("foo\n", "foo\r\n");
}