Issue503Test.php in Zircon Profile 8
Same filename and directory in other branches
File
vendor/phpunit/phpunit/tests/Regression/GitHub/503/Issue503Test.phpView source
<?php
class Issue503Test extends PHPUnit_Framework_TestCase {
public function testCompareDifferentLineEndings() {
$this
->assertSame("foo\n", "foo\r\n");
}
}
Classes
Name | Description |
---|---|
Issue503Test |