D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
phpunit
/
phpunit
/
tests
/
Regression
/
GitHub
/
503
/
Filename :
Issue503Test.php
back
Copy
<?php class Issue503Test extends PHPUnit_Framework_TestCase { public function testCompareDifferentLineEndings() { $this->assertSame( "foo\n", "foo\r\n" ); } }